#menuver
{

margin: 0;
padding: 0;
list-style-type: none;
}
/*modificacion de la lista indentada a la derecha */
#menuver ol
{
margin: 0 0 .2em 0;
padding:0;
list-style-type: none;


}

#menuver li
{


padding: 0.3em 0 0 0 ;
list-style-type: none;
margin: 0 0 .2em 0;
text-indent: 1em;
}



#menuver a
{margin: 0 0 .2em 0;
display: block;
color: #fff;
font-size: 0.80em;
background-color: #064789;
width:163px;
 font-weight: 600;
/*padding: .2em .8em;*/
text-decoration: none;
border-left:5pt solid #6290ce;
}

#menuver a:hover, #menuver .seleccionado a
{
background-color: #605c5d;
color:#fff;
border-left:5pt solid #b5b5b5;
}
/*modificacion del menu h4*/
#menuver h4{
	width: 170px;
	margin: 0 0 0 0em;
	font-size: 0.91em;
	font-family: Arial, Helvetica, sans-serif;
	color:ca3800;
	padding-left: 0.5em;
}

#active a
{
display: block;
color: #fff;
background-color: #990033;
width: 9em;
padding: .2em .8em;
text-decoration: none;

}
/*Prueba: para que salga bocadillos en lso enlaces explicando que es */

/*
 * Nicetitle. 
 *
 */
div.nicetitle {
    background-color: #EEEEEE;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    color: #000;
    font: normal 1em Verdana, Arial, sans-serif;
    position: absolute;
    z-index: 20;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
}

div.imagen_nicetitle {
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    position: absolute;
    background: #99CC00 url('./enlace.png') no-repeat center center;
    width: 63px;
    height: 63px;
    z-index: 21;
}

div.nicetitle p {
    margin: 0;
    padding: 0 3px;
    -moz-opacity: 1;
}
/*prueba de otros proyectos marisa_ana */
#otros a{
	color:    #F3B41F;
	background-color: #6290ce;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
#otros a:hover {
	color:   #F48700;
	background-color: #b5b5b5;
	text-align: center;
}  