@charset "utf-8";
html, body{
	position:absolute;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
.contenedor {
	height: 680px !important;
	height: 100%;
	position: relative;
	min-width: 1000px;
	z-index: 3;
	width: 1000px;
	left: 50%;
	margin-left: -510px;
	top: 50%;
	min-height: 700px;
	margin-top: -340px;
	display: block;
	background-color: #DEF2A0;
	border: 10px solid #FFF;
}

.clearing{
      clear:both;
   }
.empuje {
	height: 100px;
	clear: both;
}
hr.br{
	clear:both;
	display:block;
	width:0;
	height:0;
	}
