Buenas , estoy desarrollando una plantilla y me encuentro con un problema, al posicionar el div "botones" y sus hijos para que se centren, me los sobrepone encima del otro div que hay mas abajo ("contenido"), lo que quiero es que se posicionen justo arriba del div "contenido" no dentro, si alguien me pude echar una mano me haría un gran favor, gracias y un saludo.
ESTILO.CSS
Código CSS:
Ver originalbody{
background-color:white;
margin:0;
}
#cabecera img{
display:block;
margin:0 auto;
height:200px;
width:558px;
margin-bottom:50px;
margin-top:30px;
-webkit-animation-name: logo ;
-webkit-animation-timing-function: linear;
-webkit-animation-duration: 3s;
}
@-webkit-keyframes logo {
from { opacity:0; }
to { opacity:1; }
}
#contenido{
width:100%;
-webkit-box-shadow: inset 0 4px 6px rgba(0,0,0,.5);
box-shadow: inset 0 4px 6px rgba(0,0,0,.5);
-moz-box-shadow: inset 0 4px 6px rgba(0,0,0,.5);
height:800px;
background-color:#FFA200;
}
#botones {
width:400px;
margin:0 auto;
}
#venda{
width:200px;
height:50px;
background-color:#FFA200;
-webkit-box-shadow: inset 0 4px 6px rgba(0,0,0,.5);
box-shadow: inset 0 4px 6px rgba(0,0,0,.5);
-moz-box-shadow: inset 0 4px 6px rgba(0,0,0,.5);
-webkit-border-radius:15px 15px 0 0;
margin:0 auto;
float:left;
}
#lloguer{
width:200px;
height:50px;
background-color:#FFA200;
-webkit-box-shadow: inset 0 4px 6px rgba(0,0,0,.5);
box-shadow: inset 0 4px 6px rgba(0,0,0,.5);
-moz-box-shadow: inset 0 4px 6px rgba(0,0,0,.5);
-webkit-border-radius:15px 15px 0 0;
margin:0 auto;
float:left;
}
INDEX.HTML
Código HTML:
Ver original<!DOCTYPE html>
<LINK rel="stylesheet" href="estilo.css">
http://inmobiliaria.xtrweb.com/plantilla/