@charset "utf-8";
/* CSS Document */

#formBuscador {
	padding: 10px 10px 0px;
	margin: 0px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: #FFF url(../img/fondo_buscador.jpg) repeat-x left top;
	border-radius: 6px 6px 0px 0px;
	-moz-border-radius: 6px 6px 0px 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
	border-top: 1px solid #FFF;
}
#formBuscador fieldset {
	border-style: none;
	margin: 0px;
	padding: 0px;
}
#formBuscador legend {
	display: none;
}
#formBuscador label {
	display: none;
}
.buscador_caja {
	padding: 6px;
	font-family: "Abel", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.85em;
	height: 16px;
	width: 200px;
	background: #DFEFFF url(../img/search.png) no-repeat 215px center;
	text-shadow: 0px 1px #FFF;
	color: #63B2FF;
	box-shadow:0px 1px #FFF;
	border-top: 1px solid #9DCEFF;
	border-right: 1px solid #BDF;
	border-bottom: 1px solid #BDF;
	border-left: 1px solid #BDF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 0px;
}
.buscador_caja:focus , .buscador_caja:hover{
	width: 294px;
	border-color: #151286;
	color: #151286;
	background: #FFF url(../img/search.png) no-repeat 280px center;
}
.buscador_boton {
	background: #003275;
	color: #FFF;
	font-family: "Abel", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	border-top: 1px solid #63B0FE;
	border-right-style: none;
	border-left-style: none;
	border-bottom: 1px solid #003;
	height: 30px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 0px 0px 0px 5px;
	padding: 0px 10px;
}
.buscador_boton:hover {
	background: #076DD2;
}
#formulario_footer {
	background: #FFF url(../img/fondo_modulo.jpg) repeat-x left top;
	height: 340px;
	margin-top: -60px;
	float: right;
	width: 290px;
	border-top: 1px solid #FFF;
	border-radius: 6px 6px 0px 0px;
	-moz-border-radius: 6px 6px 0px 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
	padding: 15px;
}
#formulario_footer fieldset {
	border-style: none;
}
#formulario_footer legend {
	color: #003275;
	font-family: "Abel", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.2em;
}
#formulario_footer label {
	clear: both;
	float: left;
	font-family: "Abel", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.8em;
	color: #003275;
	width: 260px;
}
#formulario_footer input {
	clear: both;
	float: left;
}
.formulario_caja {
	padding: 3px;
	font-family: "Abel", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.85em;
	width: 260px;
	background: #DFEFFF;
	text-shadow: 0px 1px #FFF;
	color: #63B2FF;
	box-shadow:0px 1px #FFF;
	border-top: 1px solid #9DCEFF;
	border-right: 1px solid #BDF;
	border-bottom: 1px solid #BDF;
	border-left: 1px solid #BDF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 0px;
	margin-bottom: 5px;
}
.formulario_caja:focus {
	border-color: #151286;
	color: #151286;
	background: #FFF;
}
#formulario1 {
	float: left;
	margin: 0px;
	padding: 0px;
	background: url(../img/sombra_izq.jpg) no-repeat right bottom;
}
#formulario1 fieldset {
	padding: 40px;
	width: 545px;
	float: left;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #CCC;
	background: url(../img/logo_small.png) no-repeat right top;
}
#formulario1 legend {
	font: 1.2em "Abel", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #003275;
	padding: 0px 10px;
}
#formulario1 input, #formulario1 select, #formulario1 textarea {
	clear: both;
	float: left;
	padding: 4px 3px;
	font-family: "Abel", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.85em;
	background: #DFEFFF;
	text-shadow: 0px 1px #FFF;
	color: #63B2FF;
	box-shadow:0px 1px #FFF;
	border-top: 1px solid #9DCEFF;
	border-right: 1px solid #BDF;
	border-bottom: 1px solid #BDF;
	border-left: 1px solid #BDF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 5px 0px 10px;
}
#formulario1 input:focus, #formulario1 select:focus, #formulario1 textarea:focus{
	border-color: #151286;
	color: #151286;
	background: #FFF;
}
#formulario1 label {
	clear: both;
	float: left;
	font-family: "Abel", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.9em;
	color: #003275;
	width: 260px;
}
.campoTexto {
	width: 400px;
}
.caja_pequena {
	width: 150px;
}
.caja_texto {
	height: 100px;
}
.caja_texto:focus {
	height: 300px;
	width: 535px;
}
.contacto_form_boton {
	background: #003275 !important;
	color: #FFF !important;
	font-family: "Abel", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	border-top: 1px solid #63B0FE !important;
	border-right-style: none !important;
	border-left-style: none !important;
	border-bottom: 1px solid #003 !important;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 0px;
	padding: 3px 20px !important;
	text-decoration: none;
	font-size: 0.85em;
	float: left;
	text-shadow:none !important;
	clear:none !important;
}
.contacto_form_boton:hover {
	background: #076DD2;
	border-top-color: #003;
	border-bottom-color: #63B0FE;
	padding-right: 30px !important;
	padding-left: 30px !important;
}
.checkLey {
	clear: left !important;
	float: left;
	background: transparent;
}
.labelLey {
	clear: right !important;
	float: left;
	margin-left: 10px;
	margin-top: 3px;
}

.labelLey a {
	color: #003275;
	text-decoration: none;
}
.labelLey a:hover {
	color: #F90;
}
#seguridad_form {
	clear: both;
	float: left;
	padding-top: 10px;
	border-top: 1px solid #CCC;
	width: 100%;
	margin-top: 10px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.caja_captcha {
	clear: left !important;
	float: left;
	margin-right: 10px !important;
}
#seguridad_form img {
	margin-right: 10px;
	border-style: none;
	box-shadow:none !important;
}
.float_right {
	float: right !important;
}
