@charset "utf-8";
.titulo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-large;
	color: #CD0009;
	font-weight: bold;
}
.cuerpo {
	font-family: "Franklin Gothic Book";
	font-size: 15px;
	text-align: justify;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
}
body {
	background-color: #E5E5E5;
}
.borde {
	border: 3px solid #CD0009;
}
.centrar {	margin-right: auto;
	margin-left: auto;
}
#apDiv2 {	position:absolute;
	width:980px;
	height:47px;
	z-index:1;
	left: auto;
	top: 204px;
	background-image: url(menu2.png);
	visibility: visible;
}
