/*++++++++++++++++++++ caja  +++++++++++++++++++++++++++++++++++++++++*/
#solapas {
	margin: 0px;
padding: 0px;
height: 23px;
}


/*++++++++++++++++++++ listas y enlaces +++++++++++++++++++++++++++++++++++++++++*/




	

#inicio {left: 213px; width: 42px; }
#programa {left: 259px; width: 69px; }
#ceas {left: 332px; width: 36px; }
#financiacion {left: 372px; width: 140px; }
#noticias {left: 516px; width: 51px; }
#licitaciones {left: 571px; width: 128px; }
#descargas {left: 703px; width: 63px; }


#inicio a:hover {
	background-image: url(../imagenes/bot_over.gif);
	background-repeat: no-repeat;
	background-position: -213px -23px;
}
#programa a:hover {
	background-image: url(../imagenes/bot_over.gif);
	background-repeat: no-repeat;
	background-position: -259px -23px;
}
#ceas a:hover {background: url(../imagenes/bot_over.gif) -332px -23px no-repeat;}
#financiacion a:hover {background: url(../imagenes/bot_over.gif) -372px -23px no-repeat;}
#noticias a:hover {background: url(../imagenes/bot_over.gif) -516px -23px no-repeat;}
#licitaciones a:hover {background: url(../imagenes/bot_over.gif) -571px -23px no-repeat;}
#descargas a:hover {background: url(../imagenes/bot_over.gif) -703px -23px no-repeat;}

/*++++++++++++++++++++ botonera sin seleccion  +++++++++++++++++++++++++++++++++++++++++*/

#bot_sinselec {
   width: 770px;
	height: 23px;
	margin-left: 0px ;
	padding: 0px;
	background-image: url(../imagenes/bot_sinselec.gif);
	 position: relative; 	
}

#bot_sinselec li {
	margin: 0; padding: 0; list-style: none; position: absolute; top: 0;
	}
	
	#bot_sinselec li, #bot_sinselec a {
	height: 23px; display: block;
	}

	


/*++++++++++++++++++++ botonera con inicio seleccionada  +++++++++++++++++++++++++++++++++++++++++*/

#bot_inicio {
   width: 770px;
	height: 23px;
	margin-left: 0px ;
	padding: 0px;
	background-image: url(../imagenes/bot_inicio.gif);
	 position: relative; 	
}

#bot_inicio li {
	margin: 0; padding: 0; list-style: none; position: absolute; top: 0;
	}
	
	#bot_inicio  li, #bot_inicio a {
	height: 23px; display: block;
	}
	
	
	/*++++++++++++++++++++ botonera con ceas seleccionada  +++++++++++++++++++++++++++++++++++++++++*/

#bot_ceas {
   width: 770px;
	height: 23px;
	margin-left: 0px ;
	padding: 0px;
	background-image: url(../imagenes/bot_ceas.gif);
	 position: relative; 	
}

#bot_ceas li {
	margin: 0; padding: 0; list-style: none; position: absolute; top: 0;
	}
	
	#bot_ceas li, #bot_ceas a {
	height: 23px; display: block;
	}
	
	
	/*++++++++++++++++++++ botonera con programa seleccionada  +++++++++++++++++++++++++++++++++++++++++*/

#bot_programa {
   width: 770px;
	height: 23px;
	margin-left: 0px ;
	padding: 0px;
	background-image: url(../imagenes/bot_programa.gif);
	 position: relative; 	
}

#bot_programa li {
	margin: 0; padding: 0; list-style: none; position: absolute; top: 0;
	}
	
	#bot_programa li, #bot_programa a {
	height: 23px; display: block;
	}
	
	
	
		
	/*++++++++++++++++++++ botonera con financiacion seleccionada  +++++++++++++++++++++++++++++++++++++++++*/

#bot_noticias {
   width: 770px;
	height: 23px;
	margin-left: 0px ;
	padding: 0px;
	background-image: url(../imagenes/bot_noticias.gif);
	 position: relative; 	
}

#bot_noticias li {
	margin: 0; padding: 0; list-style: none; position: absolute; top: 0;
	}
	
	#bot_noticias li, #bot_noticias a {
	height: 23px; display: block;
	}
	
	
	
		
	/*++++++++++++++++++++ botonera con financiacion seleccionada  +++++++++++++++++++++++++++++++++++++++++*/


#bot_financiacion {
	width: 770px;
	height: 23px;
	margin-left: 0px;
	padding: 0px;
	background-image: url(../imagenes/bot_financiacion.gif);
	position: relative;
}

#bot_financiacion li {
	margin: 0; padding: 0; list-style: none; position: absolute; top: 0;
	}
	
	#bot_financiacion li, #bot_financiacion a {
	height: 23px; display: block;
	}
	
	
	/*++++++++++++++++++++ botonera con licitaciones seleccionada  +++++++++++++++++++++++++++++++++++++++++*/

#bot_licitaciones {
	width: 770px;
	height: 23px;
	margin-left: 0px;
	padding: 0px;
	background-image: url(../imagenes/bot_licitaciones.gif);
	position: relative;
}

#bot_licitaciones li {
	margin: 0; padding: 0; list-style: none; position: absolute; top: 0;
	}
	
	#bot_licitaciones li, #bot_licitaciones a {
	height: 23px; display: block;
	}
	
	
	
	/*++++++++++++++++++++ botonera con descargas seleccionada  +++++++++++++++++++++++++++++++++++++++++*/

#bot_descargas {
	width: 770px;
	height: 23px;
	margin-left: 0px;
	padding: 0px;
	background-image: url(../imagenes/bot_descargas.gif);
	position: relative;
}

#bot_descargas li {
	margin: 0; padding: 0; list-style: none; position: absolute; top: 0;
	}
	
	#bot_descargas li, #bot_descargas a {
	height: 23px; display: block;
	}
	
	
	
	
	
	
	
	
	
	
