/* CSS Document */

/* estilo de enlaces de menú de izquierdo*/
	/*programas*/
	.programas{
		background-image: url(imagenes/programas.jpg);
		background-position:top; background-repeat:no-repeat;
		height:32px; width:105px; 
		position:absolute; left:0px; top:0px; 	 
	}
	.programas a{
		background-image: url(imagenes/programas.jpg); 
  		background-position:top;
		background-repeat:no-repeat;
		height:32px; width:105px; display: inherit;
	}
	.programas a:hover {
		background-image: url(imagenes/programas_ov.jpg); 
		height:32px; width:105px; background-position:top;
		background-repeat:no-repeat; display:block;
	}
	/*planes y proyectos*/
	.planes{
		background-image: url(imagenes/planes.jpg);
		background-position:top; background-repeat:no-repeat;
		height:25px; width:167px; 
		position:absolute; left:0px; top:32px; 	 
	}
	.planes a{
		background-image: url(imagenes/planes.jpg); 
  		background-position:top;
		background-repeat:no-repeat;
		height:25px; width:167px; display: inherit;
	}
	.planes a:hover {
		background-image: url(imagenes/planes_ov.jpg); 
		height:25px; width:167px; background-position:top;
		background-repeat:no-repeat; display:block;
	}
	/*avances y logros*/
	.avances{
		background-image: url(imagenes/avances.jpg);
		background-position:top; background-repeat:no-repeat;
		height:25px; width:167px; 
		position:absolute; left:0px; top:57px; 	 
	}
	.avances a{
		background-image: url(imagenes/avances.jpg); 
  		background-position:top;
		background-repeat:no-repeat;
		height:25px; width:167px; display: inherit;
	}
	.avances a:hover {
		background-image: url(imagenes/avances_ov.jpg); 
		height:25px; width:167px; background-position:top;
		background-repeat:no-repeat; display:block;
	}
		/*historias y viverncias*/
	.historia{
		background-image: url(imagenes/historia.jpg);
		background-position:top; background-repeat:no-repeat;
		height:27px; width:185px; 
		position:absolute; left:0px; top:82px; 	 
	}
	.historia a{
		background-image: url(imagenes/historia.jpg); 
  		background-position:top;
		background-repeat:no-repeat;
		height:27px; width:185px; display: inherit;
	}
	.historia a:hover {
		background-image: url(imagenes/historia_ov.jpg); 
		height:27px; width:185px; background-position:top;
		background-repeat:no-repeat; display:block;
	}
			/*Descargas*/
	.descargas{
		background-image: url(imagenes/descargas.jpg);
		background-position:top; background-repeat:no-repeat;
		height:26px; width:101px; 
		position:absolute; left:1px; top:110px; 	 
	}
	.descargas a{
		background-image: url(imagenes/descargas.jpg); 
  		background-position:top;
		background-repeat:no-repeat;
		height:26px; width:101px; display: inherit;
	}
	.descargas a:hover {
		background-image: url(imagenes/descargas_ov.jpg); 
		height:26px; width:101px; background-position:top;
		background-repeat:no-repeat; display:block;
	}
			/*Asesoría Legal*/
	.asesoria{
		background-image: url(imagenes/asesoria.jpg);
		background-position:top; background-repeat:no-repeat;
		height:25px; width:184px; 
		position:absolute; left:2px; top:136px; 	 
	}
	.asesoria a{
		background-image: url(imagenes/asesoria.jpg); 
  		background-position:top;
		background-repeat:no-repeat;
		height:25px; width:184px; display: inherit;
	}
	.asesoria a:hover {
		background-image: url(imagenes/asesoria_ov.jpg); 
		height:25px; width:184px; background-position:top;
		background-repeat:no-repeat; display:block;
	}
			/*Amigos de la Fundación*/
	.amigos{
		background-image: url(imagenes/amigos.jpg);
		background-position:top; background-repeat:no-repeat;
		height:26px; width:193px; 
		position:absolute; left:0px; top:161px; 	 
	}
	.amigos a{
		background-image: url(imagenes/amigos.jpg); 
  		background-position:top;
		background-repeat:no-repeat;
		height:26px; width:193px; display: inherit;
	}
	.amigos a:hover {
		background-image: url(imagenes/amigos_ov.jpg); 
		height:26px; width:193px; background-position:top;
		background-repeat:no-repeat; display:block;
	}
				/*links*/
	.links{
		background-image: url(imagenes/links.jpg);
		background-position:top; background-repeat:no-repeat;
		height:25px; width:93px; 
		position:absolute; left:0px; top:188px; 	 
	}
	.links a{
		background-image: url(imagenes/links.jpg); 
  		background-position:top;
		background-repeat:no-repeat;
		height:25px; width:93px; display: inherit;
	}
	.links a:hover {
		background-image: url(imagenes/links_ov.jpg); 
		height:25px; width:93px; background-position:top;
		background-repeat:no-repeat; display:block;
	}
/*fondo de lateral izq*/
.latizq { background:url(imagenes/flatizq.gif) bottom no-repeat;}
