body {
	
	font-family: verdana;
	font-size:8pt;
	background-color: #F5F5F5;
	background-image: url(../imagen/fondo.png);
	color:#002E6D;
}

.texto {
	
	font-family: verdana;
	font-size:8pt;
	background-color: #e5e5e5;
	color:#002E6D;
}

.titulo {
	
	font-family: verdana;
	font-size:8pt;
	font-weight: bold;

}

.filtro {
	
	background-color: #c1c1c1;
}

.tabla {
	
	border-style: solid;
	border-width: 4px;
	border-right-color: #F6BE09;
	border-bottom-color: #F6BE09;
	border-top-color: #F6BE09;
	border-left-color: #F6BE09;
	color:#002E6D;
	font-family: verdana;
	font-size: 8pt;
}

.tablaInforme {
	
	border-style: solid;
	border-width: 4px;
	border-right-color: #F6BE09;
	border-bottom-color: #F6BE09;
	border-top-color: #F6BE09;
	border-left-color: #F6BE09;
	color:#002E6D;
	font-size: 7pt;
}

.division {
	
	background-color: #F6BE09;
	color:#002E6D;
	font-family: verdana;
	font-size: 15pt;
}

a:link {
	
	font-family: verdana;
	font-size: 12pt;
	color:#002E6D;
	
}

a:visited {
	
	font-family: verdana;
	font-size: 12pt;
	color:#002E6D;
}

a:active {
	
	font-family: verdana;
	font-size: 12pt;
	color:#002E6D;
}

a:hover {
	
	font-family: verdana;
	font-size: 12pt;
	color:#002E6D;
}

.boton {
	
	font-family: verdana;
	font-size: 10pt;
	background-color: #002E6D;
	color:#ffffff;
	border-style: solid;
	border-width: 1px;
	border-color: #ffffff;
	width: 150px;
}

/*tr:nth-child(odd) {
    background-color:#88BAFF;
	height: 25px;
}
tr:nth-child(even) {
    background-color:#BBD7FF;
	height: 25px;
}*/

.combo {
	
	font-family:verdana;
	font-size: 10pt;
	background-color: #ffffff;
	color: #000000;
}

#dividir {
	
	border-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: red;

}