/* CSS Document */

.inputNormal {}

.inputError
{
	border:1px solid #FF0000;
	background-color:#FFF4F0;
	color:#FF0000;
}

/* Mensajes de ayuda */

#mensajesAyuda
{
	width:160px;
	font-family:Verdana;
	font-size:10px;
	border:1px solid #666666;
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	text-align:center;
}

#ayudaTitulo
{
	background-color:#ECF0F0;
	font-size:11px;
	font-weight:bold;
	color:#4CAFC5;
	padding:1px;
}

#ayudaTexto
{
	vertical-align:middle;
	background-color:#FFFFFF;
	color:#666666;
	padding:2px;
}.enlacenormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0033CC;
	text-decoration: underline;
}

.enlace {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0033CC;
	text-decoration: none;
	
}
.enlace:hover {
	color: #0099CC;
}
.textopequeno {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.enlacepequeno {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.enlacepequeno:hover {
	text-decoration: underline;
}.txtpeqnegrita {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.txtnormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.txtmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
.txtmenu:hover {
	color: #FFFFFF;	
	cursor:hand;
}	

.txtmenu_destc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
}
.txtmenu_destc:hover {
	color: #FFFFFF;
	cursor:hand;
}

.txtmenu_on {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.txtmenu_on:hover {
	cursor:hand;
}.txt_mensaje {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #FF0000;
	text-decoration: none;
}
.margen_izq_20 {
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 10px;
}
