center div on window
#conteudos { position: absolute; /*background-color:rgba(153,0,0,0.85);*/ width: 1000px; height: 500px; top: 50%; left: 50%; margin-left: -500px; margin-top: -250px; }