@charset "utf-8";
/* CSS Document */

#buscador form {
	float: left;
	margin: 0px;
	padding: 0px;
}
#buscador fieldset {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#buscador legend {
	display: none;
}

#buscador label {
	font-size: 1.2em;
	color: #000;
	margin-right: 10px;
	float: left;
	margin-top: 3px;
	text-shadow: 0px 1px #CCC;
	font-family: NeoTechStdRegular, Arial, Helvetica, sans-serif, "Arial Narrow";
}
.buscador_caja {
	background-color: #D6D6D6 !important;
	color: #666;
	text-shadow: 0px 1px #FFF;
	-moz-box-shadow: inset 0 3px 5px #999;
	-webkit-box-shadow: iset 0 3px 5px #999;
	box-shadow: inset 0 3px 5px #999;
	-webkit-transition: all 0.2s ease-out; /* especificas la propiedad css afectada, el retardo y el efecto ease-in o ease-out */
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 20px;
	width: 175px;
	font-family: NeoTechStdRegular, Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size: 0.9em;
	font-style: italic;
	padding: 6px;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #FFF;
	border-left-color: #999;
}
.buscador_caja:focus {
	-moz-box-shadow: inset 0px 0px 10px #FFF;
	-webkit-box-shadow: inset 0px 0px 10px #FFF;
	box-shadow: inset 0px 0px 10px #FFF;
	border-top-color: #F00;
	border-right-color: #F00;
	border-bottom-color: #F00;
	border-left-color: #F00;
	color: #000;
	font-style: normal;
}
.buscador_boton    {
	text-decoration: none;
	color: #FFF;
	-webkit-transition: all 0.2s ease-out; /* especificas la propiedad css afectada, el retardo y el efecto ease-in o ease-out */
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-image: url(../img/fondo_botones.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	float: left;
	font-family: NeoTechStdRegular, Arial, Helvetica, sans-serif, "Arial Narrow";
	font-weight: 100;
	font-size: 1.1em;
	padding: 4px;
	margin-left: 8px;
	-moz-box-shadow: 0 3px 7px #000;
	-webkit-box-shadow: 0 3px 7px #000;
	box-shadow: 0 3px 7px #000;
	text-shadow: 0px 1px #F00;
	background-color: #900;
	border: 1px solid #BC0219;
	margin-bottom: 3px;
}
.buscador_boton:hover  {
	background-color: #D6D6D6 !important;
	background-image: none;
	color: #000;
	text-shadow: none;
	-moz-box-shadow: inset 0 3px 7px #000;
	-webkit-box-shadow: iset 0 3px 7px #000;
	box-shadow: inset 0 3px 7px #000;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #CCC;
	border-left-color: #333;
}
#boletin  {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 245px;
}
#boletin fieldset {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 240px;
}
#boletin legend {
	display: none;
}
.noticias_label_oculto {
	display: none;
}
.noticias_checkbox  {
	float: left;
	margin-left: -2px;
	outline: none;
}

.noticias_label  {
	font-family: Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size: 0.7em;
	width: 200px;
}
.formulario {
	margin-bottom: 30px;
	margin-top: 0px;
	padding: 0px;
	width: 725px;
	margin-right: 0px;
	margin-left: 0px;
	float: left;
}
.formulario fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
}

.formulario legend {
	display: none;
}

.campoTexto {
	background-color: #E8E8E8 !important;
	color: #666;
	text-shadow: 0px 1px #FFF;
	-webkit-transition: all 0.2s ease-out; /* especificas la propiedad css afectada, el retardo y el efecto ease-in o ease-out */
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 20px;
	width: 335px;
	font-family: NeoTechStdRegular, Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size: 0.9em;
	font-style: italic;
	padding: 6px;
	float: left;
	clear: both;
	margin-bottom: 25px;
	border: 1px solid #CCC;
}
.campoTexto:focus {
	background-color: #D6D6D6 !important;
	color: #000;
	text-shadow: 0px 1px #FFF;
	-moz-box-shadow: inset 0 3px 5px #999;
	-webkit-box-shadow: iset 0 3px 5px #999;
	box-shadow: inset 0 3px 5px #999;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #CCC;
	border-left-color: #999;
	font-style: normal;
}

.etiquetaLabel {
	float: left;
	clear: both;
	font-family: NeoTechStdRegular, Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size: 0.9em;
	margin-bottom: 5px;
}
.labelLey {
	float: left;
	font-family: NeoTechStdRegular, Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size: 0.8em;
}
.labelLey a {
	color: #960114;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-out; /* especificas la propiedad css afectada, el retardo y el efecto ease-in o ease-out */
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #960114;
}
.labelLey a:hover {
	color: #000;
	text-decoration: none;
	border-bottom-color: #000;
	border-bottom-style: none;
}

.check {
	float: left;
	clear: left;
}


.cajaTextArea {
	background-color: #E8E8E8 !important;
	color: #666;
	text-shadow: 0px 1px #FFF;
	-webkit-transition: all 0.2s ease-out; /* especificas la propiedad css afectada, el retardo y el efecto ease-in o ease-out */
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 20px;
	width: 335px;
	font-family: NeoTechStdRegular, Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size: 0.9em;
	font-style: italic;
	padding: 6px;
	float: left;
	clear: both;
	margin-bottom: 20px;
	border: 1px solid #CCC;
}
.cajaTextArea:focus {
	background-color: #D6D6D6 !important;
	color: #000;
	text-shadow: 0px 1px #FFF;
	-moz-box-shadow: inset 0 3px 5px #999;
	-webkit-box-shadow: iset 0 3px 5px #999;
	box-shadow: inset 0 3px 5px #999;
	height: 100px;
	width: 713px;
	font-size: 0.9em;
	font-style: normal;
	padding: 6px;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #CCC;
	border-left-color: #999;
	clear: both;
	margin-bottom: 20px;
}

