@charset "utf-8";
/* CSS Document */

#menu {
width: 200px; /* set width of menu */
}

#menu ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
}

#menu li{
display:block;
display:inline;
}

#menu a{
height:28px;
display:block;
background-color: #26609a;
color:#b3dfff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:12px;
text-align:center;
padding:10px 0px 5px 0px;
margin:0px;
border-bottom:#CCCCCC solid 2px;
} 

#menu a:hover{
color:#ffffff;
background-color: #f2b559;
}

.masinfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	background-color: #EAEAEA;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f2b559;
	text-align: right;
}

.masinfo a:hover {
	color:#26609a;
}
.titulos {
	font-size: 16px;
	color: #26609a;
	font-weight: bold;
}

