body{
background-color: white;
color: black;
font: normal 80% Verdana;
margin-top: 3px;
margin-left: 3px;
padding: 0;
margin-right: 5px;
}

ul{
font: normal 80% Verdana;
}

.dep{
color: #A1821F;
}
.ind{
color: #736571;
}
.inf{
color: #735AAB;
}
.ser{
color: #C05A88;
}
.pel{
color: #EB5500;
}
.pro{
color: #0F45D6;
}

.celdas{
	background-color : transparent;
	border : 1 solid Red;
}

.lineas0{
	background-color : #EFFA99;
}

.lineas1{
	background-color : #FFFFFF;
}

.lineasdes{
	background-color : #EBF2BE;
	font-size: 8pt;
	font-family: Verdana
}

.nota{
	font-size: 8pt;
	color: navy;
	font-family: Verdana
}

table{
font-size: 100%;
}

.activo{
	background-image : url(img/active-tab.gif);
}

.inactivo{
	background-image : url(img/inactive-tab.gif);
}

.pie{
	background-image : url(img/rojo.gif);
}

.radioele{
	background-image : url(favicon.ico);
	background-repeat : repeat-y;
}

a:visited{color: #449805; }


