
/******   css para los enlaces del nivel 1 *****/
.imagen_enlace{
	background-repeat: no-repeat;
	background-position: left;
	width: 100%;
	text-align: left;
}

.tabla_enlace_izquierdo{
	margin-top: px;
}

.menu_nivel1{
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	margin-left: 5px;
}
	.menu_nivel1:hover { 
		color: #EF7D31;
		text-decoration: none;
		font-size: 11px;
		font-weight: bold;
		margin-left: 0px;
	} 


/*******  css para los enlaces del nivel 2 ******/
.tabla_enlace2{
	width: %;
	padding: px;
}

.menu_nivel2{
	color: #9C4100;
	text-decoration: none;
	font-size: 11px;
	font-weight: ;
	margin-left: 16px;
}

	.menu_nivel2:hover { 
		color: #FFFFFF;
		text-decoration: none;
		font-size: 11px;
		font-weight: bold;
		margin-left: 5px;
	} 

.imagen_enlace2{
	background-repeat: ;
	background-position: left;
	width: 100%;
	text-align: ;
}


/*******  css para los enlaces del nivel 3******/
.tabla_enlace3{
	width: %;
	padding: px;
}

.menu_nivel3{
	color: #9C4100;
	text-decoration: none;
	font-size= 10px;
	font-weight: ;
	margin-left: 16px;
}

	.menu_nivel3:hover { 
		color: #FFFFFF;
		text-decoration: none;
		font-size: 10px;
		font-weight: bold;
		margin-left: 5px;
	} 

.imagen_enlace3{
	background-repeat: ;
	background-position: left;
	width: 100%;
	text-align: ;
}

/*******  css para los enlaces del nivel 4******/
.tabla_enlace4{
	width: %;
	padding: px;
}

.menu_nivel4{
	color: ;
	text-decoration: none;
	font-size= px;
	font-weight: ;
	margin-left: px;
}
.imagen_enlace4{
	background-repeat: ;
	background-position: ;
	width: 100%;
	text-align: ;
}

