/*
body {
	background-image: url('http://www.defex.com.mx/clientes/images/fondoinicio1021x759.jpg');  
	background-repeat: no-repeat;
	background-position: top;
}
*/

#posicionador {
	position: absolute;
	width: 100%;
	height: 100px;
	top: 50%;
/* La siguiente linea debe de ser la mitad de "height" (-50px) pero en este caso es para darle una mejor apariencia al cuadro de la clabe */
/*	margin-top: -40px; */
	margin-top: -70px;

}

#contenedor {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
