html { padding: 0;
width: 100%;
height: 100%;
}
body { margin: auto;
padding: 0;
width: 100%;
height: 100%;
}
#all { border: 1px solid #C8EBF4;
margin: 0 auto;
width: 760px;
position: relative;
display: block;
min-height: 608px;
height: auto!important;
}
#cont_cabecera { height: 85px;
text-align: center;
position: relative;
background-color: #999;
}
#cont_lat_izq { width: 100px;
float: left;
position: relative;
height: auto;
min-height: 500px;
margin-left: -100px;
}
#cont_lat_der { width: 100px;
float: right;
position: relative;
min-height: 500px;
height: auto;
margin-right: -100px;
}
#cont_contenido { position: relative;
float: left;
height: auto!important;
min-height: 503px;
height: 506px;
}
#pie_div { width: 100%;
position: absolute;
color: #fff;
bottom: 0;
text-align: center;
background-color: #111;
height: 20px;
clear: both;
}
.corte { clear: both;}
#centro { border-left: 100px solid #666;
border-right: 100px solid #666;
height: auto!important;
width: 560px;
min-height: 503px;
position: relative;
height: 506px;
}