Tema: Altura Capa
Ver Mensaje Individual
  #8 (permalink)  
Antiguo 28/05/2014, 08:56
Vcnt
 
Fecha de Ingreso: octubre-2009
Mensajes: 299
Antigüedad: 14 años, 6 meses
Puntos: 2
Respuesta: Altura Capa

Pues algo hago mal....

Código CSS:
Ver original
  1. BODY {
  2.     margin:auto;
  3.     padding: auto;
  4.     background: #E4E3E3;
  5.     font-family: Arial, Helvetica, sans-serif;
  6.     z-index: 1;
  7.     }
  8.  
  9. #centrado {
  10.     position: relative;
  11.     margin:auto;
  12.     top: 0px;
  13.     width: 960px;
  14.     z-index: 2;
  15.     background-color: #FFF;
  16.     border: medium solid #999;
  17.     overflow:hidden;
  18.         }
  19.  
  20.  
  21.  
  22. #twitter {
  23.     position:absolute;
  24.     width:300px;
  25.     height:300px;
  26.     z-index:5;
  27.     left: 640px;
  28.     top: 725px;
  29.  
  30. }
  31.  
  32. #publicidad {
  33.     position:absolute;
  34.     width:300px;
  35.     height:300px;
  36.     z-index:5;
  37.     left: 640px;
  38.     top: 400px;
  39.  
  40. }
  41. .separador {
  42.  
  43.     background-image: url(../imagenes/v8-t.png);
  44.     background-repeat: repeat-x;
  45.  
  46.    
  47. }
  48.  
  49. #calendario {
  50.     position:absolute;
  51.     width:612px;
  52.     height:300px;
  53.     z-index:5;
  54.     left: 15px;
  55.     top: 400px;
  56.     font-size: 13px;
  57.     color: #CCC;
  58.     text-align: center;
  59.     font-weight: bold;
  60. }
  61. #inscripciones{
  62.     position:absolute;
  63.     width:310px;
  64.     height:30px;
  65.     z-index:5;
  66.     left: 640px;
  67.     top: 400px;
  68.     font-size: 13px;
  69.     color: #CCC;
  70.     text-align: center;
  71.     font-weight: bold;
  72. }
  73. #fundacion {
  74.     position:absolute;
  75.     width:600px;
  76.     height:280px;
  77.     z-index:5;
  78.     left: 15px;
  79.     top: 725px;
  80.     font-size: 13px;
  81.     color: #CCC;
  82.     text-align: center;
  83.     font-weight: bold;
  84. }
  85. #contactar {
  86.     position:absolute;
  87.     width:310px;
  88.     height:175px;
  89.     z-index:5;
  90.     left: 640px;
  91.     top: 500px;
  92.     font-size: 13px;
  93.     color: #CCC;
  94.     text-align: center;
  95.     font-weight: bold;
  96. }
  97.  
  98. #aviso {
  99.     position:absolute;
  100.     width:940px;
  101.     height:30px;
  102.     z-index:5;
  103.     left: 10px;
  104.     top: 1040px;
  105.     font-size: 11px;
  106.     color: #CCC;
  107.     text-align: center;
  108.     font-weight: bold;
  109. }