﻿* {
    border: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

#AnclaUbicacion, #AnclaUbicacion:hover {
    text-decoration:none;
    color:black;
}

html, body {
    height: 100%;
    margin: 0px;
}

body {
    background-color: #DDD9D9;
}

a:visited, a:link, a:active {
    text-decoration: none;
    color: white !important;
}


.Titulo {
    font-family: 'Segoe UI',Arial;
    color: #131623;
    font-size: 25px;
    font-style: italic;
}

#Contenedor_Nosotros {
    background: #fff;
    text-align: center;
    display: block;
    width: 1100px;
    box-shadow: 0 0 3px #131623;
    position: relative;
    margin: 0 auto;
}

    #Contenedor_Nosotros .InfoNosotros {
        border-bottom: 2px dotted #131623;
        height: 160px;
        /*vertical-align:baseline;*/
        padding: 40px 40px 20px;
    }

    #Contenedor_Nosotros .ImgNosotros {
        border-bottom: 2px dotted #131623;
        height: 300px;
    }

    #Contenedor_Nosotros .Ubicacion, #Contenedor_Nosotros .Aliados {
        display: -webkit-box;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        -moz-box-orient: horizontal;
        -moz-box-pack: center;
        -webkit-box-orient: horizontal;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        border-bottom: 2px dotted #131623;
        height: 350px;
        padding: 40px 40px 20px;
    }

        #Contenedor_Nosotros .Ubicacion #Direccion {
            margin-right: 25px;
        }

        #Contenedor_Nosotros .Ubicacion #Mapa {
            box-shadow: 0 0 3px #131623;
        }

    #Contenedor_Nosotros .Aliados {
        height:200px;
        padding: 20px 40px 20px;
        border-bottom: 0;

    }

        #Contenedor_Nosotros .Aliados #Logos {
            margin-right: 40px;
        }
