@charset "UTF-8";
/* CSS Document */

/* reCAPTCHA GOOGLE */
.grecaptcha-badge{display: none !important;}

#aviso_recaptcha{font-size: 10px;  clear: both; padding-left: 105px; color: #565656;}

@media (max-width: 980px) {
	#aviso_recaptcha{padding-left: 0;}
}

#contenido
{
	width: 100%;
	overflow:hidden;
	margin: 0 auto;
	background-image:url(../recortes/fondo.jpg);
	background-repeat:no-repeat;
	background-color:#e7e8ea;
	
}

.registros
{
	width: 50%;
	height:auto;
	overflow:hidden;
	float:left;
	margin: 40px 0px 20px 4%;
	font-family: Verdana, Geneva, sans-serif;
	color: #565656;
	font-size: 12px;
}

.txt_azul{
	font-family: Verdana, Geneva, sans-serif;
	color: #00a19b;
	font-size: 12px;
	margin-top:15px;
	float: left;
	width: 20%;
	text-align: right;
}

.datos_txt{
	float: right;
	width: 70.3%;
	margin: 10px 0px 0px 0px;
}

#datos{
	width: 80%;
	background-color: white;
	overflow: hidden;
	border: #565656 1px solid;
	margin-top: 20px;
	padding: 1.2%;
}

#ver_mapa{
/*	width:67px; */ 
	height:17px;
	margin: 40px 0px 0px 10px;
	float: left;
}

#oficiales_txt{
	max-width:400px;
}

.contedor-textos
{
	position:relative;
	float:right;
	width: 46%;
	height:auto;
}

.textos
{	
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#333333;
}


.imagen-secundaria
{
	width:480px;
	height:156px;
	float:right;
}
	
.formulario
{
	width:86.5%;
	font-size: 12px;
	font-family:Verdana, Geneva, sans-serif;
	color:#a62b30;
	float:left;

}

.formulario ul
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#a62b30;
	
	float:left;
	list-style:none;
	text-align: right;
	margin-top:30px;
	
	list-style-position:inside;
}

.formulario ul li
{
	margin-top:10px;
	width:auto;	
}

.campo
{
	width:250px;
	/*color:#000;
	background-color:#ffffff;
	border:none;*/
	/*height:px;*/
}

textarea {
    width: 248px !important;
    height: 60px;
}

#txt_area{
	overflow: hidden;
	width: 100%;
}

.mensa_txt{
	float: left;
}

.div_txt{
/* 	float: right; */
/* 	width:256px; */
}

.btn-enviar
{
	position:relative;
	float:right;
/* 	width:50px; */
/* 	height:22px; */
	margin-top: 15px;
/* 	background-image: url(../recortes/btn_enviar.jpg);  */
/* 	background-repeat:no-repeat; */
	border:black 0px;
	color: #fff;
	width:67px; 
	background-color: #005f71;
	padding: 2px 5px;
	margin-bottom: 20px;
	margin-right: 30px;
}


@media (max-width: 980px) {
	
	.formulario ul
	{
		text-align: left;
		padding: 0;
		width: 100%;
	}
	.campo, textarea
	{
		width: 98% !important;
		float: none;
	}

}


@media (max-width: 520px) {
	
	.registros, .contedor-textos{
		width: 96%;
		margin: 0 auto;
		float: none;
	}
	
	#oficiales_txt {
	    max-width: 100%;
	}
	
	#datos{
		width: 96%;
	}
}
