#page_wrap #page #content h3.subtitulo {
    font-size: 20px;
    margin-left: 0px;
    margin-bottom: 15px;
}
.center {
    text-align: center;
}
.telefonos {
    width: 100%;
}
.organiced {
    width: 50%;
    float: left;
}
a:link, a:visited, a:active {
    text-decoration:none;
}
.sub-line {
    border-bottom: 2px solid #6dc77a;
    height: 2px;
    width: 80px;
    margin: 0 auto 10px;
}
@media screen and (max-width: 375px){
    .organiced {
    width: 100%;
    margin-bottom: 15px;
    }
}
@media screen and (max-width: 650px){
    .direccion-global {
    width: 100%;
    }
}