/* CSS Document */
body {
	background-color: #E7F2CE;
}
td,tr,p,div {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #095339;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;

	list-style-type: none;
	}
.moduletable{
	
	padding: 0 0 0 .2em;
	border: 1px solid #ccc;
	
}
.moduletable_cabeza{
	text-align: center;
	background: #92C93D;
	padding: 0 0 0 0;
	border: 1px solid #ccc;
	
}


.mainlevel ul {
margin:0px;
padding: 1px 3px 3px 0px;
width:170px;

}
.mainlevel li {
width:160px;
font-family: "Lucida Sans Unicode", "Trebuchet MS", Verdana;
background-color: #FFFFFF;
list-style-type: none;
font-size: 9px;
color: #FFFFFF;
margin-bottom: 1px;
text-indent: 10px;
list-style: none;
list-style-type: none;
}

a.mainlevel:link, a.mainlevel:visited {
display: block;
padding: 1px 3px 3px 6px;
color: #fff;
text-decoration: none;
/*css menu image rollover-uses single image with 3 button states - */
background-image: url(greenbg.gif);
background-repeat: no-repeat;
background-position: 0 2px;
text-indent: 0px;
list-style: none;

}

a.mainlevel:hover {
color: #000;
/*move the menu backround button image to the 'over' state*/
background-position: 0 -20px;
}

a.mainlevel:active{
color: #FFFFFF;
background-position: 0 -43px;
}

/*highlight the active menu*/

a.mainlevel#active_menu{
	
	color: #567FB3;
background-position: 0 -20px;
}

a.mainlevel#active_menu:hover{
	
	color: #000000;
background-position: 0 -20px;
}


