body {	
	margin:0px;
	position: relative;
	background-color: #000000;	
}

p, div{
	margin: 0px; /*Firefox y explorer dan resultados distintos con el uso de márgenes*/
}

#div_fondo{
	/*width:1024px; */height:768px; 
	margin: 0px auto; 
	/*position: relative;*/
	background-color:#000000;	
}

a.enlace_inicio { 
	display:block;
	float: left;
	position: relative;
	width:257px; height:14px; 
	top:20px; left:380px;
	background:url(../img/texto_carmendelaco.png);	
}

a.enlace_inicio:hover { 
background:url(../img/texto_carmendelaco_hover.png);
}

a.enlace_info { 
	display:block;
	float: left;
	position: relative;
	width:25px; height:10px; 
	top:20px; left:440px;
	background:url(../img/texto_info.png);	
}

a.enlace_info:hover { 
background:url(../img/texto_info_hover.png);
}

a.enlace_contacto{ 
	display:block;
	float: left;
	position: relative;
	width:61px; height:10px; 
	top:20px; left:460px;
	background:url(../img/texto_contacto.png);	
}

a.enlace_contacto:hover { 
background:url(../img/texto_contacto_hover.png);
}

a.enlace_contact{ 
	display:block;
	float: left;
	position: relative;
	width:52px; height:10px; 
	top:20px; left:460px;
	background:url(../img/texto_contact.png);	
}

a.enlace_contact:hover { 
background:url(../img/texto_contact_hover.png);
}

a.enlace_yo{ 
	display:block;
	float: left;
	position: relative;
	width:16px; height:10px; 
	top:23px; left:480px;
	background:url(../img/texto_yo.png);
}

a.enlace_yo:hover { 
background:url(../img/texto_yo_hover.png);
}

a.enlace_me{ 
	display:block;
	float: left;
	position: relative;
	width:21px; height:8px; 
	top:23px; left:480px;
	background:url(../img/texto_me.png);
}

a.enlace_me:hover { 
background:url(../img/texto_me_hover.png);
}
