/* Menu Izquierda */


/*Sets line-height of all menuitems*/
#p7TMnav {
	line-height: 1.12;
	width:100%;
}

/*second level menuitem divs on - Cascades to lower levels*/
/*Sets left margin to 16px establishing a cascading indent*/
#p7TMnav div div {
	margin: 0 0 0 0;
	
}

/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnav div a {
	color: #333333;
	font-size: 11px;
	/*alto de las celdas*/
	height: 18px;
}
/*The Link style for top-level menuitems hidden from Netscape 4*/
#p7TMnav div a {
	padding: 5px 0 3px 7px;
	display: block;
	background-position:bottom;
	text-decoration: none;
	font-weight: bold;
	
}
#p7TMnav div a:visited {
	color:#444444;
}
/* hover, color del menu */
#p7TMnav div a:hover {
	color: #999999;
}

/*The Link style for second-level menuitems*/
#p7TMnav div div a {
	font-size: 11px;
	border: 0;
	color: #333333;
	font-weight: normal;
	background-color:#DAEDD3;
	text-indent: 6px;
}
/*The Link style for second-level menuitems*/
#p7TMnav div div a:hover {
	background-color:#3FB459;
    color: #666;
}
/*The Link style for third-level menuitems and lower*/
/*To set a specific style for the fourth level, add a div to the selector*/
/*Fourth-level example syntax: p7TMnav div div div div a {declaration}*/
#p7TMnav div div div a {
	font-size: 10px;
}

.p7defmark {
	background-image: none;
}

.p7currentmark {
	background-color:#3FB459!important;
    color: #000!important;
}

/* Menu secundario */


/*Sets line-height of all menuitems*/
#p7TMnav {
	line-height: 1.12;
	width:100%; /*se puede poner el px o %*/
}

/*second level menuitem divs on - Cascades to lower levels*/
/*Sets left margin to 16px establishing a cascading indent*/
#p7TMnav div div {
	margin: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50px;
	
}

/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnav div a {
	color:#000000;
	/*font-size: 11px;*/
	/*alto de las celdas*/
	height: 120%;
}
/*Titulo del ITEM PRINCIPAL*/
#p7TMnav div a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 3px 0 3px /*10px*/;
	display: block;
	background-color: #DAEDD3;
	border-top: 0px solid #FFFFFF;
/*	border-bottom: 1px solid #999999; Borde del boton principal*/
	border-left: 0px solid #999999;
	text-decoration: none;
	font-weight: normal;
}
#p7TMnav div a:visited {
	color:#000000;
}
/* hover, color del menu */
#p7TMnav div a:hover {
	color: #000000;
}

/*Titluo del SUB ITEM*/
#
