@charset "utf-8";
/* CSS Document */

body {
	margin: 0px auto;
	text-align:center;
	width: 100%;
	height: 100%;
	background: #881418;
}
#contenedor {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	bottom: 0px;
}
#contenedor div {
	position: absolute;
	width: 100%;
	min-width: 1200px;
	height: 700px;
	left: 50%;
	top: 50%;
	margin-top: -350px;
	margin-left: -50%;
	text-align:center;
}