Ver Mensaje Individual
  #12 (permalink)  
Antiguo 25/03/2011, 21:46
jmb0286
Invitado
 
Mensajes: n/a
Puntos:
Respuesta: Buenas de vuelta...

Código CSS:
Ver original
  1. #main {
  2.     background-color: #333333;
  3.     height: 845px;
  4.     width: 768px;
  5.     margin-top: 0px;
  6.     margin-right: auto;
  7.     margin-bottom: 0px;
  8.     margin-left: auto;
  9. }
  10. #contenedor1 {
  11.     height: 230px;
  12.     width: 768px;
  13.     margin-bottom: 15px;
  14.     float: left;
  15. }
  16. #logo {
  17.     background-image: url(../../imagenes/index/logo1.png);
  18.     background-repeat: no-repeat;
  19.     height: 200px;
  20.     width: 768px;
  21.     float: left;
  22. }
  23.  
  24. #mainmenu {
  25.     height: 30px;
  26.     width: 768px;
  27.     float: left;
  28. }
  29.  
  30. #contenedor2 {
  31.     width: 768px;
  32.     float: left;
  33.     height: 600px;
  34. }
  35. #noticiasindex {
  36.     background-image: url(../../imagenes/index/contenidosnoticias.png);
  37.     background-repeat: no-repeat;
  38.     height: 400px;
  39.     width: 384px;
  40.     float: left;
  41. }
  42. #videosindex {
  43.     background-image: url(../../imagenes/index/contenidosvideos.png);
  44.     background-repeat: no-repeat;
  45.     float: right;
  46.     height: 400px;
  47.     width: 384px;
  48. }
  49. #fotosindex {
  50.     height: 200px;
  51.     width: 768px;
  52.     background-image: url(../../imagenes/index/contenidosfotos.png);
  53.     background-repeat: no-repeat;
  54.     float: left;
  55. }
  56. #contenedor3 {
  57.     height: 40px;
  58.     width: 768px;
  59.     background-color: #80A7A8;
  60.     float: left;
  61. }
  62.  
  63. #copyright {
  64.     background-color: #999999;
  65.     height: 40px;
  66.     width: 768px;
  67.     background-image: url(../../imagenes/index/copyright.png);
  68. }
  69. /*TEXTO QUE VA EN LA IMAGEN IZQUIERDA: ULTIMAS NOTICIAS   */
  70.  
  71. .textoizq{
  72.     font-family: "Tahoma", Arial, Impact;
  73.     font-size: 11px;
  74.     font-weight:bold;
  75.     color:#000000;
  76.     height: 80px;
  77.     width: 278px;
  78.     margin-left: 100px;
  79.     background-color: #09F;
  80.     margin-top: 88px;
  81.     margin-bottom: -73px;
  82.     text-align: left;
  83.     display: block;
  84.     font-style: normal;
  85.     clear: both;
  86.     padding: 0px;
  87.    
  88.    
  89. }
  90. .textoder{
  91.     font-family: "Tahoma", Arial, Impact;
  92.     font-size: 11px;
  93.     font-weight:bold;
  94.     color:#000000;
  95.     height: 80px;
  96.     width: 278px;
  97.     margin-left: 100px;
  98.     background-color: #09C;
  99.     margin-top: 88px;
  100.     margin-bottom: -73px;
  101.     clear: both;
  102.     display: block;
  103.    
  104.    
  105. }