@charset "utf-8";
/* CSS Document */
/******************CSS DEL SITIO WEB *************************/
a{
text-decoration:none;
color:#D62411;
font-family:Tahoma,"Times New Roman", Times;
font-size:10px;
}
.texto{
color:#FFFFFF;
font-size:10px;
font-family:Tahoma,"Times New Roman", Times;
}
.texto_pagina{
color:#000000;
font-size:11px;
font-family:Tahoma,"Times New Roman", Times;
}
.titulo {
color:#FFFFFF;
font-size:11px;
font-family:Tahoma,"Times New Roman", Times;
font-weight:bold;
}
texto-grande{
color:#FFFFFF;
font-size:14px;
font-family:Tahoma,"Times New Roman", Times;
}
.texto_negro{
color:#000000;
font-size:10px;
font-family: Tahoma,"Times New Roman", Times;
}

.texto_footer{
color:#DFDFDF;
font-size:10px;
font-family:Tahoma,"Times New Roman", Times;
}

.titulo_naranja{
color:#D62411;
font-size:15px;
font-family:Tahoma,"Times New Roman", Times;
}
/******************CSS DEL SITIO WEB *************************/

/***************** Aqui comienza el menu *********************/
#menunav {
 margin: 0;
 padding:0;
}
#menunav li {
/*width:169px;
height:18px;*/

 list-style-type: none;
 margin: 0;
 padding: 0;
 text-align:left;
 background-image:  url(/images/narange_menu.jpg);
 background-repeat: no-repeat;
 border:0;
}
#menunav ul {
 border:0; /* 1px solid #eeeeee;*/
 margin: 0;
 padding: 0;
 z-index: 10000;
}
#menunav a {
 display: block;
 text-decoration: none;
 background-color: transparent;
 padding: 4px 12px 4px 10px;
 color: #ffffff;
 line-height:1;
 
}
/*controla la botonera */
#menunav a:hover, #menunav a:active, #menunav a:focus,
#menunav .menuon, #menunav .menuon:hover,
#menunav .menuon:active {
 color: #333333;
 letter-spacing: 0.1px;
 background-image:  url(/images/red_menu.jpg);
 background-repeat: no-repeat;
}
#menunav .menumark, #menunav .menumark:hover {
 font-weight: bold;
}
/*Controlan los links y la imagen de flecha */
/*the normal trigger link */
#menunav .menutrg, #menunav .menutrg:hover, #menunav .menutrg:active {
 /*background-image:  url(img/flecha.gif);*/
 background-repeat: no-repeat;
 background-position: right center;
 color:#FFFFFF;
font-size:10px;
font-family:Tahoma,"Times New Roman", Times;
}
#menunav .menutrg:hover {
 background-position: right center;
/* background-image:  url(img/encima_btn.jpg);*/
 background-repeat: repeat-x;
 color:#FFFFFF;
font-size:10px;
font-family:Tahoma,"Times New Roman", Times;
}
/*controla el desplazamiento y alcance de los submenus */
#menunav .menuhide {
/* left: -9000px;*/
 border: 0;
}
#menunav .menushow {
 left: auto;
 z-index: 20000;
}
/*modifica el menu madre */
#sidebar {
 /*position: absolute;*/
 /*top: 150px;
 left: 10px;
 width: 11em;*/
 font-size: 10px; 
}

/***************** Aqui TERMINA el menu *********************/

