/* Estilos para los datos de contacto */

#cont_contactar {
	border-top:3px solid #287A40;
	margin-bottom:10px;
	width:100%;
	margin-top:20px;
}

.contenedor_general {
	border:1px solid #E8E6E6;
	border-top: none;
	padding:2px;
}

.tit_contactar {
	color:#000000;
	font-size:1.6em;
	line-height:27px;
	padding-left:10px;
	background:url(/img_maquetacion/fondos/f_tit_dia.jpg) repeat-x scroll 0 0 transparent;
	border-bottom:1px solid #FFD73F;
	height:29px;
	margin-bottom:1px;
	font-family:"Arial Narrow",sans-serif,"Lucida Sans";
}


.contactar_contenido {
	padding:15px;
	overflow:hidden;
}

.nombre_coag {
	font-family:"Arial Narrow",sans-serif,"Lucida Sans";
	font-size:1.6em;
	font-weight:bold;
	margin:10px 0;
}

.txt_datos {
	line-height:20px;
	color:#4c4848;
}

.txt_datos a {
	color:#007437;
}

.tit_col {
	margin-top:0px;
}

.direccion_col {
	margin-bottom:0px;
}

.cont_formulario {
	margin-top:20px;
	border:1px solid #eaeaea;
	padding:2px 2px 15px 2px;
}

.cont_formulario form {
	width:97%;
	margin:15px 0 0 11px!important;
}

/* Estilos para los banners */

.b_info {
	float:left;
	width:348px;
	height:74px;
	margin-bottom:5px;
}

.b_sugerencias {
	float:right;
	width:348px;
	height:74px;
	margin-bottom:5px;
}

#consulta_cont_consultar {
	width:100%;
}

/* Estilos para el formulario */

#consulta_form_consultar {
	margin-top:0px;
}

p#consulta_aviso {
	margin-bottom:25px;
}

fieldset.cf_cont_consulta {
	margin-bottom:30px;
	padding:0px 20px 20px 20px;
	background-color:#F7F7F6;
	border:1px solid #D2D7DD;
}

fieldset.cf_cont_consulta legend {
	color:#444;
	font-size:1.3em;
	font-weight:500;
	font-family:"Arial Narrow",sans-serif,"Lucida Sans";
	padding:0 5px;
}

.cf_consulta.cf_consulta_top {
	margin-top:15px;
}

div.cf_consulta, div#cf_consulta_cont_enviar {
	font-size:1em;
	margin:0 auto;
	overflow:hidden;
	padding:8px 0;
	width:90%;
}

div.cf_consulta label {
	float:left;
	width:12em;
}

input.cf_input_txt, textarea.cf_input_txt, select.cf_sel {
	border:1px solid #CCCCCC;
	width:350px;
}

div#cf_consulta_cont_enviar  {
	text-align:center;
}

div#cf_consulta_cont_disclaimer  {
	color:#666666;
	text-align:justify;
	font-size:0.9em;
}

/* Estilos para la pagina de ino recibida */

fieldset.gracias {
	border: 1px solid #008035; 
	height: 110px;
}

legend {
	color: #666;
}

legend span {
	font-family: Arial,Helvetica,sans-serif; 
	font-weight: bold; 
	font-size: 1.5em; 
	line-height: normal; 
	padding: 0px 6px;
}

fieldsetm.gracias  p {
	 color: rgb(51, 51, 51); 
	 font-family: Arial; 
	 font-size: 1.1em; 
	 margin: 0px auto; 
	 padding-top: 10px;
	 text-align:center;
}

