@charset "utf-8";
.body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-attachment: fixed;
	background-image: url(../images/fondo.jpg);
	background-repeat: no-repeat;
	width: 920px;
	position: fixed;
	background-position: center center;
}
.contenido {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: 3b3942;
	position: inherit;
	top: 200;
	visibility: visible;
	width: 880px;
	height: auto;
	left: 50;
	margin-top: 280px;
	margin-left: 10px;
	margin-right: 10px;
	font-style: normal;
	text-align: justify;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
}
.contenedor {
	height: 600px;
	width: 900px;
	position: static;
	visibility: visible;
	float: none;
	margin-left: 170px;
}
#footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	float: left;
	position: inherit;
	left: 700px;
	top: 567px;
}
