@charset "utf-8";
/* CSS Document */

/* Menú vertical desplegable
----------------------------------------------- */
#firstpane {
margin-top: 20px;
}

.menu_list {
width: 200px; /* Ancho del menú */
}

.menu_head {
font-size: 20px;
padding: 5px;
text-align:right;
color: #900; /* Color de las pestañas principales */
cursor: pointer;
position: relative;
margin:1px;
margin-left:0;
margin-right:40px;
font-weight:bold;
background-color: #FFF; /* Color de fondo */
text-decoration: none;
}

.menu_head a{
display:block;
color: #900; /* Color de los enlaces */
background-color: #FFF; /* Color de fondo de los enlaces */
font-weight:bold;
text-decoration:none;
}

.menu_head a:hover {
color: #333;
}

.menu_body {
display:none;
font-size: 11px;
cursor: pointer;
}

.menu_body a{
display:block;
color:#848484; /* Color de los enlaces */
background-color: #FFF; /* Color de fondo de los enlaces */
padding-left:0px;
margin-right: 20px;
font-weight: normal;
text-decoration:none;
text-align: right;
}

.menu_body a:hover{
color: #000000; /* Color de los enlaces al pasar el cursor */
text-decoration: none;
}