/* CSS Document */
body {
	font:76%/135% Arial, Helvetica, sans-serif;
	background: url(fondo.gif);
}
a {
	color: #FF6600;
	font: bold 10pt Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:hover {
	color: #669900;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}
h1 {
	font: bold 11pt Arial, Helvetica, sans-serif;
	color: #990000;
}
h2 {
	font: bold 10pt Arial, Helvetica, sans-serif;
	color: #990000;
}
img {
    border: 0;
}
#contenedor {
	width: 930px;
	margin:0 auto;
	border: 1px solid #999;
	background: #ecdcb9;
}
#cabecera {
	height: 80px;
	margin-bottom: 5px;
	text-align: right;
	padding-right: 50px;
}
#logo {
	background: url(../img/logo.jpg);
	height: 80px;
	width: 329px;
}
#cuerpo {
	width: 930px;
}
#cuerpo #menu {
	float: left;
	width: 260px;
	margin-right: 5px;
	padding: 0px;
	margin-left: 5px;
	background: url(menu.gif) center top;
	height: 420px;
}
#cuerpo #contenido {
	float: left;
	width: 650px;
}
#pie {
	clear: both;
	font: 12px Arial, Helvetica, sans-serif;
	color: #666;
	padding: 2px 10px;
}
#slideshow {
	height: 412px;
	width: 650px;
	border: 1px solid #030;
}
#listado {
	width: 257px;
	position: absolute;
	background: #003300; /* Granate: #990000 y Verde Oscuro: #003300 */
	opacity: 0.7;
    filter: alpha(opacity=70);
	margin-left: 15px;
	height: 412px;
}
#banner {
	width: 650px;
	height: 20px;
	position: absolute;
	background: #FFF;
	opacity: 0.5;
	filter: alpha(opacity=50);
	margin-top: 355px;
	border-top: 0px solid #ccc;
	border-bottom: 0px solid #ccc;
	text-align: center;
	font-weight: bold;
	color: #000;
	padding-top: 10px;
	padding-bottom: 10px;
}
ul {
	width: 257px;
	list-style: none;
	margin: 0;
	padding: 5px;
	font: 10pt Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
}
#textmenu {
	margin-top: 100px;
	margin-right: 20px;
	margin-left: 20px;
}