Ver Mensaje Individual
  #2 (permalink)  
Antiguo 22/02/2013, 14:39
Avatar de C2am
C2am
 
Fecha de Ingreso: enero-2009
Ubicación: Rosario, Argentina
Mensajes: 2.005
Antigüedad: 15 años, 3 meses
Puntos: 306
Respuesta: Centrar un div con etiqueta audio dentro.

Dentro del css que pones no veo nada que declare estilos para "#reproductor":
Código CSS:
Ver original
  1. .circ{
  2.    width: 10px;
  3.    height: 10px;
  4.    background: black;  
  5.    -webkit-border-radius: 70px;
  6.    border-radius: 70px;
  7.    text-align: center;
  8. }
  9.  
  10. .div-contenedor{
  11.    padding: 10em 1em;
  12. }
  13.  
  14. .navbar > ul{
  15.    list-style: none;
  16.    float: right;
  17. }
  18.  
  19. #btn1:hover{
  20.    width: 30px;
  21.    height: 30px;
  22.    border: 1px solid;
  23.    background: none;
  24.    -webkit-border-radius: 70px;
  25.    border-radius: 70px;
  26.    text-align: center;
  27. }
  28.  
  29. #btn2:hover{
  30.    width: 30px;
  31.    height: 30px;
  32.    border: 1px solid blue;
  33.    background: none;
  34.    -webkit-border-radius: 70px;
  35.    border-radius: 70px;
  36.    text-align: center;
  37. }
  38.  
  39. #btn3:hover{
  40.    width: 30px;
  41.    height: 30px;
  42.    border: 1px solid red;
  43.    background: none;
  44.     -webkit-border-radius: 70px;
  45.     border-radius: 70px;
  46.     text-align: center;
  47. }
  48.  
  49. #banner{
  50.     border: 1px solid black;
  51.     border-radius: 1em;
  52.     height: 100px;
  53.     width: 50%;
  54.     margin: 0 auto;
  55.  
  56. }
  57.  
  58. #disco{
  59.    -webkit-animation: 2s rotar;
  60.    -o-animation: 2s rotar;
  61.    animation: 2s rotar;
  62.    -webkit-animation-iteration-count: infinite;
  63.    -moz-animation-iteration-count: infinite;
  64.    -o-animation-iteration-count: infinite;
  65.    animation-iteration-count: infinite;
  66.    width: 140px;
  67.    height: 140px;
  68.    border: 1px solid black;  
  69.    -webkit-border-radius: 70px;
  70.    border-radius: 70px;
  71.    margin: 0 auto;
  72. }
  73.  
  74. #disco2{
  75.    width: 20px;
  76.    height: 20px;
  77.    border: 1px solid black;  
  78.    -webkit-border-radius: 70px;
  79.    border-radius: 70px;
  80.    margin: 25px auto;
  81. }
  82.  
  83. #twitter{
  84.    width: 50px;
  85.    height: 50px;
  86.    border: 1px solid black;
  87. }
  88.  
  89. #facebook{
  90.    width: 50px;
  91.    height: 50px;
  92.    border: 1px solid black;
  93. }
  94.  
  95. #letra{
  96.    text-align: center;
  97. }
  98.  
  99. #social > ul li{
  100.    float: left;
  101.    margin-right: 30px;
  102.    list-style: none;}

Tal vez no es el css completo?
__________________
El mundo nada puede contra un hombre que canta en la miseria.
-- Ernesto Sábato--