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

.tabla_enlace_izquierdo{
	margin-top: 10px;
}

.menu_nivel1{
	color: #0879bd;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	margin-left: px;
}
	.menu_nivel1:hover { 
		color: ;
		text-decoration: underline;
		font-size: px;
		font-weight: ;
		margin-left: px;
	} 


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

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

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

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


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

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

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

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



