body {
	margin: 0; 
	padding: 0; 
	font-size: 62.5%; 
	font-family: "Trebuchet MS", Verdana, Arial;
	background-color: #CCCC00;
}

a {text-decoration: none; color: white; }

#contenedor {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40em;
	height: 45em;
	margin-left: -20em;
	margin-top: -22.5em;
	border: 0px solid black;
}

#titulo {
	width: 40em;
	height: 5em;
	background: url(../img/tx-proxima-apertura.png) no-repeat 0 0;
}

#logo {
	width: 40em;
	height: 35em;
	background: url(../img/vg-logo-02.png) no-repeat 0 0;
}

.texto p {
	text-align: center;
	font-size: 1.5em;
	color: #666600;
}

