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

/* Menú Principal */
#menu_principal
{
	width: 990px;
	text-align:center;
	margin: 0;
	padding: 0;
	height:31px;
	float:left;
	background:url(../../img/montaje/menus/secciones/fondo_menu.png);	
	background-repeat:no-repeat;
}

#menu_principal ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#mp_botones
{
	list-style: none;
	float:left;
	margin: 0;
	padding: 0;
	width:640px;
}
#mp_ayuda
{
	float:right;		
	margin: 0;
	padding: 0;
	width:340px;
}

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

.s {color:#ffffff;font-weight:bold;line-height:20px;font-size:12px;font-family:Verdana, Arial;}
.s2 {color:#ffffff;font-size:12px;font-family:Verdana, Arial;}

#menu_principal a {text-decoration:none;line-height:35px!important;line-height:31px;color:#bfcf1d;font-family:Verdana, Arial; font-weight:bold;font-size:13px;}
#mp_botones a:hover {text-decoration:none;color:#ffffff;font-family:Verdana, Arial; font-weight:bold;font-size:13px;}
#menu_principal .s {color:#ffffff;font-weight:bold;line-height:35px!important;line-height:31px;font-size:13px;}
#mp_ayuda a:hover {text-decoration:none;color:#ffffff;font-family:Verdana, Arial;font-size:11px;}
#menu_principal .s2 {color:#ffffff;line-height:35px!important;line-height:31px;font-weight:bold;font-size:11px;}

#menu_principal li
{
	margin:0;
	padding:0;
	height:31px;
	line-height:31px;
	float:left;
}


#mp_ayuda li
{
	height:31px;
	line-height:31px;
	float:right;
	padding: 0 0.5em 0 0;
}

.mp_separador
{
	font-family:verdana, arial;
	font-size:10px;
	font-weight:bold;
}

#mp_ayuda a {
	text-decoration:none;
	color:#999999;
	font-family:Verdana, Arial; 
	font-size:11px;
}


#b_inicio, #b_hogar
{
	width:85px;
	height:31px;
}

#b_inicio_s, #b_hogar_s
{
	background:url(../../img/montaje/menus/secciones/boton_peque.png);
	width:85px;
	height:31px;
	background-repeat:no-repeat;
}

#b_futura, #b_alta, #b_moviles
{
	width:121px;
	height:31px;
}

#b_futura_s, #b_alta_s, #b_moviles_s
{
	background:url(../../img/montaje/menus/secciones/boton_mediano.png);
	width:121px;
	height:31px;	
	background-repeat:no-repeat;	
}

#b_profesionales
{
	width:227px;
	height:31px;	
}

#b_profesionales_s
{
	background:url(../../img/montaje/menus/secciones/boton_grande.png);
	width:227px;
	height:31px;	
	background-repeat:no-repeat;	
}



/* /Menú Principal */

