Ver Mensaje Individual
  #3 (permalink)  
Antiguo 02/01/2012, 12:10
minute
 
Fecha de Ingreso: agosto-2011
Mensajes: 9
Antigüedad: 12 años, 8 meses
Puntos: 0
Respuesta: Aplicar margin a las tablas en explorer

body {
text-align:center;
}


#contenedor
{

position:relative;
background-image: url(Imagenes/a.jpg);
width:990px;
height:640px;
margin: 0 auto;
text-align:left;
border: 2px solid yellow;


}



.tabla_contacto
{
font-family:calibri;
color:yellow;
margin-top:90px;
margin-left:280px;
text-align:center;
font-size:20px;




}