#container {
	width:100%;
	height:100%;
	position:absolute;
}

/* estilos menu */
#contTodo{
	width: 220px;
    height: 260px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	top:0;
    margin: auto;
}

#contLogo{
	width: 206px;
    height: 118px;
    bottom: 0;
    left: 0;
    right: 0;
	top:0;
    margin: auto;
}

#contRedes{
    width: 180px;
    /* background-color: blue; */
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-flow: row wrap;
    /* padding: 10px; */
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    margin-top: 20px;
    justify-content: space-between;
}
