http://subefotos.com/ver/?b938b883c4...80d24d067o.jpg
este es el codigo css:
Código PHP:
html, body {
background: none repeat scroll 0 0 #1D2E60;
height: 100%;
margin: 0;
}
.box{
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #CCCCCC;
border-radius: 5px 5px 5px 5px;
padding-left: 10%;
}
/* este codigo es el que hace que el box se mantenga centrado: */
.capacidad {
height: 328px;
margin: -154px 0 0 -418px;
top: 35%;
width: 838px;
}
.capacidad {
left: 50%;
position: absolute;
width: 838px;
height: auto !important;
min-height: 100%;
height: 100%;
}