/* CSS Document */
body {
	background-image: url(../gifs/fondo2.jpg);
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	
}
.linea {
	color: #ABACD1;
	border: 1px dotted;
}
.txt {
	
	padding-right: 15px;
}
.fondoLevel {
	background-image: url(../gifs/f_level.gif);
	background-repeat: repeat-x;
	background-color: #C1DC03;
}
.titulo{
	font-size: 13px;
	color: #2327BB;
	font-weight: bold;
}
.tituloGrande{
	font-size: 18px;
	color: #000087;
}
.destacado{
	color:#666666;
	font-weight: bold;
}
.destacadoAzul{
	color:#1418A8;
	font-weight: bold;
	font-size: 11px;
}
.pequeno{
	font-size:10px;
}
/*LINNKS*/
a:link{
	color:#003AC2;
	text-decoration: none;
}
a:visited{
	color:#003AC2;
	text-decoration: none;
}

a:hover {
	color:#E85000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #003AC2;
}
a.kamaleon{
	color: #99AF00;
}
a.kamaleon:visited{
	color: #99AF00;
}
a.password{
	font-size: 11px;
}
/*FORMULARIS*/
input{
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
	color: #666666;
}
select{
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
	color: #666666;
}
input.portada{
	font-family:arial,helvetica, sans-serif;
	font-size:11px;
	color: #666666;
}
select.portada{
	font-family:arial, helvetica, sans-serif;
	font-size:11px;
	color: #666666;
}
