#footer {
	width: 100%;
    margin: 0 auto;
	clear: both;
	float: left;
	text-align: center;
	background-color: #282828;
	background-image: url(../images/footer_fondo_01.gif); 
	background-repeat: repeat-x; 
	background-position: top left; 
	padding-top: 15px;
}

#footer table {
	margin: 0 auto;
}

#footer td {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #CFCFCF;
	vertical-align: top;
	padding-top: 25px;
	text-align: left;
	width: 248px;
	line-height: 17px;
}

#footer strong {
	font-weight: bold;
	color: #FFFFFF;
}

#footer .separador {
	background-image: url(../images/footer_separador.gif);
	background-repeat: repeat-x;
	background-position: center;
	height: 62px;
}

#footer .legales {
	width: 644px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5C5C5C;
	vertical-align: top;
	text-align: left;
	line-height: 16px;
	background-image: url(../images/footer_logo.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-bottom: 10px;
}

#footer .legales a,
#footer .legales a:link,
#footer .legales a:visited,
#footer .legales a:active {
	color: #5C5C5C;
}

#footer a,
#footer a:link,
#footer a:visited,
#footer a:active {
	text-decoration: none;
	color: #CFCFCF;
}

#footer .diseno,
#footer .diseno a,
#footer .diseno a:link,
#footer .diseno a:visited,
#footer .diseno a:active {
	color: #3E768B;
}

#footer .sugerencias,
#footer .sugerencias a,
#footer .sugerencias a:link,
#footer .sugerencias a:visited,
#footer .sugerencias a:active {
	color: #C1C1C1;
}

#footer .sugerencias a:hover,
#footer .legales a:hover,
#footer .diseno a:hover,
#footer a:hover {
	color: #9FC6D4;
}

#dioxidonitroso {
	width: 100%;
	height: 88px;
    margin: 0 auto;
	clear: both;
	float: left;
	text-align: center;
	background-color: #282828;
	background-image: url(../images/footer_fondo_02.gif);
	background-repeat: repeat-x; 
	background-position: top left;
}

/* -------------- FORMULARIO -------------- */

/* LABELS DE LOS CAMPOS */
label {
	font-weight: bold;
}

/* CAMPOS Y OTROS FORMATOS GENERALES */
input,
textarea,
select {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	border: #D9D9D9 solid 1px; 
	padding: 3px;
	vertical-align: middle;
	color: #444444;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-style: normal;
	width: 320px;
}

input {
	height: 15px;
}

select {
	height: 22px;
	width: 330px;
}

/* CAMPOS OBLIGATORIOS */
input.required,
textarea.required,
select.required {
	border: #FF0000 solid 1px;
}

/* CAMPOS QUE PASAN LA VERIFICACION */
input.validation-passed, 
select.validation-passed,
textarea.validation-passed {
	border: 1px solid #33CC00;
	color : #444444;
}

/* CAMPOS QUE NO PASAN LA VERIFICACION */
input.validation-failed,
select.validation-failed,
textarea.validation-failed {
	border: 1px solid #FF0000;
	color : #FF0000;
}

/* BOTON Q CREO Q NO SIRVE DE NADA */
input.boton {
	background-color: none;
	margin: 0;
	padding: 0;
	color: none;
	width: 94px;
	height: 30px;
	border: none;
	background-image: url(images/boton.jpg);
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	text-align: center;
	text-decoration: none;
	vertical-align: bottom;
}

/* MENSAJE DE ERROR */
.validation-advice {
	background-image:url(../images/cortopolis_formulario_error.gif);
	background-position: top left;
	background-repeat:no-repeat;
	margin-top: 5px;
	padding-top: 13px;
	padding-left: 32px;
	width: 252px;
	height: 34px;
	color: #000000;
}

/* REEMPLAZO DE CHECKS */
label.checkbox_checked {
	background: url(../images/tick.gif);
	background-repeat: no-repeat;
	background-position: left;
	display: block;
	font-weight: normal;
	vertical-align: middle;
	margin: 2px;
	padding: 3px;
	padding-left: 22px;
}

label.checkbox_unchecked  {
	background-image: url(../images/cross.gif);
	background-repeat: no-repeat;
	background-position: left;
	display: block;
	font-weight: normal;
	vertical-align: middle;
	margin: 2px;
	padding: 3px;	
	padding-left: 22px;
}

label.highlighted {
	border: 1px solid #333;
}

#generos label:hover{
	background-color:#F9F9F9;
}

.crirHidden {
	position: absolute;
	left: -1000px;
}

/* LINKS */
a,
a:link, 
a:visited {
	text-decoration: none; 
	color:#00BAFF;
}

a:hover {
	text-decoration: underline; 
	color:#00BAFF;
}

.ingles {
	color:#339999;
}

/* ---------------- ESTILOS Q DEBERIAN APLICAR AL FORM DE SITEDROP Y NO ------------------ */

#from,
#subject,
#msj {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	border: #D9D9D9 solid 1px; 
	padding: 3px;
	vertical-align: middle;
	color: #444444;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-style: normal;
	width: 320px;
}

#from,
#subject {
	height: 15px;
}