 a.head:visited {font-size:9pt; font-family:Arial; text-decoration: none; color:white}
 a.head:hover {font-size:9pt; font-family:Arial; text-decoration: none; color:white} 
 a.head:link {font-size:9pt; font-family:Arial; text-decoration: none; color:white}

.efecto1 {
	filter: Blur(Add=1, Direction=12, Strength=0);
}
.efecto2{
	filter:glow(color=FFFF00,strength=0);
}


.encabezado {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: oblique;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
}

table.tabla {
	font-size:14px;
	text-align: center;
	width: 100%;
	font-family: verdana, .Trebuchet MS., Arial;
	Border-bootom-style: solid;
	border-bootom-color: #A4C4D0;
	border-width: 1px;
	border: 1px solid black;
	border-collapse: collapse;
}

th.cabecera {
	border: 1px solid black;
	font-weight: bold;
	color: white;
	background-color: #333366;         
}

th.cabecera a {
	text-decoration: none;
	color: white;
}

th.cabecera a:hover {
	text-decoration: underline;
}

td.columna {
	border-left: 1px solid #DDDDE5;
	border-right: 1px solid #DDDDE5;
}

.normal {
	background-color: white;	
}

.shaded {
	background-color: #EEEEF5;
}

.total {
	font-weight: bold;
	color: white;
	background-color: #555588;
}

.total td {
	border: none;
	border-top: 1px solid black;
}
