Edit in JSFiddle

<body>
<div class="cuadro"></div>
</body>
.cuadro {
width: 200px;
height: 200px;
background: #7c7c7c;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
}