Código CSS:
Ver original#main {
background-color: #333333;
height: 845px;
width: 768px;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
}
#contenedor1 {
height: 230px;
width: 768px;
margin-bottom: 15px;
float: left;
}
#logo {
background-image: url(../../imagenes/index/logo1.png);
background-repeat: no-repeat;
height: 200px;
width: 768px;
float: left;
}
#mainmenu {
height: 30px;
width: 768px;
float: left;
}
#contenedor2 {
width: 768px;
float: left;
height: 600px;
}
#noticiasindex {
background-image: url(../../imagenes/index/contenidosnoticias.png);
background-repeat: no-repeat;
height: 400px;
width: 384px;
float: left;
}
#videosindex {
background-image: url(../../imagenes/index/contenidosvideos.png);
background-repeat: no-repeat;
float: right;
height: 400px;
width: 384px;
}
#fotosindex {
height: 200px;
width: 768px;
background-image: url(../../imagenes/index/contenidosfotos.png);
background-repeat: no-repeat;
float: left;
}
#contenedor3 {
height: 40px;
width: 768px;
background-color: #80A7A8;
float: left;
}
#copyright {
background-color: #999999;
height: 40px;
width: 768px;
background-image: url(../../imagenes/index/copyright.png);
}
/*TEXTO QUE VA EN LA IMAGEN IZQUIERDA: ULTIMAS NOTICIAS */
.textoizq{
font-family: "Tahoma", Arial, Impact;
font-size: 11px;
font-weight:bold;
color:#000000;
height: 80px;
width: 278px;
margin-left: 100px;
background-color: #09F;
margin-top: 88px;
margin-bottom: -73px;
text-align: left;
display: block;
font-style: normal;
clear: both;
padding: 0px;
}
.textoder{
font-family: "Tahoma", Arial, Impact;
font-size: 11px;
font-weight:bold;
color:#000000;
height: 80px;
width: 278px;
margin-left: 100px;
background-color: #09C;
margin-top: 88px;
margin-bottom: -73px;
clear: both;
display: block;
}