Código:
<HTML> <HEAD><TITLE></TITLE> <STYLE type="text/css"> #header{ margin-top:45px; -webkit-box-shadow: 7px 8px 15px #012; } #contenedor{ margin:0 auto; width: 1020px; } @font-face{ font-family:MyriadPro-Regular; src: url(fuentes/MyriadPro-Regular.otf) format('opentype'); } ul{ font-family:MyriadPro-Regular; list-style: none; font-size:35px; margin: 0px; color:#E5E5E5; text-shadow: 0px 2px 3px #666; } li{ float:left; padding:15px; } #menu{ margin:0 auto; width: 980px; } A{ text-decoration: none; } </STYLE> </HEAD> <BODY> <DIV id="contenedor"> <IMG id="header" src="header.png"/> </DIV> <DIV id="menu"> <UL> <A href="index.html"><LI>INICIO</LI></A> <LI>FOTOS</LI> <LI>TRABAJOS</LI> <LI>EQUIPO</LI> <LI>INFO</LI> <LI>CONTACTO</LI> </UL> </DIV> </BODY> </HTML>