@charset "utf-8";
/* CSS Document */

*{ margin:0; padding:0;}

body { background-image:url(img/back_body.jpg); background-color:#E7F5F8; background-repeat:repeat-x;}

#contenedor_total { width:694px;position:relative; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#666; margin:auto;}

	#contenedor_total p{ text-align:justify;}

#cabecera { height:173px; background-image:url(img/head.jpg); background-repeat:no-repeat; background-position:left;}

#contiene_contenidos { background-color:#FFFFFF;}

	#botonera { width:188px; background-color:#FFFFFF; position:absolute;}
	
		#botonera li { list-style-type:none;}
	
		#botonera a{ width:188px; height:0; padding-top:45px; display:block; overflow:hidden;} 
			#botonera a:hover{ width:188px; height:0; padding-top:45px; display:block; overflow:hidden;}
		
				#bot_curriculum { background-image:url(img/bot_curriculum.jpg);}
					#bot_curriculum:hover { background-image:url(img/bot_curriculum_h.jpg);}
					
				#bot_quienes_somos { background-image:url(img/bot_q_somos.jpg);}
					#bot_quienes_somos:hover { background-image:url(img/bot_q_somos_h.jpg);}
					
				#bot_servicios { background-image:url(img/bot_serv_of.jpg);}
					#bot_servicios:hover { background-image:url(img/bot_serv_of_h.jpg);}
					
				#bot_contacto { background-image:url(img/bot_contacto.jpg);}
					#bot_contacto:hover { background-image:url(img/bot_contacto_h.jpg);}
	
	#texto { width:455px; background-color:#FFFFFF; padding-left:218px; padding-right:20px;}
	
		.titulos { position:absolute; left: 188px; top: 174px;}
		
#pie { text-align:center; font-size:10px;}

	#pie a{ color:#CC3399; text-decoration:none;}
	#pie a:hover{ color:#CC66FF; text-decoration:none;}
