body {
margin:0px;
padding:0px;
color:#fff;
font-family: sans-serif;
background:#000;
}

a {
text-decoration:none;
}

img {
border:0px;
}

div#contenedor {
width:1200px;
height:800px;
margin:0px auto;
}

div#fondo_contenedor {
position: absolute;
width: 1200px;
height:800px;
z-index:1;
}

div#galeria, div#contacto{
position:absolute;
top:43px;
width:1200px;
height:617px;
}

div#galeria{z-index:2;}

div#menu{
position:absolute;
top:401px;
width:1200px;
height:399px;
z-index:3;
}

div#menu:hover{z-index:5;}

/* los botones de siguiente y anterior en las galerias*/
div#siguiente{
position:absolute;
top:43px;
right:10px;
width:100px;
height:30px;
z-index:2;
}

div#anterior{
position:absolute;
top:43px;
left:10px;
width:100px;
height:30px;
z-index:2;
}

div#siguiente a, div#anterior a {
display:block;
width:100px;
height:30px;
}

div#siguiente a {
background-image:url('imagenes/siguiente.png');
background-repeat:no-repeat;
}

div#anterior a {
background-image:url('imagenes/anterior.png');
background-repeat:no-repeat;
}

div#siguiente a:hover, div#anterior a:hover {
}

div#contacto{z-index:4;}
div#contacto a{color:#909;}

div#como_llegar {
position:absolute;
top:150px;
left:50px;
width:600px;
height:400px;
}

div#formulario {
position:absolute;
top:150px;
right:50px;
}

.texto_reducido {
font-size:0.8em;
}