/* CSS Document */


.menutitle{
FONT-FAMILY: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
cursor:pointer;
margin-bottom: 5px;
background-color:#ECECFF;
color:#000000;
width:185px;
padding:2px;
text-align:left;
font-weight:bold;
/*/*/border:1px solid #9AC1FB;/* */
}
.menutitle a:hover, a:visited, a:link{
text-decoration:none;
color:#000000;
}

.submenu{
margin-bottom: 0.5em;
text-decoration:none;
margin-left:7px;
margin-right:5px;
	border-bottom:1px solid #C1D9FA;
	border-right:1px solid #C1D9FA;
	border-left:1px solid #C1D9FA;
	border-top:1px solid #C1D9FA;
background-color:#E2EBF8;
}

.submenu a:hover { 
margin-bottom: 0.5em;
text-decoration:none;
font-size:12px;
border-bottom: 1px dashed #aaa;
text-decoration:none;
background-color:#F0F3F7;
}
.submenu a:link{
margin-bottom: 0.5em;
font-size:12px;
color:#056AFF;
text-decoration:none;
}
.submenu a:visited{
margin-bottom: 0.5em;
font-size:12px;
color:#056AFF;
text-decoration:none;
}

#cuadro_menu{
	/*border-bottom:1px solid #C1D9FA;
	border-right:1px solid #C1D9FA;
	border-left:1px solid #C1D9FA;
	border-top:1px solid #C1D9FA;*/
background-color:#E2EBF8;
margin-right:5px;
margin-bottom:8px;
padding:3px 5px 5px 2px;
line-height:0.9;
FONT-FAMILY: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
}
#cuadro_menu1{
	border-bottom:1px solid #C1D9FA;
	border-right:1px solid #C1D9FA;
	border-left:1px solid #C1D9FA;
	border-top:1px solid #C1D9FA;
background-color:#E2EBF8;
margin-right:5px;
margin-bottom:8px;
padding:3px 5px 5px 2px;
line-height:0.9;
FONT-FAMILY: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#5B769E;
}
h5{
margin:5px 3px 3px 5px;
font-size:12px;
color:#5B769E;
	border-bottom:1px solid #C1D9FA;
line-height:1.1;
}

h5 a:hover{
background:#CCD7E7;
text-decoration:none;
}
h5 a:link, a:visited{
text-decoration:none;
color:#0F6FF9;
}



