/* CSS Document */
#menu{
	height:22px;
	font: normal normal bold 14px/22px Arial, Helvetica, sans-serif;
	background-image:url(../images/fondo_menu.png);
	background-repeat:repeat-x;
	text-align:center;	
}
#menu div{
	height:22px;
	width:500px;
	margin:auto
}
#menu ul{
	height:22px;
}
#menu ul, #menu ul li{  
	border:0px;    
	margin:0px;   
	padding:0px;  
	list-style:none;
}
#menu ul li{
	float:left;
	display:inline;
	text-align:center;
	width:100px;
}
#menu ul li a{
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	height:22px;
}
#menu ul li a:hover, #menu ul li a.activo{
	color:#f29400;
}
/* Menu lateral */
#menu_lateral{
	margin-top:10px;
	font-size:11px;
}
#menu_lateral th{
	background-image:url(../images/fondo_seccion.png);
	background-repeat:repeat-x;
	height:17px;
	text-align:left;
	text-indent:5px;	
}
#menu_lateral th div{
	background: url(../images/corte_seccion.png) no-repeat scroll right;
	height:17px;
}
#menu_lateral th a{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	line-height:17px;
}
#menu_lateral th a:hover{
	color:#f29400;
}
#menu_lateral td{
	padding-left:5px;
	padding-top:2px;
}
#menu_lateral td a{
	display:block;
	text-indent:11px;
	text-decoration:none;
	color:#333333;
	font-size:11px;
	background: #FFF url(../images/bullet.png) no-repeat scroll 0 3px;
}
#menu_lateral td a:hover{
	text-decoration:underline;
}
/* Botonera */
#botonera{
	width:140px;
	margin: 10px 5px 0 10px;
}
#botonera img{
	margin-bottom:5px;
}
/*
#botonera td{
	height:35px;	
	background: #FFF url(../images/boton.png) no-repeat left top;
}
#botonera td .boton a{
	height:25px;
	width:135px;
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	text-indent:15px;
	font:normal normal bold 11px/22px Arial, Helvetica, sans-serif;
}
#botonera td a:hover{
	color:#f29400;
}
#botonera .descripcion{
	display: none;
}*/
