﻿
/* 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: 120px;
	height: 32px;
	background-color: transparent;
	text-indent: 5px;
}

.menu_item_mouseover
{
	cursor: url(hand.ico),pointer;
	width: 120px;
	height: 32px;
	background-color: transparent;
	text-indent: 5px;
}

.menu_itemtext_normal
{
	font-size: 13px;
	color: White;
	font-family: Arial;
	font-weight: bold;
	text-align: center;
}

.menu_itemtext_mouseover
{
	font-size: 13px;
	color: White; /* 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: 150px;
	height: 32px;	
	text-indent: 5px;
}

.menu_sel_item_mouseover
{
	cursor: pointer;
	width: 150px;
	height: 32px;	
	text-indent: 5px;
}

.menu_sel_itemtext_normal
{
	font-size: 13px;
	color: #373737;
	font-family: Arial;
	font-weight: bold;
	background-image: url(../../Plantillas/Josele/IMG/sel_menu.jpg);
	background-repeat: no-repeat;
	padding-left: 7px;
}

.menu_sel_itemtext_mouseover
{
	font-size: 13px;
	color: #373737; /* ANTES #18344A */
	font-family: Arial;
	font-weight: bold;
	padding-left: 7px;
	background-image: url(../../Plantillas/Josele/IMG/sel_menu.jpg);
	background-repeat: no-repeat;
}


/* DEFINICIÓN DE CLASES PARA LOS SUBMENÚS*/

.submenu
{
	cursor: url(hand.ico),pointer;
	width: 120px;
	background-color: White;
	border-right: #B22725 1px solid; /*Definimos aquí los bordes para que no recuadre*/
	border-top: #B22725 1px solid; /*cada item por separado, sino el menú completo*/
	border-left: #B22725 1px solid;
	border-bottom: #B22725 1px solid;
	text-align: left;
}

.submenu_item_normal
{
    background-color: White;
    padding: 3px;
    width: 100%;
}

.submenu_item_mouseover
{
	background-color: #B22725;
	padding: 3px;
	width: 100%;
}

.submenu_itemtext_normal
{
	font-size: 10px;
	font-family: Arial;
	color: #B22725;
	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;
}