@charset "utf-8";
.div_contenido_formu form {
	width:400px;
	display:block;
	float:left;
}
.div_mapa {
	float:right;
	margin-right:10px;
	margin-top:0px;
}
.div_mapa a{
	color: #2C3D8F;
}
.div_direccion {
	text-align:center;
	margin-bottom:10px;
	font-size:16px;
}
fieldset {
/*
	border-radius:6px;
	 -moz-border-radius:6px;  
	-webkit-border-radius:6px;
	border-color:#CCCCCC;
	border-width:1px;
	*/
	border-style:none;
	width:400px;
}
.div_servicio {
	margin-bottom:5px;
	padding-bottom: 5px;
	margin-right: 5px;
}
legend {
 	color:#666666;
	font-size:19px;
	padding-left:10px;
	padding-right: 10px;
}
.div_fieldset {
	text-align:left;
}
.input_text {
	border:solid;
	border-width:1px;
	border-color:#CCCCCC;
	border-radius:2px;
	height:20px;
	color:#474747;
	padding-left:4px;
	width:400px;
}
textarea{
	border:solid;
	border-width:1px;
	border-color:#CCCCCC;
	border-radius:2px;
	color:#333333;
	padding-left:4px;
	font-family:Arial, Helvetica, sans-serif;
	width:400px;
	resize: none;
}
.Contenido_texto {
	font-size:12px;
}
.Contenido_linea {
	margin-top:12px;
	width:400px;
}
.Contenido_chk a{
	font-size:12px;
	text-decoration:none;
}
.Contenido_chk a:hover{
	text-decoration:underline;
}
.obligatorio {
	color:#2C3D8F;
}
.Contenido_nota {
	font-size:11px;
	float:left;
	color:#2C3D8F;
}
.Contenido_enviar {
	float:right;
}
.div_contenido_formu {
	margin-bottom:20px;
}
.boton_enviar {
	background-image:url(img/boton-enviar.gif);
	background-repeat:repeat-x;
	border:solid;
	border-width:1px;
	border-radius:4px;
	border-color:#CCCCCC;
	width:90px;
	height:25px;
	cursor:pointer;
	margin-bottom:10px;
}
.boton_enviar:hover{
	background-image:url(img/boton-enviar-hover.gif);
	border:solid;
	border-width:1px;
	border-radius:4px;
	border-color:#999999;
}
.texto_contacto {
	line-height:25px;
	margin-top:3px;
}
.div_formulario_mensaje {
	line-height:25px;
}
.boton_volver {
	background-color: #E9E9E9;
	background-repeat:repeat-x;
	width:100px;
	text-align:center;
	border:dotted;
	border-width:1px;
	border-color:#B0B4B3;
	margin-bottom:230px;
}
.boton_volver a{
	text-decoration:none;
	color:#474747;
}
.boton_volver a:hover{
	text-decoration:underline;
}

/*MENSAJES DE ERROR*/
.msg_error {
	line-height: 18px;
	background-color: #FBD9DD;
	border: 1px solid #D78B93;
	margin-bottom: 12px;
	padding: 10px 4px 9px 50px;
	text-align:left;
	background-image:url(img/atencion.gif);
	background-position:left;
	background-repeat:no-repeat;
	font-size:13px;
	font-weight:bold;
	color: black;
}
.msg_ok {
	line-height: 18px;
	background-color: #e2efb8;
	border: 1px solid #999;
	margin-bottom: 12px;
	padding: 10px 4px 9px 50px;
	text-align:left;
	background-image:url(img/ok.gif);
	background-position:left;
	background-repeat:no-repeat;
	font-size:13px;
	font-weight:bold;
	color: #123258;
}