﻿
/* DEFINICIÓN DE CLASES PARA EL MENÚ PRINCIPAL*/

.fondo_menu
{
	background-color: transparent;
	width:100%;
	text-align: left;
}

.menu							/*Comunes a todo el menú*/
{
	cursor: url(hand.ico),pointer;
	background-color: transparent;
}

.menu_item_normal
{
	width: 100px;
	height: 25px;
	text-indent: 5px;
	background-image: url(../../Plantillas/Tienda/IMG/menu.GIF);
	background-repeat: no-repeat;
}

.menu_item_mouseover
{
	cursor: url(hand.ico),pointer;
	width: 100px;
	height: 25px;
	background-image: url(../../Plantillas/Tienda/IMG/menu.GIF);
	background-repeat: no-repeat;
	text-indent: 5px;
}

.menu_itemtext_normal
{
	font-size: 13px;
	color: #1A6288;
	font-family: Arial;
	font-weight: bold;
	text-align: center;
}

.menu_itemtext_mouseover
{
	font-size: 13px;
	color: #1A6288; /* ANTES #18344A */
	font-family: Arial;
	font-weight: bold;
	text-align: center;
}

/* DEFINICIÓN DE CLASES PARA EL MENÚ PRINCIPAL SELECCIONADO PAGINA ACTUAL*/
.menu_sel_item_normal
{
	width: 100px;
	height: 25px;	
	text-indent: 5px;
	background-image: url(../../Plantillas/Tienda/IMG/menu_sel.GIF);
	background-repeat: no-repeat;
}

.menu_sel_item_mouseover
{
	cursor: pointer;
	width: 100px;
	height: 25px;	
	text-indent: 5px;
	background-image: url(../../Plantillas/Tienda/IMG/menu_sel.GIF);
	background-repeat: no-repeat;
}

.menu_sel_itemtext_normal
{
	font-size: 13px;
	color: #EFF2BB;
	font-family: Arial;
	font-weight: bold;
	text-align:center;
}

.menu_sel_itemtext_mouseover
{
	font-size: 13px;
	color: #EFF2BB; /* ANTES #18344A */
	font-family: Arial;
	font-weight: bold;
	text-align:center;
}


/* DEFINICIÓN DE CLASES PARA LOS SUBMENÚS*/

.submenu
{
	cursor: url(hand.ico),pointer;
	width: 100px;
	background-color: White;
	border-right: #3893BE 1px solid; /*Definimos aquí los bordes para que no recuadre*/
	border-top: #3893BE 1px solid; /*cada item por separado, sino el menú completo*/
	border-left: #3893BE 1px solid;
	border-bottom: #3893BE 1px solid;
	text-align: left;
}

.submenu_item_normal
{
    background-color: White;
    padding: 3px;
    width: 100%;
}

.submenu_item_mouseover
{
	background-color: #3893BE;
	padding: 3px;
	width: 100%;
}

.submenu_itemtext_normal
{
	font-size: 10px;
	font-family: Arial;
	color: #3893BE;
	text-transform: uppercase;
}

.submenu_itemtext_mouseover
{
	font-size: 10px;
	font-family: Arial;
	text-transform: uppercase;
	color: white;	
}

.pnlIniSesion
{
	font-weight: bold;
	text-align: right;
}

.Idiomas
{
	background-color: White;
	color: #00315c;
	text-align: center;
	font-size: 12px;
	padding-bottom: 4px;
	padding-top: 4px;
}

.SubMenuIdioma
{
	padding-left: 5px;
	width: 60px;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial;
}

.FuenteDefecto
{
	font-size: 11px;
	color: #00315c;
	font-family: Arial;
}

.TituloMenuIdioma
{
	width:120px;
}