/* CSS Document */

.menuPrincipal {
margin:0;
text-align:left;
padding-left:15px;
background-color:#cccacb;
height:30px;
padding-top:1px;
padding-bottom:1px;
overflow:hidden;
}

/* remove all the bullets, borders and padding from the default list styling */
.menuPrincipal ul {
margin:0;
width:auto;
}

/* style the links */
.menuPrincipal a.opcion, .menuPrincipal a.opcion:visited {
display:block; 
height:26px;
background-image:url(../comun/imagenes/fondo_me1.gif);
background-repeat:repeat-x;
padding-left:15px;
padding-right:15px;
padding-top:12px;
color:#333333;
font-weight:bolder;
text-decoration:none;
border-left:#DADADA solid 1px;
}
.menuPrincipal a.opcion:hover {
background-image:url(../comun/imagenes/fondo_me2.gif);
background-repeat:repeat-x;
color:#fff;
font-weight:bolder;
}

.menuPrincipal td a.actual {
display:block; 
height:24px;
background-image:url(../comun/imagenes/fondo_me2.gif);
background-repeat:repeat-x;
padding-left:15px;
padding-right:15px;
padding-top:12px;
color:#333333;
font-weight:bolder;
text-decoration:none;
border-left:#DADADA solid 1px;
cursor:default;
}

