@media all {
  footer{
    background-color: #bfecf0;
    background-image: url("/assets/themes/romero/images/romero_pie_de_pag.png");
    background-position: -12px 7px;
    background-repeat: repeat-x;
    height: 242px;

  }
  footer .cintillo{
    height: 13px;
  }

  footer .contenedorDeEnlaces {
    background-image: url("/assets/themes/romero/images/sombra_derecha.png");
    background-position:right bottom 26px;
    background-repeat: no-repeat;
    /*    height: 105px;*/
    position: relative;
    top: 80px;


  }
  footer .contenedorDeEnlaces.izq {
    background-image: url("/assets/themes/romero/images/sombra_izquierda.png");
    background-position:left 1px bottom 26px;
    height: 100%;
    padding-bottom: 38px;
    position: static;

  }
  footer .contenedorDeEnlaces .ym-wbox{
    background-color:#3399cc;
    height: 50px;
  }
  footer .contenedorDeEnlaces ul{
    float: left;
    color: white;
  }
  footer .contenedorDeEnlaces ul li a{
    color: white;
  }

}

