/* Selectores html */
body {
	background-color: #666666;
	scrollbar-base-color: #CA4848;
	background-image: url(../imagenes/graficos/fondos/fondo.gif);
	background-repeat: repeat-y;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 0px;
	padding: 0px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
}
h2 {
	font-size: 120%;
	color: #CC0000;
	background-color: #CCCCCC;
	font-weight: normal;
}


/* Vínculos de hipertexto */
a {
	color: #330066;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}



/* Disposición de elementos */
#cabecera {
	position:absolute;
	left:25px;
	width:575px;
	height:50px;
	z-index:1;
}
#cuerpo {
	position:absolute;
	left:26px;
	top:57px;
	width:575px;
	z-index:2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#cuerpo  p {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}
#cuerpo h1 {
	font-size: 120%;
	color: #CC0000;
	background-color: #CCCCCC;
}
#naveg {
	position:absolute;
	left:600px;
	top:92px;
	width:130px;
	height:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #4B4B4B;
	padding: 5px;
	border: 1px solid #403F3F;
	background-color: #4B4B4B;
	margin: 5px;
	z-index: 20;
}
/* Componentes de página */
#naveg ul {
	list-style-type: none;
	font-weight: bold;
	color: #CCCCCC;
	margin: 0px;
	padding: 0px;
}

#naveg li {
	margin-bottom: 5px;
}

#naveg a {
	color: #CCCCCC;
	text-decoration: none;
}
#naveg a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#naveg_2 {
	position:absolute;
	left:600px;
	top:250px;
	width:130px;
	height:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #CCCCCC;
	padding: 5px;
	border: 1px solid #403F3F;
	background-color: #5D5D5D;
	margin: 5px;
	z-index: 21;
}
#naveg_2 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-weight: bold;
}
#naveg_2 li {
	margin-bottom: 5px;
}

#naveg_2 a {
	color: #CCCCCC;
	text-decoration: none;
}
#naveg_2 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#naveg_tras {
	position:absolute;
	left:600px;
	top:50px;
	width:150px;
	height:600px;
	z-index:0;
	background-color: #575757;
}
#naveg_fondo {
	position:absolute;
	left:600px;
	top:29px;
	width:108px;
	height:163px;
	z-index:1;
	background-color: #575757;
}

#seccion {
	top:7px;
	width:150px;
	height:50px;
	margin-left: 600px;
	z-index: 10;
}
.titular1 {
	font-size: 120%;
	color: #CC0000;
	background-color: #CCCCCC;
}

.nota {
	font-size: 9px;
}
.pie_noticia {
	font-size: 90%;
	font-weight: normal;
	color: #333333;
	text-align: left;
}
/* Clases */
.tituloobra1 {
	font-size: 80%;
	color: #FFFFFF;
}
.borde_gris {
	border: 1px solid #666666;
}
.cuadros {
	color: #CC3333;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
.img_izda {
	float: left;
	margin-right: 5px;
	border: 1px solid #666666;
	padding: 3px;
}


.tabla1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
}
.tablagris {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006600;
}
.transparencia {
	filter: alpha(opacity=50); opacity: .5
}
.img_centrada {
	margin-right: auto;
	margin-left: auto;
	display: block;
}
