/* CSS Document */
/*
================================================================================
|                                     TAGS                                     |
================================================================================
*/


body{
margin: 0px; 
padding: 0px; 
background: #EEEEC8 url(cabecera.jpg) no-repeat fixed top;
font: 1em Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #fff;
text-align: center;
}

#menu_inicio{
text-align: center;
z-index:10;
display: block;
width: 309px;
height:480px;
margin: auto;
background-image: url(menu_inicio.png);
background-repeat:no-repeat;
background-attachment:fixed;
background-position:top;
overflow:visible;
}

#contenedor{
text-align: left;

width: 900px;
margin: auto;
}


