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

.tabla_enlace_izquierdo{
	margin-top: px;
}

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


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

.menu_nivel2{
	color: #000066;
	text-decoration: none;
	font-size: px;
	font-weight: bold;
	margin-left: px;
}

	.menu_nivel2:hover { 
		color: #000066;
		text-decoration: none;
		font-size: px;
		font-weight: ;
		margin-left: px;
	} 

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


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

.menu_nivel3{
	color: #000066;
	text-decoration: none;
	font-size= px;
	font-weight: bold;
	margin-left: px;
}

	.menu_nivel3:hover { 
		color: #FFCC00;
		text-decoration: none;
		font-size: px;
		font-weight: ;
		margin-left: px;
	} 

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

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

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

