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

.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;
}

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);
}

a:visited{color: #449805; }


