@charset "UTF-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	background-color: #000000;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}
a:link {
	color: #897f24;
}
a:visited {
	color: #897f24;
}
a:hover {
	color: #897f24;
}
a:active {
	color: #897f24;
}
p {
	margin-top: 0px;
}
.pagina {
	width: 700px;
	position:absolute;
	left:50%;
	margin-left: -350px;
	z-index:1;
}
.header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 215px;
}
.botones {
	background-color: #003366;
	background-image: url(images/botones_bg.jpg);
	background-repeat: repeat-x;
	text-align: right;
	height: 30px;
}
.contenido {
	background-color: #212121;
	background-image: url(images/contenido_bg.jpg);
	background-repeat: repeat-x;
	padding: 20px;
}
.contenido_pie {
	background-color: #212121;
	background-image: url(images/contenido_pie.gif);
	background-repeat: no-repeat;
	height: 20px;
}
.copyright {
	text-align: center;
	margin-top: 10px;
}
.links {
	text-align: center;
	margin-top: 40px;
}
.titulo {
	font-size: 18px;
	font-weight: bolder;
	margin-top: 0px;
	margin-bottom: 0px;
	text-transform: uppercase;
	font-style: normal;
	color: #701012;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.texto {
	font-size: 11px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-top: 5px;
}
.codigo_banners {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	background-color: #897f24;
	height: 60px;
	width: 400px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #000000;
}
.codigo_MySpace {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	background-color: #897f24;
	height: 400px;
	width: 200px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #000000;
}

