* {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
body {
	background-color: #0083D7;
	color: white;
	font-size: 100%;
	font-family: Helvetica, arial, sans-serif;
}

#contenedor {
	margin-top: 0px;
	right: 0;
	position: absolute;
	height: 302px;
	top: 50%;
	margin-top: -151px;
	width: 95%;
	background: #0083D7 url(/img/sonrisa.png) no-repeat right center;
}
h2 {
	font-size: 0.9em;
	margin-bottom: 1em
}
h3 {
	margin-bottom: 1em;
}
p {
	font-size: 0.9em;
}
a {
	color: white;
}
a:hover {
	text-decoration: none;
}
p a {
	font-size: 0.8em;
}
