/* Hoja de estilo de ADN DESIGN - HOME */

  *{margin:0px; padding:0px; border:0px}

body { background: #bed600;
font-family: Verdana,Tahoma,Arial,sans-serif;
font-style: normal;
font-variant: normal;
font-weight: normal;
font-size: 80%;
font-size-adjust: none;
font-stretch: normal;
line-height: 1.4em;
text-align: center;
color: #ffffff;
}


a{
color:#ffffff;
font-weight: normal;
text-decoration:none;
background-color:inherit;
}

a:hover{color:#303030; text-decoration:none; background-color:inherit;}

p{padding:0 0 1.6em 0;}

#container{
width:760px;
height:240px;
margin: 10px auto;
position:relative;
}

#header{
width:760px;
height: 240px;
position: absolute;
top: 0px;
left: 0px;
background: #bed600;
}

#navigation{
margin:0px 0px 0px 412px;
text-align: left;
text-transform:uppercase;
letter-spacing:2px;
}

/* invisible para IE 5 \*/
#container {
position:absolute;
margin:-120px 0 0 -380px;
left:50%;
top:50%;
}
/* fin hack */

/* Fin Hoja de estilo de ADN DESIGN - HOME */