/* CSS Document */

#cuerpo{
height:1122px;
width:100%;
}
#caja_superiores{
height:443px;
margin-left:5px;
margin-right:5px;
}
#caja_medio{
height:338px;
margin-left:10px;
margin-right:0px;
margin-top:30px;
}
#caja_herramientas{
height:216px;
width:100%;
}
#buscador{
height:441px;
width:248px;
float:left;
margin-right:3px;
border:solid 1px #00b5e2;
}
#flash{
width:274px;
height:360px;
float:left;
margin-left:6px;
margin-right:6px;
}
#cajas_directas{
width:219px;
height:364px;
float:left;
margin-left:3px;
}
#texto_cajas{
width:198px;
height:300px; 
max-width:198px;
padding-top:33px;
font-size:14px;
padding-left:20px;
padding-right:34px;
overflow:hidden;
font-family:Arial, Helvetica, sans-serif;
}
#enlaces{
height:95px;
width:100%;
}



<!-- CSS PARA LA CAJA FLASH MODERNA -->
#slider {
    width: 272px; /* important to be same as image width */
    height: 255px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width: 272px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 272px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}

<!-- HASTA AKI -->