@import url("../fonts/Roboto_Light/stylesheet.css");

.baseContainer {
	position:relative;
	margin: 0 auto;
    height: auto;
    min-height: 100%;
    width: 100%;
	min-width:100%;
}
#logo {
    float: none;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-top: 60px;
    clear: none;
    color: rgb(0, 0, 0);
    margin-right: auto;
    padding: 20px;
}

#contactos {
    float: none;
    font-size: 1.1em;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 1.2em;
    margin: 50px auto;
    clear: none;
    min-height: 0px;
	font-family:"Roboto_Light";

}

#ContentSocial {
    float: none;
    height: auto;
    margin: 0px auto 50px;
    clear: none;
    width: 110px;
}

#facebook_bt {
    float: left;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0px;
    clear: none;
}

#instagram_bt {
    float: right;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0px;
    clear: none;
}