Ver Mensaje Individual
  #3 (permalink)  
Antiguo 01/06/2011, 20:19
jmb0286
Invitado
 
Mensajes: n/a
Puntos:
Respuesta: Para darle formato de texto - jmb0286

Y EL CSS:

@charset "utf-8";
/* CSS Document */

#maincontenedor{
width:900px;
height: 1200px;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
background-color: #333333;
}

#contenedor1{
width: 900px;
height: 350px;
background-color: #003333;
}

#datos{
width: 900px;
height: 50px;
background-color: #FBDB9C;
}

#logo{
width: 900px;
height: 250px;
background-image: url(../imagenes/index/logo.png);
}

#mainmenu{
width: 900px;
height: 50px;
background-color: #FF3333;
}

#contenedor2{
width: 900px;
height: 800px;
margin-top: 15px;
background-color: #FF3300;
}

#webpages{
width: 900px;
height: 100px;
background-color: #FF6600;
}

#maincontenedor_index{
width: 900px;
height: 500px;
}

#fotosscroll{
width: 900px;
height: 200px;
background-color: #FFFF66;
}

#contenedor3{
width: 900px;
height: 35px;

}

#copyright{
width: 900px;
height: 35px;
background-image: url(../imagenes/index/copyright.png);
background-repeat: no-repeat;

}

.tituloizquierda, .titulodereha{


}

.linkmainnoticias, linkmainvideos{

}

.mainnoticias, .mainvideos{

}