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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background-image: url(images/bg_01.jpg);
	background-color: #491313;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #FFCC00;
}
a:visited {
	color: #FF6600;
}
h1 {
	font-size: 18px;
	font-weight: lighter;
	color: #FFFF99;
}
h2 {
	font-size: 16px;
	font-weight: lighter;
	color: #FFFF99;
}
h3 {
	font-size: 14px;
	font-weight: lighter;
	color: #FFFF99;
}
p {
	margin-top: 0px;
	line-height: 130%;
}
#pagina_contenedor {
	position:absolute;
	left:50%;
	top:50%;
	width:760px;
	z-index:1;
	overflow: hidden;
	margin-left: -380px;
	margin-top: -300px;
}
.header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 55px;
}
.contenido_contenedor {
	background-image: url(images/contenido_bg.jpg);
	background-repeat: no-repeat;
	height: 493px;
}
.footer {
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-bottom: 10px;
}
.footer td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.footer .copyright {
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: center;
}
.footer .links {
	padding-top: 10px;
}

