@charset "UTF-8";
/* CSS Document */


body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background-color: #80796b;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
}
a:link {
	color: #f5d010;
}
a:visited {
	color: #f5d010;
}
a:hover {
	color: #f5d010;
}
.header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 320px;
}
.botones {
	padding-top: 10px;
	text-align: right;
	padding-right: 20px;
}
.contenido {
	padding: 20px;
}
.enlaces {
	text-align: right;
	margin-top: 20px;
	padding-right: 30px;
	padding-bottom: 30px;
}
.footer {
	text-align: center;
}
.pagina {
	background-color: #685b40;
	width: 700px;
	position:absolute;
	left:50%;
	margin-left: -350px;
	z-index:1;

}

.titulo {
	font-size: 14px;
	font-weight: bolder;
	margin-top: 0px;
	margin-bottom: 0px;
	text-transform: uppercase;
	font-style: normal;
	color: #F9D006;
}
.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: #80796B;
	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: #80796B;
	height: 320px;
	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;
}

