/*
    Document   : obrasComoTrabajamos
    Created on : 06/10/2011
    Author     : Contactnova S.L., Abel Pérez Guardado
    Description: Este CSS contén os estilos que definen para a páxina de como traballamos en obras
*/

#contenidoPaginaPublica #centro{         
   
}
#tarjeta {    
    position:relative;
    
    width: 727px;    
    height: 423px;
    background:  url(../../../../img/cliente/disenho2011/publico/contacto/tarjeta.png) 0 0 no-repeat;
}

#tarjeta #logo {
    position: absolute;
    top: 30px; left: 40px;
}

#tarjeta #direccion {
    position: absolute;
    top: 110px; left: 40px;
}

#tarjeta #direccion h2 {
    font-size: 1.2em;    
}

#tarjeta #otrasDirecciones h2 {
    color: #999;
    font-size: 1.2em;    
}
#tarjeta #otrasDirecciones {
    position: absolute;
    bottom: 40px; left: 40px;
    font-size: 0.8em;
}

#tarjeta #mapa {
    position: absolute;
    background: #000000;
    width: 245px; height: 235px;
    right: 45px; bottom: 62px;
}