body{
	background:url(../imagenes/fondo2.png) top left repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}

#capa_principal{
	margin:0 auto; 
	width:502px;
}

#capa_cabecera{
	width:502px;
	height:350px;
	margin-top:70px;
	background-image:url(../imagenes/fondo1.jpg);
	background-repeat:no-repeat;
}

#capa_logo{
	width:502px;
	float:left;
}

#capa_boton{
	width:502px;
	color:#003399;
	text-align:center;
	padding-top:5px;	
}

.capa_formulario{
	width:200px;
	margin:0 auto;
	padding:5px  0 5px 0;
}

.capa_formulario span{
	color:#FFFFFF;
	font-size:11px;
}

.caja{
	width:200px;
	border:none;	
}

.caja_cambio{
	width:150px;
	border:none;	
}

.enlace:link{text-decoration:underline; color:#555;}
.enlace:visited{text-decoration:underline; color:#555;}
.enlace:hover{text-decoration:underline; color:#0057A5;}

.enlace_mostrar:link{text-decoration:none; color:#fff;}
.enlace_mostrar:visited{text-decoration:none; color:#fff;}
.enlace_mostrar:hover{text-decoration:underline; color:#fff;}

.enlace_imagen:link{border-color:Background; text-decoration:overline; outline:none;}
.enlace_imagen:visited{border-color:Background; text-decoration:overline; outline:none;}
.enlace_imagen:hover{border-color:Background; text-decoration:overline; outline:none;}

.enlace_imagen img{border:0px;}

 .recaptchatable .recaptcha_image_cell, #recaptcha_table {
   background-color: #C6D7E1 !important; //reCaptcha widget background color
 }
 
 #recaptcha_table {
   border-color: #9BA5AB !important; //reCaptcha widget border color
 }
 
 #recaptcha_response_field {
   border-color: #9BA5AB !important; //Text input field border color
   background-color: #9BA5AB !important; //Text input field background color
 }
