Advertisement
Guest User

codigo css

a guest
Aug 9th, 2012
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. #contenedor {
  2. position:relative;
  3. left:0px;
  4. width:920px;
  5. height:100%;
  6. margin: 0px auto;
  7. text-align:center;
  8. background-image:url(../imagenes/fondo.gif);
  9. background-repeat:repeat-y;
  10. background-position:center;
  11.  
  12. }
  13.  
  14. #contenedorcentro {
  15. position:relative;
  16. width:820px;
  17. height:100%;
  18. margin: 0px auto;
  19. text-align:center;
  20. background-color:#FFF;
  21.  
  22.  
  23. }
  24.  
  25. #cabecera {
  26. }
  27.  
  28. #menu {
  29. }
  30.  
  31. #jquery {
  32. }
  33.  
  34.  
  35. #cuerpo {
  36. display:block;
  37. float:left;
  38. position:relative;
  39. width:820px;
  40. height:647px;
  41. margin: 0px auto;
  42. text-align:center;
  43. background-color:#FFF;
  44. }
  45.  
  46. #contenido {
  47. float:left;
  48. width:538px;
  49. height:557px;
  50. margin: 0px auto;
  51. margin-left:11px;
  52. margin-top:0px;
  53. text-align:center;
  54. background-color:#096;
  55. }
  56.  
  57. #derecha {
  58. float:left;
  59. width:261px;
  60. height:557px;
  61. margin: 0px auto;
  62. margin-top:0px;
  63. text-align:center;
  64. background-image:url(../imagenes/lateral.gif);
  65. background-position:center;
  66.  
  67. }
  68.  
  69. #footer {
  70. float:left;
  71. width:800px;
  72. height:90px;
  73. margin-left:11px;
  74. text-align:center;
  75. background-image:url(../imagenes/pie.gif);
  76. background-position:center;
  77.  
  78.  
  79. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement