a {
    text-decoration: none;
    color: white;
}

a:hover {
    color: white;
    text-decoration: none;
}

#logo_mie img {
    width: 100%;
}

#ad_servicios {
    background-image: url(img/micro/ad_bg.jpg);
    background-size: cover;
    background-position: top, left;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 200px;
    color: white;
}


.content_in {
    margin-top: 40px;
    display: inline-block;
    vertical-align: middle;
}

.wd-1 {
    width: 30%;
    padding: 0 30px 0 30px;
}

.wd-2 {
    width: 40%;
}