body {
	background-color: #5c5;
	background-image: url('images/background.jpg');
	background-attachment: fixed;
	background-position: 50% 0%;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	font-family: arial, helvetica, sans serif;
	color: #333;
}
a:active,
a:link,
a:visited {
	color: #094;
	text-decoration: none;
}
a:hover {
	color: #5c5;
	text-decoration: none;
}
a:active, 
a:focus {
	outline:none;
}
#root {
	position: absolute;
	width: 970px;
	left: 50%;
	margin-left: -495px;
	background-color: #fff;
	padding: 0px 10px 0px 10px;
	z-index: 0;
	text-align: left;
}
#header {
	width: 100%;
	top: 0px;
	z-index: 1;
	clear: both;
}
#header_left {
	width: 50%;
	top: 0px;
	padding: 8px 0px 8px 0px;
	z-index: 1;
	font-size: 11px;
	font-weight: bold;
	float: left;
	text-align: left;
}
#header_right {
	width: 50%;
	top: 0px;
	padding: 8px 0px 8px 0px;
	z-index: 1;
	font-size: 11px;
	font-weight: bold;
	float: left;
	text-align: right;
}
#photos {
	width: 100%;
	height: 200px;
	top: 0px;
	z-index: 1;
	clear: both;
	background-image: url('images/cabecera-0.jpg');
}
#photos_base {
	position: relative;
	top: 0px;
	left: 0px;
	width: 970px;
	height: 200px;
	visibility: show;
	z-index: 4;
}
.photo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 970px;
	height: 200px;
	z-index: 2;
}
#menu {
	width: 100%;
	padding: 10px 0px 10px 0px;
	top: 0px;
	z-index: 1;
	background-image: url('images/back_menu.jpg');
	background-repeat: repeat-x;
	background-color: #5c5;
	border-top: 2px solid #042;
	color: #094;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	clear: both;
}
#menu a:active,
#menu a:link,
#menu a:visited {
	padding: 10px 5px 10px 5px;
	color: #042;
	text-decoration: none;
}
#menu a:hover {
	padding: 10px 5px 10px 5px;
	color: #094;
	background-color: #fff;
	text-decoration: none;
}
#main {
	width: 100%;
	top: 0px;
	z-index: 1;
	background-color: #fff;
	clear: both;
}
p.seccion {
	font-weight: bold;
	color: #042;
	border-bottom: 1px solid #9e6;
}
p.titulo {
	font-size: 18px;
	font-weight: bold;
	color: #094;
}
span.aux {
	font-size: 12px;
}
img.foto { 
	margin: 10px 0px 10px 20px;
	float: right;
}
td.line {
	height: 1px;
	border-bottom: 1px solid #ccc;
}
#logo {
	width: 100%;
	height: 100px;
	top: 0px;
	z-index: 1;
	background-image: url('images/cierre_logo.jpg');
	clear: both;
}
#sponsors {
	width: 100%;
	top: 0px;
	z-index: 1;
	background-color: #fff;
	clear: both;
}
#footer {
	width: 100%;
	padding: 20px 0px 20px 0px;
	top: 0px;
	z-index: 1;
	text-align: center;
	clear: both;
	font-size: 11px;
	color: #999;
}
