* {
	margin: 0px;
	padding: 0px;
}

.derecha {
	text-align: right;
}

body {
	background: url('background.gif');
	font: 11px/16px Verdana, Helvetica;
}

body #todo {
	position: relative;
	width: 555px;
	margin: 0px auto 0px auto;
	background: url('fondo_site.jpg') repeat-y;
}

body #todo h1 #header {
	display: none;
}

body #todo h1 {
	width: 555px;
	height: 127px;
	background: url('header.jpg') no-repeat;
}

body #todo #contenido h2 {
	font: 18px Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #2D62A2;
	margin-bottom: 20px;
}

body #todo #contenido h3 {
	font: 16px Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #2D62A2;
	margin-bottom: 18px;
}

body #todo #contenido h4 {
	font: 12px Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #2D62A2;
	margin-bottom: 8px;
}

body #todo #contenido h4 a {
	color: #2D62A2;
}

body #todo #contenido h5 {
	font: 11px Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	margin-bottom: 4px;
}

body #todo #menu {
	position: absolute;
	display: block;
	top: 176px;
	left: 20px;
	width: 144px;
	background: url('menu_fondo.jpg') repeat;
}

body #todo #menu ul {
	list-style-type: none;
}

body #todo #menu ul li.top {
	background: url('menu_top.jpg') no-repeat;
	padding-top: 18px;
}

body #todo #menu ul li a {
	display: block;
	width: 124px;
	padding-top: 5px;
	height: 18px;
	font: 11px Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-align: center;
	text-decoration: none;
}

body #todo #menu ul li a#jornadaslink {
	background: #de9536;
}

body #todo #menu ul li a:hover {
	display: block;
	background: #65AB54;
}

body #todo #menu ul li.bottom {
	background: url('menu_bottom.jpg')  bottom center no-repeat;
	padding-bottom: 18px;
}

body #todo #contenido {
        width: 345px;
        margin-left: 170px;
        padding-top: 50px;
}

body #todo #contenido hr {
	display: none;
}

body #todo #contenido #submenu {
	position: relative;
	left: 0px;
	margin-bottom: 20px;
}

body #todo #contenido ul.nospace {
	margin-top: 10px;
	margin-bottom: 10px;
}

body #todo #contenido ul.nospace li {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

body #todo #contenido ul.txtlist li a:link,
body #todo #contenido ul.txtlist li a:visited {
	font-weight: bold;
	color: #2D62A2;
}

body #todo #contenido ul.molinos li {
	margin-left: 25px;
	list-style-image: url('item.gif');
}

body #todo #contenido #submenu ul li {
	margin-bottom: 0px;
}

body #todo #contenido #submenu ul li a {
	font: 11px Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
}

body #todo #contenido #submenu ul li a:hover {
	text-decoration: underline;
	color: #2D62A2;
}

body #todo #contenido p {
	margin-bottom: 16px;
}

body #todo #contenido p a {
	color: #2D62A2;
	font-weight: bold;
}

body #todo #contenido p a:hover {
	/*color: #000000;*/
	background: #FFFFFF;
}

body #todo #contenido ul li {
	margin-bottom: 16px;
	margin-left: 15px;
}

body #todo #contenido ul.lista {
	margin-bottom: 16px;
}

body #todo #contenido ul.lista li {
	margin-bottom: 0px;
	margin-left: 15px;
}

body #todo #footer {
	width: 515px;
	height: 55px;
	padding: 125px 20px 0px 20px;
	background: url('footer.jpg') no-repeat;
}

body #todo #footer hr {
	display: none;
}

body #todo #footer p {
	border-top: 1px solid #000000;
	font-size: 10px;
	color: #ffffff;
	text-align: center;
}

body #todo #contenido table {
	margin-bottom: 8px;
}

body #todo #contenido table caption,
body #todo #contenido h4.graph_title {
	font: 10px Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #2D62A2;
	margin-bottom: 8px;
}

body #todo #contenido table td.graph_label {
	font: 10px Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #2D62A2;
	text-align: center;
}

body #todo #contenido table td.graph_label_bg {
	font: 10px Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

body #todo #contenido table td.graph_value {
	font: 10px Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

body #todo #contenido blockquote {
	margin-left: 15px;
}

body #todo #contenido form span.frmreq {
	color: red;
}

body #todo #contenido form textarea#frm_Comentarios {
	width: 300px;
	height: 150px;
}

/* Novedades Home */

body #todo #contenido hr.news {
	display: block;
	width: 80%;
	/*border: 1px solid #2d62a2;*/
	border: 1px solid #AAAAAA;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

body #todo #contenido img.newsleft {
	float:left;
	margin-right: 5px;
}

body a#gonzalink {
	color: green;
	font-weight: bold;
	text-decoration: none;
}
/*
body #todo #contenido #dashboard #dashboardBackground {
	position:absolute;
	display:block;
	border:5px solid red;
	width:100%;
	height:100%;
	background:#000120;
	filter: alpha(opacity=50);
	-moz-opacity: .5;
	opacity: .5;
	margin:20px;
}

body #todo #contenido #dashboard div {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
*/.centro {
	text-align: center;
}
