﻿
.MenuLateral
{
	float: left;
	font-size: .8em; /*padding: .1em;*/
	height: 100%;
	min-height: 100%;
	width: 20%;
	
}
/*MENU TITULOS*/
.MenuLateral UL
{
	padding-left: 0px;
	margin: 0;
	list-style:none;
	margin-top: 5px;
	/*border-top: 1px solid #000099;*/
	list-style-position: outside;
	list-style-type:none;
	list-style-image:none;
}



.MenuLateral UL LI
{
	color: #00006f;
	margin-left: 1em;
	margin-top: .5em;
	padding: .4em 0 0 0;
}


.MenuLateral UL LI a
{
	color: #00006f;
	font: 1em Arial, sans-serif;
	text-decoration: none;
	text-align: left;
}


.MenuLateral UL LI a:hover
{
	background-color: #cccccc;
	color: #ffffff;
	text-decoration: none;
}



/*FIN menu titulos*/



/*SUB titulos*/
.MenuLateral UL LI UL
{
	border-top: 1px solid #000099;
	list-style-position: outside;
	list-style-type: square;
	list-style-image:none;
}

.MenuLateral UL LI UL LI
{
	margin-top: 0;
	
}
.MenuLateral UL LI UL LI a
{
	color: #555555;
	font:1em Arial, sans-serif;
	text-decoration: none;
	text-align: left;
}

.MenuLateral UL LI UL LI a:hover
{
	background-color: #cccccc;
	color: #ffffff;
	text-decoration: none;
}


.MenuLateral span
{
	color: #00006f;
}





/*Estilos del menú lateral dinámico*/

ul#nav2{
	padding-left: 0px;
	margin: 0;
	list-style:none;
	margin-top: 5px;
	/*border-top: 1px solid #000099;*/
	list-style-position: outside;
	list-style-type:none;
	list-style-image:none;
}

ul#nav2 li 
{
	cursor:pointer;
				
	color: #00006f;
	margin-left: 1em;
	margin-top: .5em;
	padding: .4em 0 0 0;
}


ul#nav2 li a {
	color: #00006f;
	font: 1em Arial, sans-serif;
	text-decoration: none;
	text-align: left;
}
ul#nav2 li a:hover
{
	background-color: #cccccc;
	color: #ffffff;
	text-decoration: none;
}


/*FIN Menus principal*/

/*SUBMenus principal*/
ul#nav2 li ul
{
	display: none;
	border-top: 1px solid #000099;
	list-style-position: outside;
	list-style-type: square;
	list-style-image:none;
}

ul#nav2 li ul li
{
	margin-top: 0;
	

}


ul#nav2 li:hover ul, ul#nav2 li.over ul {
	display: block;
}

ul#nav2 li li {
	display: block;
	float: none;
	
	border-top:0;
	border-bottom:0;
	padding: 0.2em 0 0 0;
	
}

ul#nav2 li li a
{
	
	color: #555555;
	font:1em Arial, sans-serif;
	text-decoration: none;
	text-align: left;
	
	
}
ul#nav2 li li a:hover 
{
	
	background-color: #cccccc;
	color: #ffffff;
	text-decoration: none;
}

ul#nav2 li>ul {
	top: auto;
	left: auto;
}
