html, body {
	background-image: url(/images/fondo.png);
	background-repeat: repeat-x;
	font-family: Arial,Helvetica;
}
#general {
	width: 951px;
	margin: auto;
}
#top {
	background-image:  url(/images/fondo_top.gif);
	background-repeat: no-repeat;
	float: left;
	width: 946px;
	height: 230px;
}
#main {
	background-repeat: no-repeat;
	background-image:  url(/images/fondo_mid.gif);
	float: left;
	width: 946px;
	height: 376px;
	padding: 0;
	margin: 0;	

}
#bottom {
	background-repeat: no-repeat;
	background-image:  url(/images/fondo_down.gif);
	float: left;
	width: 946px;
	height: 94px;

}
#login {
	float: right;
	margin-right: 105px;
	margin-top: 10px;
}
#login table td {
	padding-left: 5px;
	text-align: right;
}
#user, #pass {
	width: 100px;
	font-size: 10px;
}
#entrar {
	text-align: center;
	background: url(/images/btn_login.png) no-repeat;
	background-position: top left;
	border: 0px solid;
	padding: 0 0 2px 3px;
	width: 35px;
	height: 15px;
	margin: 5px 0 0 0;
	color: white;
	font-size: 8px;
	text-align: center;
	vertical-align: top;
}
#menu {
	float: left;
	width: 900px;
}


#indicadores {
	float: left;
	width: 385px;
	height: 109px;
	font-size: 14px;
	margin-left: 275px;
	_margin-left: 140px;
	margin-top: 15px;
	color: white;
}
#indi_center {
	background-image: url(../images/cuadro_indicadores_mid.png);
	float: left;
	width: 372px;
	height: 109px;
}
#indi_izq {
	float: left;
	width: 5px;
	height: 109px;
	background-image: url(../images/cuadro_indicadores_izq.png);
	background-repeat: no-repeat;
}
#indi_der {
	float: left;
	width: 5px;
	height: 109px;
	background-image: url(../images/cuadro_indicadores_der.png);
}
#indicadores table {
	margin-top: 10px;
	margin-left: 10px;
}
#indicadores table td {
	vertical-align: middle;
}
#indicadores a {
	color: white;
	text-decoration: none;
}
#indicadores table td a {
	font-size: 9px;
} 
#indicadores .space_td {
	padding-left: 10px;
}
.tri {
	padding-left: 20px;
	padding-right: 5px;
}
.num {
	padding-right: 10px;
	border-right: 1px solid white;
	padding-top: 5px;
}
#sistemas {
	float: left;
	margin-top: 15px;
}
#sistemas h2 {
	font-size: 10px;
}
#sistemas ul {
	list-style: none;
}
#sistemas ul li {
	font-size: 10px;
	margin-top: 5px;
}
#sistemas a {
	color: black;
	text-decoration: none;
}
#sistemas table td {
	vertical-align: top;
}
#izq {
	margin-left: 75px;	
	_margin-left: 40px;
	float: left;
	width: 213px;
}
.boton {
float: left;
}
.boton_izq {
	float: left;
	background: url(/images/btn_izq.png) no-repeat;
	width: 5px;
	height: 20px;
}
.boton_center {
	float: left;
	background-image: url(/images/btn_mid.png);
	color: white;
	vertical-align: middle;
	padding-top: 4px;
	font-size: 12px;
 	height: 16px;
}
.boton_der {
	float: right;
	*float: left;
	background: url(/images/btn_der.png) no-repeat;
	width: 5px;
	height: 20px;
}
#news {
	float: left;
	margin-left: 70px;
	width: 195px;
}
.noticia {
	float: left;
	margin-top: 15px;
	margin-bottom: 20px;
}
.fecha {
	font-weight: bold;
	font-size: 9px;
	margin-bottom: 10px;
}
h2.title {
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 10px;
}
.sumary {
	font-size: 10px;
	margin-bottom: 10px;
}
p.masmas {
	text-align: right;

}
a.mas {
	font-size: 9px;
	width: 100%;
	margin: 0;
	padding: 0;
	color: navy;
	text-decoration: none;
}
.even {
	background-color: #096291;
}
.odd {
	background-color: #0073AA;
}