.texto{
	border: solid 1px #433220; 
	background-image: url(img/fondo_controles.gif);
	background-repeat: repeat-x;
	color: #433220;
}
.area{
	border: solid 1px #433220; 
	background-image: url(img/fondo_controles2.gif);
	background-repeat: repeat-x;
	color: #433220;
}
.labels{
	color: #433220;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.oculto{
	color: #433220;
	background: transparent;	
	border:none;	
}

div.ocult{
	display: none;
}
div.mostrar{
	padding: 0px;
	margin: 0px;
	display: inline;
}
.error{
	color: red;
	font-size: 12px;
	font-family: "Courier New", Courier, monospace;
}
a{
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #A52A2A; 
	text-decoration: none;
}
a:hover{
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #A52A2A; 
	text-decoration: underline;	
}
.message{
	color: #7A5A3A;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.botones{
	background-image: url(img/fondo_boton.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: White;
	border: 1px solid #BDB76B;
}
.loginform{
	background-image: url(../img/fondo_form.jpg);
	background-repeat: repeat-x;
	border: solid 1px #BDB76B;
}
.clearLabel{
	color: #E1DFC8;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a.clearLabel:hover{
	color: #E1DFC8;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: white;
}
.main{	
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: Black;
	text-align: justify;
	padding: 8px;
	
}
.titulos_Grandes{
	color:#435421;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	text-align: center;
		
}
.btn_ocult{
	background-color: #E1DFC8;
	border-color: #E1DFC8;
	border: none;
	color: #E1DFC8;
	
}