/* MMM edu. mejora a los menus de la home */

.titulo
{

display: block;
padding: 1px 10px 0 10px;
margin:0 30px 0 30px;
background:green;
color:#f4f4f4;
border-left: 15px solid black; 
}
.titulo a
{
	text-decoration:none ;
	color:#f4f4f4;
}
	
.avmenu {
font-family: Arial, Helvetica, sans-serif;
font-size: 1.2em;
clear: left;
float: left;
width: 85%;
margin: 0  ;
padding: 1em;
text-align:left;
background:transparent;
}

.avmenu ul {
list-style: none;
text-transform: capitalize;
}	

.avmenu li {
margin: 0px 0px 0px 0px ;
}

.avmenu li a {
height: 20px;
text-decoration: none;
display: block;
padding: 0px 5px 0px 5px;
background: transparent ; 
color:black;
border-left: 5px solid #f4f4f4;
}

.avmenu li a:hover, .avmenu li a:focus  {
background: green ; /* rgb(79, 127, 18); este es el verde de la portada */
color: #f4f4f4 ; 

border-left: 5px solid black; 
/*
aqui irķa el baloncito
background: transparent url(images/menuright.png) no-repeat right top; 
*/
}

.avmenu li a:active {
background: green ; /* rgb(79, 127, 18); este es el verde de la portada */
color: #f4f4f4 ; 
border-left: 5px solid green; 
/*
aqui irķa el baloncito
background: transparent url(images/menuright.png) no-repeat right top; 
*/
}
.noenlace_anegro
{
}

.noenlace_anegro_activoazul, .noenlace_anegro_activoamllo, .noenlace_anegro_activogranate
{
font-weight: bolder;
}
