/* web20 */
.art-web20 {
    /* position: absolute; */
    z-index: 1;
    float: right;
    margin-top: 9px;
    right: 10px;
}

/* end web20 */



.art-logomex {
    z-index: 1000000 !important;
    position: absolute;
}

.lv-contacto {
    background: url(../../../proyectos/serenata/images/serenata/contact_background.jpg);
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 70px 0;
}

.lv-header {
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
}

.lv-contacto {
    color: white;
}
.custom.lv-tels {
    width: 33%;
    display: inline-block;
    margin-bottom: 40px;
}
.lv-contacto .lv-header{
  text-align: center;
}

.lv-contacto h1 {
    margin: 34px;
}
.lv-contacto a.art-button {
    background: white;
    color: #9e543d !important;
    margin: 28px;
}
.art-footer-inner>div {
    width: 33%;
    display: inline-block;
    vertical-align: middle;
}
.art-hmenu li:before {
    width: 30px;
    content: '';
    height: 23px;
    display: block;

}
.art-hmenu li.active:before {
    width: 30px;
    content: '';
    background: url(../../../proyectos/serenata/images/serenata/separador_gotas_serenata.png);
    height: 23px;
    display: block;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: contain;
    margin: 0 auto;
}

ul.art-hmenu li:hover:before {
    width: 30px;
    content: '';
    background: url(../../../proyectos/serenata/images/serenata/separador_gotas_serenata.png);
    height: 23px;
    display: block;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: contain;
    margin: 0 auto;
}


h2.art-postheader:before {
    width: 42px;
    content: '';
    background: url(../../../proyectos/serenata/images/serenata/separador_gotas_serenata.png);
    height: 32px;
    display: block;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: contain;
    margin: 0 auto;
}
div#map {
    width: 100%;
    height: 400px;
}

#form12 div.wdform-page-and-images {
    max-width: 600px !important;
    width: 100%;
    margin: 0 auto;
}

article.art-post ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

img {
    max-width: 100%;
}

.art-postcontent ul>li:before, .art-post ul>li:before, .art-textblock ul>li:before{
  display: none;
}
ul.art-hmenu ul li:before, ul.art-hmenu ul li:hover:before {
  display: none;
}
.lv-contacto a, .lv-contacto a:hover {
    color: white;
    text-decoration: none;
}
.art-web20 a, .art-web20 a:hover {
    color: black;
    text-decoration: none;
}