/* formularios */
.formulario { width:90%; padding:20px; border:1px solid #b1dde7; background:#e2f3f6; }
	.formulario h3 { margin:5px 0 10px 0; font-size:1.4em; font-weight:bold; color:#147193; }
	.formulario dl { overflow:hidden; width:100%;}
		.formulario dl dt { float:left; width:25%; margin-bottom:5px; line-height:20px; font-size:11px; font-weight:bold; color:#147193;}
			.formulario dl dt label { float:right; margin-right:10px; }
		.formulario dl dd { float:left; width:72%; margin-bottom:5px; }
			.formulario dl dd input { height:18px; width:100%; border:1px solid #b9d9ea; font-size:11px; color:#147193;}
			.formulario dl dd select { height:20px; width:auto; border:1px solid #b9d9ea; font-size:11px; color:#147193;}
			.formulario dl dd textarea { width:100%; border:1px solid #b9d9ea; font-size:11px; color:#147193;}
	.formulario .boton-procesar-contacto { float:right; margin:10px 15px 0 0;}
	.formulario input.boton-radio { background-color:none; border:none; width:auto;}
	.formulario .formatear-texto-radio { padding:0em 0pt 0em 0.5em; color:#4b83c0;}
	
	.formulario dl dt.temas { width:85%; }
		.formulario dl dt.temas label { float:left; }
	.formulario dl dt.consultas { float:left; width:100%; }
		.formulario dl dt.consultas label { float:left; }
	.formulario dl dd.temas { width:22px; }
		.formulario dl dd.temas input { border:none; }
	.formulario dl dd.consultas { width:100%; }
		

.form-error-1 { background-color:#F9E4CE; border:1px solid #E4811A; }

.envio-correcto { width:86%; margin-bottom:10px; padding:20px 30px 20px 30px; border:1px solid #b1dde7; background:#e2f3f6; color:#147193;}

.form-errores { width:80%; margin-bottom:10px; padding:20px 20px 20px 35px; background:url(/img/interface/ico-formulario-error.png) no-repeat 10px 20px; }
	.form-errores h3 { margin-bottom:5px; font-size:1.3em; font-weight:bold; color:#cb6308;}
	.form-errores ul { }
		.form-errores ul li { margin-bottom:3px; padding-left:10px; font-size:1.1em; color:#5c442e; background:url(/img/interface/ico-formulario-lista-errores.png) no-repeat 0 4px;}


/* comunes */
h4.tit-azul { display:block; margin:20px 0 10px 0; font-size:1.2em; font-weight:bold; color:#085775;}
.contenido p { font-size:11px; }
.contenido p.fuerte { margin-top:10px; margin-bottom:3px; font-weight:bold;}