/*-- general --*/

BODY {
	MARGIN: 0px; 
	SCROLLBAR-FACE-COLOR: #6BA927; 
	SCROLLBAR-HIGHLIGHT-COLOR: #6BA927;
	SCROLLBAR-SHADOW-COLOR: #FFFFFF; 
	SCROLLBAR-3DLIGHT-COLOR: #FFFFFF; 
	SCROLLBAR-ARROW-COLOR: #FFFFFF; 
	SCROLLBAR-TRACK-COLOR: #FFFFFF; 
	SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	
	
	
}

h4{
	display:none;
}



#fondo_cabecera{
	position:absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 96px;	
	background: url(images/extender.jpg) repeat-x right top;
			
}
#cabecera_logo{
	position:absolute;
	top:0px;
	left:0px;
	width: 661px;
	height: 96px;	
	background: url(images/cabecera_logo.jpg) no-repeat left top;
	padding-left:360px;
	padding-top:35px;
	font-size:9px;
	COLOR: #FFFFFF;
	font-weight: bold;

}

#Layer2{
	position:absolute; 
	left:164px; 
	top:53px; 
	width:400px; 
	height:30px; 

}
#menu{
	position:absolute;
	top:96px;
	left:1px;
	width: 157px;
	height: 391px;	
	background: url(images/red2001_body.jpg) no-repeat left top;
	

}
#cabecera{
	position:absolute;
	top:96px;
	left:157px;
	width: 500px;
	height: 25px;	
	background: url(images/cabecera_body.jpg) no-repeat left top;
	padding-left:136px;
	padding-top:4px;
	font-size:12px;
	COLOR: #608AA0;
	font-weight: bold;

}


/* ........ scroller de noticias .......... */

#pscroller1{
width: 390px;
height: 30px;
border: none;
padding: 5px;
padding-top: 0px;
background-color: none;
}

#pscroller1 a{
	color:#000099;
	text-decoration: none;
	font-weight: bold;
	display: block;
}

#pscroller1 a:hover{
	color:black;
	text-decoration: none;
	font-weight: bold;
}

/* ---------- actualidad portada ---------------- */
#proyectos{
	position:absolute;
	top:96px;
	right:4px;
	width: 146px;
	background: url(images/actualidad.jpg) no-repeat left top;
	padding-top: 30px;
	background-color: white;
	
}

#proyectos a:link, #proyectos a:visited {
	border: 1px solid #A0C2FA;
	padding: 4px;
	font-weight: bold;
	color: darkblue;
	font-size: 12px;
	display:block;
	text-align: center;
}
#proyectos a:hover {
	border: 1px solid #A0C2FA;
	padding: 4px;
	font-weight: bold;
	color: #FF9900;
	font-size: 12px;
	display:block;
	text-align: center;
}

/* ----------------------- seccion principal --------------------- */ 
#contenidos{
	position:absolute;
	top:130px;
	left:157px;
	width: 60%;
	height:80%;
	padding-left:15px;
	padding-top:15px;
	font-size: small;
	font-size: 12 px;


}

#contenidos p{

	font-weight: normal;
	color: black;
	font-size: small;
	font-size: 12 px;
	text-align: left;

}
#contenidos ul {

	padding-top:0px;
	text-align:left;
	color: #000000;
}

#contenidos li {

	margin:2px;
	color: #5A5A5A;
	font-size:12px;
	line-height:14px;
	padding-top:0px;
	list-style-image: url(images/sageata2.gif);

}
#contenidos a:link, #contenidos a:visited, #contenidos a:active { 
	COLOR: #02577E;
	TEXT-DECORATION: none;
	font-weight: bold;
	text-align: left;
}

#contenidos a:hover  {
	font-weight: bold;
	color: #6BA927;
	TEXT-DECORATION: underline;
}
#contenidos h2{
	font-weight: bold;
	color: #016FA2;
	font-size: 12px;
	text-align: left;
	padding-left: 40px;
	padding-right: 40px;

}
#contenidos TABLE{

	border: 1px solid #ccc;
	padding: 1px;
}
#contenidos TH{

	border: 1px solid #ccc;
	padding: 5px;
	background-color: #016FA2;
	color: white;
	font-weight: bold;
	text-align: center;
	font-size: small;
	font-size: 12 px;
}

#contenidos TD{

	border: 1px solid #ccc;
	padding: 5px;
	font-size: small;
	font-size: 12 px;
	color: black;
	text-align: left;
	
}
#contenidos h3{
	display:block;
	background-color: #EDF3FE;
	font-size: small;
	font-size: 12 px;
	font-weight: bold;
	border-bottom: 1px dashed #A0C2FA;
}
#titulo_noticia{
	font-size:medium;
	font-size: 14px;
	font-weight: bold;
	background-color: #EDF3FE;
	display: block;
	padding: 7px;
	border-bottom: 1px dashed #A0C2FA;
}
#fecha_noticia{
	font-size:x-small;
	font-size: 11px;
	font-weight: bold;
	background-color: #EDF3FE;
	padding-right:7px;
	color: #00496B;

}
#contenido_noticia{
	font-size:small;
	font-size: 12px;
	font-weight: normal;
	padding: 7px;
	display: block;
	border-left: 1px solid #A0C2FA;
	border-right: 1px solid #A0C2FA;
}
#datos_departamento{
	font-size:x-small;
	font-size: 10px;
	font-weight: bold;
	padding: 7px;
	display: block;
	border-top: 1px solid #A0C2FA;
	}

#portada{
	border: none;
	font-size: small;
	font-size: 12 px;
	color: black;

}

#portada th {
	background-color: #A0C2FA;
	font-size: small;
	font-size: 12px;
	color: black;
	font-weight: bold;
	text-align: center;
	padding: 3px;
	
	
}
#portada td {
	border: none;
	font-size: small;
	font-size: 12 px;
	color: black;
	padding: 3px;
	
}
#portada a:link, #portada a:visited, #portada a:active { 
	COLOR: #3C6E17;
	TEXT-DECORATION: none;
	font-weight: bold;
	font-size: 12 px;

}

#portada a:hover  {
	font-weight: bold;
	color: #5EA215;
	TEXT-DECORATION: underline;
	font-size: 12 px;

}
#general TABLE{
	border: 1px solid #A0C2FA;
}
#general{
	
	font-size: small;
	font-size: 12 px;
	color: black;
	width: 70%;

}

#general th {
	background-color: #A0C2FA;
	font-size: small;
	font-size: 12px;
	color: black;
	font-weight: bold;
	text-align: center;
	padding: 3px;
	
	
}
#general td {
	
	font-size: small;
	font-size: 12 px;
	color: black;
	padding: 3px;
	
}
#general a:link, #general a:visited, #general a:active { 
	COLOR: #3C6E17;
	TEXT-DECORATION: none;
	font-weight: bold;
	font-size: 12 px;

}

#general a:hover  {
	font-weight: bold;
	color: #5EA215;
	TEXT-DECORATION: underline;
	font-size: 12 px;

}

div.hr {
 height: 16px;

  background: url(images/linea_verde.gif) repeat-x;
}
div.hr hr {
  display: none;
}
#pie {
	width: 600px;
	position:relative;
	bottom:0;
	line-height:14px;
	margin-top:0px;
	margin-left:-20px;
	font-size:10px;
	color: #000000;
	text-align:center;
}

#pie a:link, #pie a:visited, #pie a:active { 
	COLOR: #02577E;
	TEXT-DECORATION: none;
	font-weight: bold;
}

#pie a:hover  {
	font-weight: bold;
	color: #02577E;
	TEXT-DECORATION: underline;
}
.bordeTabla{
	border: 1px solid;
	border-color: #CCCCCC;
}

.txtEntradilla{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #959595;
	font-weight : normal;
}

.txtEntradillaNaranja{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FBA603;
	font-weight : bold;
	text-decoration : none;
}

.txtEntradillaBlanco{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

a.enlaceAzul{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #578CA8;
	font-weight : normal;
	text-decoration: underline;
}

a.enlaceAzul:visited{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #578CA8;
	font-weight : normal;
	text-decoration: underline;
}

a.enlaceAzul:hover{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight : normal;
	text-decoration: underline;
}

a.enlaceAzulPeque{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #578CA8;
	font-weight : normal;
	text-decoration: underline;
}

a.enlaceAzulPeque:visited{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #578CA8;
	font-weight : normal;
	text-decoration: underline;
}

a.enlaceAzulPeque:hover{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight : normal;
	text-decoration: underline;
}
.bordeTabla{
	border: 1px solid;
	border-color: #CCCCCC;
}

.txtEntradilla{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #959595;
	font-weight : normal;
}

.txtEntradillaNaranja{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FBA603;
	font-weight : bold;
	text-decoration : none;
}

.txtEntradillaBlanco{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

a.enlaceAzul{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #578CA8;
	font-weight : normal;
	text-decoration: underline;
}

a.enlaceAzul:visited{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #578CA8;
	font-weight : normal;
	text-decoration: underline;
}

a.enlaceAzul:hover{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight : normal;
	text-decoration: underline;
}

a.enlaceAzulPeque{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #578CA8;
	font-weight : normal;
	text-decoration: underline;
}

a.enlaceAzulPeque:visited{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #578CA8;
	font-weight : normal;
	text-decoration: underline;
}

a.enlaceAzulPeque:hover{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight : normal;
	text-decoration: underline;
}

.titulo{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6A6A6A;
	font-weight : bold;
	text-decoration : underline;
	padding-bottom : 10px;
}

.txt{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #959595;
	font-weight : normal;
}

.txtNaranja{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FBA603;
	font-weight : normal;
}

.txtGrisOscuroPeque{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #888888;
	font-weight : normal;
}

.entradillaAzul{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #578CA8;
	font-weight : bold;
	text-decoration: none;
}

a.solapaOn{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #888888;
	font-weight : bold;
	text-decoration: none;
}

a.solapa{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #888888;
	font-weight : normal;
	text-decoration: none;
}

a.solapa:hover{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight : normal;
	text-decoration: none;
}

.tablaDatos {
	border: thin solid #e2e2e2;
}
