@charset "utf-8";

body {
	color: #FFFFFF;
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FF0033;
}
a:active {
	color: #FFFFFF;
}
.contenedor_principal {
	width: 901px;
}
.menu {
	background-color: #333333;
	height: 30px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
.menu_item {
	float: left;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-weight: bold;
	font-size: 12px;
}
.banner {
	margin-bottom: 1px;
}
.pie {
	background-color: #333333;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-size: 11px;
	margin-top: 50px;
	margin-bottom: 20px;
}
.cuadros_laterales {
	background-color: #333333;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-size: 11px;
	margin-bottom: 1px;
}
.contenido {
	line-height: 170%;	
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #FF0033;
}
.imagen_der {
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;	
}
.links {
	font-size: 11px;
	color: #333333;
}
.links a:link {
	color: #333333;
	text-decoration: none;
}
.links a:visited {
	color: #333333;
	text-decoration: none;
}
.links a:hover {
	color: #333333;
	text-decoration: none;
}
.links a:active {
	color: #333333;
	text-decoration: none;
}