Ver Mensaje Individual
  #1 (permalink)  
Antiguo 11/07/2011, 17:40
Avatar de PabloPF
PabloPF
 
Fecha de Ingreso: mayo-2011
Ubicación: Ciudadano de un lugar llamado mundo!
Mensajes: 137
Antigüedad: 13 años
Puntos: 5
Problema al centrar un div

Hola tengo un problema al centrar el div, este es mi css:
Código CSS:
Ver original
  1. a:link {
  2. color: #fff;
  3.     text-decoration: none;
  4. }
  5.  
  6. a:visited {
  7.     color: #fff;
  8.     text-decoration: none;
  9. }
  10. a:hover, a:active, a:focus {
  11.     color:#fff;
  12. text-decoration:underline;
  13. }
  14. body {
  15.     background-image: url(../img/balondefutbol.png);
  16.         background-color: #FFF;
  17.     background-repeat: no-repeat;
  18.     background-position: bottom right;
  19.     background-attachment: fixed;
  20.         }
  21.     #contenido-general {
  22.     max-width: 1600px;
  23.     min-width: 1000px;
  24.     margin-left: auto;
  25.     margin-top: 50px;
  26.     width: auto;
  27.     overflow:hidden;
  28.     margin-bottom: 15px;
  29.     text-align: center;
  30.     }
  31. #container{
  32.       margin-bottom: 15px;
  33.   width: 80%;
  34.     border: #000 thin solid;
  35.     -moz-border-radius:5px;
  36.     -ms-border-radius: 5px;
  37.     -webkit-border-radius: 5px;
  38.     border-radius: 5px;
  39. align: center;
  40.  
  41. }
  42. #contenido-general {
  43.     max-width: 1600px;
  44.     min-width: 1000px;
  45.     margin-left: auto;
  46.     margin-top: 50px;
  47.     overflow:hidden;
  48.     margin-bottom: 15px;
  49.     }
__________________
no hay justicia si la guerra esta justificada