@charset "utf-8";

form {
	margin:0px;
	padding:0px;
}

fieldset {
	border:none;
	margin:0px;
	padding:0px;
}

legend {
	display:none;
}

#buscador label {
	display:none;
}

#buscador {
	margin:0px;
	padding:0px;
	float:right;
	clear:both;
	z-index:2;
	position:relative;
	margin: 0px 0px 10px;
	width: 380px;
}

#buscador form {
	background-image:url(../img/fondo_buscador.png);
	background-position:center center;
	background-repeat:no-repeat;
	width:245px;
	height:27px;
	float:right;
}

#buscador .caja_buscador {
	border:none;
	background:none;
}

#buscador .botonBuscar {
	border:none;
	background:none;
	background-image:url(../img/boton_buscar.png);
	background-position:center center;
	background-repeat:no-repeat;
	width:35px;
	height:25px;
	float:right;
	text-indent:-1000px;
	margin-top:1px;
}

#buscador #textoBusquedaWeb {
	width:190px;
	height:21px;
	padding:3px 5px;
	color:#fff;
	font-size:0.7em;
}

#buscador span {
	color: #B1A78B;
	float: left;
	font-size: 0.9em;
	margin: 5px 10px
}


/*    formulario de contacto     */

#formulario_contacto form {
	margin:0px;
	padding:0px;
	width:680px;
}

#formulario_contacto form .etiquetaLabel, .labelCaptcha {
	float:left;
	clear:both;
	width: 680px;
	font-size: 0.8em;
	color: #392625;
	margin-bottom:8px;
	margin-top:10px;
}

#formulario_contacto form .campoTexto {
	float:left;
	clear:both;
	width: 330px;
	font-size: 0.8em;
	color: #c6c0ae;
	height:20px;
	background-color:#ebe6d9;
	border:solid 1px #B0A68A;
	padding:5px 10px;
}

#formulario_contacto form .campoTextoCaptcha {
	float:left;
	clear:both;
	width: 137px;
	font-size: 0.8em;
	color: #c6c0ae;
	height:15px;
	background-color:#ebe6d9;
	border:solid 1px #B0A68A;
	padding:5px 10px;
}

.imgCaptcha {
	float:left !important;
	margin:0px 0px 10px 0px !important;
	padding:0px !important;
}

#formulario_contacto form .cajaTextArea {
	float:left;
	clear:both;
	width: 660px;
	height:150px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #c6c0ae;
	background-color:#ebe6d9; /* #B0A68A */
	border:solid 1px #B0A68A;
	padding:5px 10px;
	overflow:auto;
	resize:none;
} 

#formulario_contacto form .cajaTextArea, #formulario_contacto form .campoTexto, #formulario_contacto form .campoTextoCaptcha {
	-webkit-transition: -webkit-box-shadow 0.5s ease-in;
	-moz-transition: -moz-box-shadow 0.5s ease-in;
	-o-transition: -o-box-shadow 0.5s ease-in;
}


	
	
#formulario_contacto form .cajaTextArea:focus, #formulario_contacto form .campoTexto:focus, #formulario_contacto form .campoTextoCaptcha:focus {
	-moz-box-shadow: 0 0 5px #6F5235;
	-webkit-box-shadow: 0 0 5px #6F5235;
	box-shadow: 0 0 5px #6F5235;
}

input:focus{ 
       outline: none; 
}

textarea:focus{ 
       outline: none; 
}
#grupo_form5 {
	float: left;
	width: 680px;
}

#divs_formulario {
	float:left;
	clear:both;
	width: 680px;
	font-size: 0.8em;
	color: #392625;
	margin-bottom:8px;
	margin-top:20px;
}

#camposObligatorios {
	float:left;
	clear:both;
	width: 680px;
	font-size: 0.8em;
	color: #392625;
	margin-bottom:8px;
	margin-top:5px;
}

#divs_formulario a {

	color: #AFAC92 !important;
}

#enviar {
	border:none;
	background:none;
	background: url(../img/fondo_boton.png) repeat-x center center;
	float: left;
	color: #8b2942;
	text-decoration: none;
	font-size: 0.7em;
	height:23px;
	padding: 5px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight:bold;
	float:left;
	margin: 10px 15px 20px 0px;
	text-shadow: 0px 1px #fff;
}

 #enviar:hover {
	background: url(../img/fondo_boton_invertido.png) repeat-x center center;
		/* text-shadow: 0px -1px #fff; */

}
