@charset "utf-8";
/* CSS Document */
body{
	background-color:#00A1B1;
}
#contenedor{
	position:absolute;
	height: 301px;
	width: 246px;
	left: 50%;
	top: 50%;
	margin-top: -200px;
	margin-left:-123px;
	text-align:center;
}

