@charset "utf-8";
body {
	background-color: #1B4B9F;
}
#contenido {
	background-color: #FFFFFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
	padding: 20px;
}
.black {
	font-weight: bold;
}
#contenido p {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#contenido h1 {
	background-image: url(../img/LOGOPEQ.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 200px;
	margin-left: 300px;
}
#contenido span {
	display: none;
}
