﻿#cabecera{
	width:100%;
}

ul#menu{	
	float:left;
	}
	
ul#menu ,ul#menu li{
	padding:0px;
	margin:0px;
		
}

ul#menu a, ul#menu a span {
	background-repeat: no-repeat;
	display: block;
}

ul#menu li{
	display:block;
	float:left;
}

a.btn_grande {
	background-image: url(../images/menu/boton_off.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	text-decoration:none;
	width:85px;/*Esta medida tiene que ser igual a width+padding-left+padding-right de a.btn_grande span */
	text-align: left;
	color: white;
	text-align: center;
	
}	

a.btn_grande2 {
	background-image: url(../images/menu/boton2_off.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	text-decoration:none;
	width:95px;
	text-align:left ;	
	color: white;
	text-align: center;
}
span#corpo  
{
	padding: 10px 20px 8px 8px;
	font-size: 11px;
	font-weight: bold;
	width:48px;	
}

a.btn_grande span {
	padding-top:10px;
	padding-bottom:8px;
	font-size: 11px;
	font-weight: bold;
	padding-left:15px;
	padding-right:32px;
	width:50px;		
}
a.btn_grande2 span {
	padding-top:10px;
	padding-bottom:8px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	width:90px;		
}

a.btn_grande_on 
{
	text-decoration:none;
}
a.btn_grande_on span {
	padding-top:10px;
	padding-bottom:8px;
	font-size: 11px;
	font-weight: bold;
	padding-left:15px;
	padding-right:32px;
	width:48px;		
}

a.btn_grande:hover {
	background-image: url(../images/menu/boton_on.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
}
a.btn_grande2:hover {
	background-image: url(../images/menu/boton2_on.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
}

.btn_grande_on {
	background-repeat:no-repeat;
	background-position: left top;
	text-decoration:none;
	width:85px;/*Esta medida tiene que ser igual a width+padding-left+padding-right de a.btn_grande span */
	text-align: left;
	background-repeat:no-repeat;	
	color: white;	
	background-image: url(../images/menu/boton_on.jpg);
	cursor: pointer;
}
.btn_grande2_on {
	background-repeat:no-repeat;
	background-position: left top;
	text-decoration:none;
	width:95px;/*Esta medida tiene que ser igual a width+padding-left+padding-right de a.btn_grande span */
	text-align: left;
	background-repeat:no-repeat;	
	color: white;	
	background-image: url(../images/menu/boton2_on.jpg);
	cursor: pointer;
}



/* ------------------css submenus-------------------------------------*/
#general li ul{
    display:none;
}

#general li:hover ul{
    display:block;
}

#menu li ul{
    display:none;
	position:absolute;
	padding-left:0px;
	margin-left:0px;
	z-index:2000;
}
		
#menu li:hover  ul{/*igual que abajo para firefox y ie7*/
	display:block;
	background-color:#BCD0EE;/*azul claro*/
	z-index:2000;
}
#menu li.hover  ul{/*igual que arriba pero para ie6*/
	display:block;
	_padding-top:1.1em;/*la medida que sale aqui debe ser la misma  que _margintop en #menu li ul li a{} que se ve unas lineas más abajo*/
	background-color:#BCD0EE;/*azul claro*/

}
#menu li ul li{
	float:none;
	text-align:left;
	text-decoration:none;
}
#menu li ul li a{
	
	_margin-top:-18px;/*hack IE6*/
	text-decoration:none;
	border-bottom:1px solid white;
	color:#404A63;
	font-size:11px;
	padding:5px 7px 5px 7px;	
}

#menu li ul li a:hover{
	color:white;
	background-color:#404A63;/*azul marino**/
}