﻿
/* DEFINICIÓN DE CLASES PARA EL MENÚ PRINCIPAL*/

.fondo_menu
{
    background-image: url(fondo_menu_off.jpg);
	background-repeat: repeat-x;
	width:100%;
	text-align: left;
}

.menu							/*Comunes a todo el menú*/
{
	cursor: url(hand.ico),pointer;
	padding: 0px;
	margin: 0px;
}

.menu_item_normal
{
	width: 100px;
	height: 24px;
	background-color: transparent;
	text-indent: 5px;
	border-right: #ffffff 1px solid;
	font-weight: bold;
}

.menu_item_mouseover
{
	cursor: url(hand.ico),pointer;
	width: 100px;
	height: 24px;
	background-color: #e9e8e6;
	text-indent: 5px;
	font-weight: bold;
}

.menu_itemtext_normal
{
	font-size: 11px;
	color: black;
	font-family: Arial;
	text-transform: uppercase;
	font-weight: normal;
	text-align: center;
	font-weight: bold;
}

.menu_itemtext_mouseover
{
	font-size: 11px;
	color: #000000; /* ANTES #18344A */
	font-family: Arial;
	text-transform: uppercase;
	font-weight: normal;
	text-align: center;
	font-weight: bold;
}

/* DEFINICIÓN DE CLASES PARA EL MENÚ PRINCIPAL SELECCIONADO PAGINA ACTUAL*/
.menu_sel_item_normal
{
	width: 100px;
	height: 24px;
	background-color: #FF0000;
	text-indent: 5px;
	border-right: #ffffff 1px solid;
	font-weight: bold;
}

.menu_sel_item_mouseover
{
	cursor: url(hand.ico),pointer;
	width: 100px;
	height: 24px;
	background-color: #FF0000;
	text-indent: 5px;
	font-weight: bold;
}

.menu_sel_itemtext_normal
{
	font-size: 11px;
	color: black;
	font-family: Arial;
	text-transform: uppercase;
	font-weight: normal;
	text-align: center;
	font-weight: bold;
	background-color: #FF0000;
}

.menu_sel_itemtext_mouseover
{
	font-size: 11px;
	color: #000000; /* ANTES #18344A */
	font-family: Arial;
	text-transform: uppercase;
	font-weight: normal;
	text-align: center;
	font-weight: bold;
	background-color: #FF0000;
}


/* DEFINICIÓN DE CLASES PARA LOS SUBMENÚS*/

.submenu
{
	cursor: url(hand.ico),pointer;
	background-color:#373737;
	height: 100%;
	width:200px;
	vertical-align: middle;
	margin:0px;
	
	
	
}

.submenu_item_normal
{
    background-color: #FF0000;
    padding: 3px;
    width: 100%;
}

.submenu_item_mouseover
{
	background-color: #FF0000;
	padding: 3px;
	width: 100%;
}

.submenu_itemtext_normal
{
	font-size: 9px;
	font-family: Arial;
	color: black;
	text-transform: uppercase;
}

.submenu_itemtext_mouseover
{
	font-size: 9px;
	font-family: Arial;
	text-transform: uppercase;
	color: white;
}

.Idiomas
{
	cursor: url(hand.ico),pointer;
	background-color: transparent;
	text-align: left;
}

.SubMenuIdioma
{
	padding-left: 5px;
	width: 60px;
	font-weight: normal;
	font-size: 11px;
	font-family: Arial;
}

.FuenteDefecto
{
	font-size: 11px;
	color: #000000;
	font-family: Arial;
}

.TituloMenuIdioma
{
	width:100px;
}