/* -----------------------------------*/
/* ---- PRIMER MENÚ <<<-----------*/
/* -----------------------------------*/
table.menu{
	width:185px;
	clear: both;
	float: none;
	font-size: 11px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #6B6F71;
}
table.menu thead {
	background-image: url(../images/tit_indiceContenidos.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: 251px;
	margin: 0px;
	padding: 0px;
}
table.menu tbody {
	width: 251px;
	background-color: #FFFFFF;
}
table.menu tfoot {
	height: 0px;
	margin: 0px;
	padding: 0px;
}

table.menu td.items{
	border-bottom: 1px solid #C9CDD1;
	padding: 0px;
	text-align: left;
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/li_off.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
table.menu td p{
	padding: 5px 0px;
	margin: 0px;
}
table.menu td a:link, table.menu td a:visited {
	color: #42535C;
	display: inline;
	margin: 0px 0px 9px 15px;
	padding: 0px 0px 9px;
	text-decoration: none;
	cursor: pointer;
}
table.menu td a:hover{
	color: #3B66BA;
	text-decoration: none;
}
table.menu td.celdaActiva{
	background-repeat: no-repeat;
	background-image: url(../images/li_current.gif);
}
div.submenu {
	padding: 0px;
	margin: 0px;
}
div.submenu ul{
	margin: 0px 0px 10px 20px;
	padding: 0px;
	font-size: 11px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #F2F5F6;
}
div.submenu ul li{
	margin: 0px;
	padding: 3px 0px;
	list-style: none;
	display:block
}
div.submenu ul li.subActivo{
	background-color:#00FF00;
	background: url(../images/bullet011.gif) no-repeat 30px 8px;
}
div.submenu ul li a{
	margin: 0px;
	padding: 0px;
	height:100%;
}
div.submenu ul li a:hover{
	color:#42535C;
}
