@charset "utf-8";
/* CSS Document */

/******************* Contactar Ficha *************************/
	
/* FORMULARIO DE CONTACTO */
#siprefieres{
	margin:0 auto;
	margin-top:20px;
	font-size:1.2em;
	width:310px;
	}
	
legend {
	width:100%;
	color:#7ebe00;
	text-align:center;
	font-weight:bold;
	margin-top:10px;
}

.small {
	font-size:12px;
}

.respuesta{
	width:400px;
	display:inline;
	margin-bottom:10px;
	font-weight:bold;
	color:#83744e;
	text-align:left;
}

#formulario-contacto{
/*	float:right;*/
	margin:0 auto;
/*	border: 1px solid #85764e;*/
	background-color:#f3f3f3;
/*	height:503px;*/
	height:auto;
	width:310px;
/*	border-radius:15px;*/
	}

#frmContacto{
	padding-top:5px;
	padding-left:25px;
	/*height:400px;*/
	height:auto;
	}
#frmContacto label,span{
	padding-top:10px;
}
#frmContacto input,textarea,select{
	width:250px;
	border: 1px solid #ddd;
	resize:none;
}
#formulario-contacto #titulo{
	font-size:18px;
	font-weight:bold;
	padding-top:15px;
	padding-left:15px;
	}
#frmContacto	.campoobligatorio{
	font-size:10px;
	vertical-align:bottom;
}
#frmContacto	.campoobligatorio a,a:visited{
	color:#af9726;
	text-decoration:underline;
	cursor:pointer;
	}
#frmContacto	.campoobligatorio a:hover{
	color:#cfb32f;
	}
	
	
#frmContacto #btnEnviar{
	background-color:#009cde !important;
	margin-top:20px;
	height:40px;
	width:250px;
	border-radius:0.4em;
	border:none;
	font-size:24px;
	color:#fff;
	cursor:pointer;
	-webkit-appearance: none;
	}

#aceptoavisolegal{
	font-size:10px;
	margin-top:10px;
	}
#aceptoavisolegal a,a:visited{
	color:#009cde;
	}
#aceptoavisolegal a:hover{
	color:#2c2c2c;
	}
#chkAviso, #chkPubli{
	margin-left:4px;
	width:14px !important;
	border:none;
	}
#aceptoavisolegal span {
	color:#42a9d2;
}
#cuadrocaptcha{
	font-size:9px;
	visibility:hidden;
	height:1px; /* para que no afecte a la altura de formulario */
}
#fecha_hasta,#fecha_desde{
	background-image:url(../imagenes/ico-calendario.png);
	background-repeat:no-repeat;
	background-position:right;
}

/* Estilo Errores Validación*/
label.error{
	color:#F00;
	font-weight:bold;
	font-size:11px;
	width:100%; !important;
	text-align:left;
	float:left;
	padding:0!important;
	}
input.error{
	border: 1px red solid !important;
	background-color:#FF8080 !important;
	}
input.error:focus{
	border: 1px red solid !important;
	background-color:#FF8080 !important;
	}
select.error{
	border: 1px red solid !important;
	background-color:#FF8080 !important;
	}
textarea.error{
	border: 1px red solid !important;
	background-color:#FF8080 !important;
	}

textarea.error:focus{
	border: 1px red solid !important;
	background-color:#FF8080 !important;
	}
	
label.success{
	background:url(imagenes/incluido.png) no-repeat left;
	width:20px; !important;
	}