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

/* Menú Hogar */
#menu_secundario
{
	clear:both;
	width: 982px;
	/*height:24px;*/
	margin:0;
	padding:0.1em 0 0 0.5em;
	text-align:center;
	background:url(../../img/montaje/menus/fondo_submenu.png);
	background-repeat:no-repeat;
}

#menu_hogar
{
	/*width: 990px;*/
	height:25px!important;
	height:23px;
}

#menu_hogar ul 
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.s {color:#bfcf1d;font-weight:bold;font-size:12px;letter-spacing:0;font-family:verdana, arial;}

#menu_hogar a {text-decoration:none;font-weight:bold;color:#ffffff;font-family:verdana, arial;line-height:20px;font-size:12px;}
#menu_hogar a:hover {text-decoration:none;font-weight:bold;color:#bfcf1d;font-family:verdana, arial;line-height:20px;font-size:12px;}
#menu_hogar .s {color:#bfcf1d;font-weight:bold;font-size:12px;letter-spacing:0;}

#menu_hogar li
{
	float:left;
	margin:0;
}

.menu_seccion
{
	height:22px;
	padding:0 0.3em 0 0.4em;
}

.menu_seleccionado
{
	height:22px;
	padding:0 0.3em 0 0.4em;
}


#menu_hogar img
{
	vertical-align:super;
	margin:0;
	padding:0;
}

.menu_separador
{
	margin:1em 0 0 0;
	background:url(../../img/montaje/menus/separador.jpg);
	width:2px;
	height:15px;
}
/* /Menú Hogar */

