/*---AVISO LEGAL ------------------------------------------------------------------------------------------------*/
/*---Contenido --------------------------------------------------------------------------------------------------*/
.cabecero-aviso {
	background-color: #EEEEEE;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.04em;
	text-decoration: none;
	color: #666666;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}
.texto-aviso {
	font-family: Arial, Helvetica, sans-serif;
	color: #454545;
	font-size: 13px;
	text-align: justify;
	padding: 20px;
	vertical-align: top;
}
.txt-verdebold-claro {
	font-family: Arial, Helvetica, sans-serif;
	color: #80BA47;
	font-weight: bold;
}
.txt-verdebold-oscuro {
	font-family: Arial, Helvetica, sans-serif;
	color: #336600;
	font-weight: bold;
}
.txt-rojobold {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-weight: bold;
}
/*---Enlaces ----------------------------------------------------------------------------------------------------*/
a:link, a:active, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #FF6600;
	font-style: normal;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 13px;
	font-weight: bold;
	color: #336600;
	font-style: normal;
}
/*---FOOTER ----------------------------------------------------------------------------------------*/
.footer {
	background-color: #EEEEEE;
	margin: 0;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 0.04em;
	text-decoration: none;
	color: #666666;
	border-top: 1px solid #CCCCCC;
}
td#footer a {
	background-color: #CDCDCD;
	display: block;
	margin: 0;
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 0.04em;
	text-decoration: none;
	color: #666666;
	border-right: 1px solid #999999;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #FFFFFF;
}
td#footer a:hover {
	display: block;
	background-color: #999999;
	color: #FFFFFF;
}
/*------ CAMPOS DE FORMULARIO ------------------------------------------------------------------ */

.inputNormal{
border: 1px solid;
size:50;
}
.inputError{
border: 1px solid #FF0000;
background-color: #FFF4F0;
color:#FF0000;
size:50;
}

#transparencia
{
	background-color:#FFFFFF; 
	z-index:1; 
	position:absolute;
	width:100%;
	height:100%;
	display:none;
	opacity:0.95; filter:alpha(opacity="95");
}

#transparenciaMensaje
{
	position:absolute;
	width:300px;
	height:100px;
	margin-top:-50px;
	margin-left:-150px;
	top:50%;
	left:50%;
}

/*---------------------------------------------------------------------------------------------- */