/*body {
	overflow: auto;
	background: #333;
	color: #FFFFFF;
	font: 12px Arial, Helvetica, sans-serif;
}*/

/* menu principal */
#menu1  UL
{
   display:none;
}

#menuTree #menu1 {
	height: auto;
	width: 330px;
	float: left;
        border: 0px solid #Fff;
 
}

#menuTree #menu1 {
	display: block;
	list-style-type: none;
}

#menuTree a{
	font-family: Trebuchet MS, Arial, Helvetica;
	color:#9E1415;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	width:180px;
	height: 26px;
	display:block;
	padding:5px 5px 5px 10px ;
	border: 1px solid #FFFFFF
}


#menuTree #menu1 a:hover {

background-image: url('../img/menu_detalle.png');
background-position:left;
background-repeat: no-repeat;
border: 1px solid #EFEFEF;
}

#menuTree .submenuTree a{

    font-family: Trebuchet MS, Arial, Helvetica;
	color:#0055ff;
	text-decoration:none;
	font-size:14px;
       	font-weight:bold;
	width:180px;
	height: 26px;
	display:block;
	padding:5px 5px 5px 10px ;
	border: 1px solid #FFFFFF
}

/* MENU POSTER */

.navText {
	font-family: Trebuchet MS, Arial, Helvetica;
	color: #ffffff;
	line-height:16px;
	text-decoration: none;
	}

#navText a{
	font-family: Trebuchet MS, Arial, Helvetica;       
        color:#9E1415;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	display:block;
	padding:5px 5px 5px 10px ;
	border: 1px solid #FFFFFF
}
#navText #navText a:hover {

        background-image: url('../img/menu_detalle.png');
        background-repeat: no-repeat;
        background-position:left;
        background-color: #ffffff;
        color:#9E1415;
        border: 1px solid #efefef;
}
