html {
  font-size: 100%;
  margin: 0;
  padding: 0;
}

body {
	font-family: "Trebuchet MS", Verdana, Arial;
	background-color: #CCCC00;
}

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

#contenedor {
  width: 40em;
  height: auto;
  position: absolute;
  top: 5em;
  left: 50%;
	margin: 0 0 0 -20em;
}

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

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

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


