﻿
.linkMenu
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.linkMenu:link
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.linkMenu:active{font-family: Verdana, Tahoma, Arial;font-size: 11px;font-weight: bold;color: #FFFFFF;text-decoration:none;}
.linkMenu:visited{font-family: Verdana, Tahoma, Arial;font-size: 11px;font-weight: bold;color: #FFFFFF;text-decoration:none;}
.linkMenu:hover
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #ff6600;
	text-decoration: none;
}
.linkMenuSEL
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #CCFF00;
	text-decoration: none;
}
.linkMenuSEL:link
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #CCFF00;
	text-decoration: none;
}
.linkMenuSEL:active{font-family: Verdana, Tahoma, Arial;font-size: 11px;font-weight: bold;color: #CCFF00;text-decoration:none;}
.linkMenuSEL:visited{font-family: Verdana, Tahoma, Arial;font-size: 11px;font-weight: bold;color: #CCFF00;text-decoration:none;}
.linkMenuSEL:hover
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #CCFF00;
	text-decoration: none;
}


/* CLASES PARA EL MENU PRINCIPAL */

.DataListNivel1
{
}

/* Clase para el menu principal sin seleccionar */
.MenuNivel1
{
	text-decoration:none;
	width:140px;
	text-transform: uppercase;
	text-align: center;
}

.MenuNivel1:hover
{
	text-decoration:none;
	width:140px;
	text-transform: uppercase;
	text-align: center;
}

.lnkMenuNivel1
{
	
}

.lblMenuNivel1
{
	
}

.ItemStyleNormal
{

}

/* Clase para el menu principal seleccionado */
.MenuNivel1Sel
{
	text-decoration:none;
	width:140px;
	text-transform: uppercase;
	text-align: center;
}


.lnkMenuNivel1Sel
{
	
}

.lblMenuNivel1Sel
{
		
}

.ItemStyleSelected
{

}
/* Separador Nivel 1 */
.SeparadorMenuNiv1
{
	width: 2px;
	background-color: #dadada;
	font-size: 1px;
	height: 30px;
}

/* CLASES PARA EL MENU NIVEL 2 */

.DataListMenuNiv2
{
	font-weight: bold;	
	margin-left: 20px;
}

.MenuNiv2
{ 
	color: #000000;
	text-transform: uppercase;
	font-size: x-small;
	height: 100%;
	padding-top: 7px;
	padding-bottom: 7px; 
}


.lnkMenuNiv2
{
	
}

.lnkMenuNiv2:link
{
	color:#000000;	
}

.lnkMenuNiv2:visited
{
	color:#000000;	
}

.lnkMenuNiv2:active
{
	color:#a50000;
}

.lnkMenuNiv2:hover
{
	color:#a50000;
}

.lblMenuNiv2
{
	
}

.ItemStyleMenuNiv2
{
	
}

.SeparadorMenuNiv2
{
	color:#a50000;
	font-size: 10pt;
	height:100%;
}

/* CLASES PARA EL MENU NIVEL 3 */

.DataListMenuNiv3
{
	background-color:#dadada;
	border-top: solid 2px #dadada;
	border-bottom: solid 2px #dadada;
	border-right: solid 2px #dadada;
	border-left: solid 2px #dadada;
	width:100%;
}

.MenuNiv3
{
	color: #333333;
	background-color: White;
	text-decoration: none;
	text-align: left;
	font-size: 10px;
	height: 20px;
	font-weight: normal;
	text-transform: capitalize;
	vertical-align:middle;
	padding-top: 5px;
	padding-left: 4px;
}

.MenuNiv3:link
{
	background-color:White;
}

.MenuNiv3:visited
{
	background-color:White;
}
.MenuNiv3:active
{
	background-color:#dadada;
}
.MenuNiv3:hover
{
	background-color:#dadada;
}

.lnkMenuNiv3
{
	color:#333333;
}

.lnkMenuNiv3:link
{
	color:#333333;
}

.lnkMenuNiv3:visited
{
	color:#333333;
}
.lnkMenuNiv3:active
{
	color:Black;
}
.lnkMenuNiv3:hover
{
	color:Black;
	font-weight:bold;
}

.lblMenuNiv3
{

}

.ItemStyleMenuNiv3
{

}

/* CLASES PARA EL WEBSITEMAP */

.WebSiteMap
{
	color:#cc0000;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	font-size:smaller;	
}

.lnkWebSiteMap
{
	color:#cc0000;
}

.lnkWebSiteMap:link
{
	color:#cc0000;
}
.lnkWebSiteMap:visited
{
	color:#cc0000;
}
.lnkWebSiteMap:active
{
	color:#cc0000;
}
.lnkWebSiteMap:hover
{
	color: #cc0000;
	text-decoration: underline;
}

.lblWebSiteMap
{

}

.DataListSiteMap
{

}

.ItemSiteMap
{
	
}

.SeparadorSiteMap
{
	color:#cc0000;
}