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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	background-color: #FCC717;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
p {
	margin-top: 0px;
}
a:link {
	color: #FFFFFF;
	font-weight: bolder;
}
a:hover {
	color: #000000;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.pagina {
	position:absolute;
	left:50%;
	top:50%;
	width:760px;
	z-index:1;
	overflow: hidden;
	margin-left: -380px;
	margin-top: -300px;
}
.header {
	width: 760px;
	height: 67px;
	background-image: url(images/logo_LosBunkers.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 21px;
	text-align: right;
}
.contenido {
	height: 480px;
	background-image: url(images/contenido_fondo.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 247px;
	overflow: auto;
}
.footer {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.titulo {
	font-size: 14px;
	font-weight: bolder;
	margin-top: 0px;
	margin-bottom: 0px;
	text-transform: uppercase;
	font-style: normal;
	color: #000000;
}
.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: #000000;
	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: #FFFFFF;
}
.codigo_MySpace {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	background-color: #000000;
	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: #FFFFFF;
}

