.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#81442D;
	
}

.textosLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #81442D;	
		
}


.textos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #81442D;
	text-decoration: none;
}

.bordas {
	border: 1px solid #BC9E6B;	
}
.textobordas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #9E7D47;
	text-decoration: none;
	border: 1px solid #BC9E6B;
	margin: 5%;
	padding: 1%;
	clear: none;
}
.bordasformularios {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #9E7D47;
	text-decoration: none;
	border: 1px solid #BC9E6B;
	margin: 0px;
	padding: 0px;
}
.bordasMenu {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AE8778;
}

.bordaCorpo {
		border-color:#FFFFFFF;
		border-style:solid;
		border-width:thin;
		border-bottom: none;
		border-top: none;
}
