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

body {
	background: #000000 url(imagenes/web/fondo.jpg) top center no-repeat;
	font-family:"Trebuchet MS","Lucida Grande",Verdana,Lucida,Helvetica,Arial,sans-serif;
	color: #FFFFFF;
	font-size: 14px;
}
img {
	border: 0;
	margin: 0;
}
div {
	border: 0;
	margin: 0;
}
p	{
	text-align: justify;
}
a:link, a:hover, a:active, a:visited {
	text-decoration: none;
	border: 0;
}
.hidden{
	display: none;
}
#pagina {
	margin: 40px auto;
	padding: 0;
	width: 994px;
}
#cabecera {
	position: relative;
	top: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 120px;
	background-color: #151924;
	z-index: 2;
}
#cabecera_ancha {
	position: absolute;
	top: -3px;
	left: -3px;
	margin: 0;
	padding: 0;
	background: url(imagenes/web/cabecera.png) no-repeat;
	width: 1000px;
	height: 178px;
}
#fecha {
	color: #FFFFFF;
	position: absolute;
	right: 0;
	top: 0;
	margin: 8px;
	font-weight: bold;
	font-size: 12px;
	text-transform: lowercase;
}
#logo {
	position: absolute;
	top: 30px;
	left: 30px;
	height: 45px;
	width: 310px;
	font-size: 20px;
	font-weight: bold;
}
#menu {
	position: absolute;
	top: 80px;
	right: 0;
	margin: 15px;
	list-style-image:none;
	list-style-position:inside;
	list-style-type:none;
}
#menu li {
	float: left;
	border: none;
	margin: 0 10px;
	padding: 0;
}
#menu li a {
	color: #FF7420;
	font-weight: bold;
	text-decoration: none;
}
#menu li a:hover {
	color: #FFFFFF;
}
#menu li a img{
	border: none;
	font-size: 14px;
}
#contenido{
	width: 100%;
	overflow: auto;
	background: url("imagenes/web/central.jpg") top left repeat-y;
}
#contenido_lateral{
	width: 250px;
	float: right;
	background: #151924;
}

#central {
	position: relative;
	float: left;
	margin-left: -743px;
	width: 680px;
	background: url("imagenes/web/central.jpg") top left repeat-y;
	padding: 60px 30px 20px 30px;
}
#lateral {
	position: relative;
	float: left;
	width: 210px;
	padding: 60px 20px 10px 20px;
}
.lateral {
	margin: 0 0 15px 0;
}
.lateral img {
	font-weight: bold;
	font-size: 20px;
	color: #FF7420;
}
.lateral_elemento a {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 4px 0 1px 0;
}
.lateral_detalle a {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #FF7420;
	margin: 0 0 4px 4px;
}
#pie_pagina {
	background: #151924;
	width: 100%;
	height: 22px;
	margin: 3px 0 0 0;
	text-align: center;
}
#pie_pagina img{
	margin: 4px;
	font-weight: bold;
	font-size: 14px;
	color: #FF7420;
}

