a:link, a:visited, a:active {
	font-family: sans-serif;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-family: sans-serif;
	color: #FF0000;
	text-decoration: none;
}

body {
   margin: 0;
   padding: 0;
   background-color: #E4E5E6;
}

blockquote {
	margin: 5px 0px 20px 15px;;
}

.top {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #444;
	border: 1px solid #CC3300;
	width: 750px;
	padding: 3px;
}

.capas {
	display:none;
}

.cuadro-simple {
	font-family: sans-serif;
	font-size: 12px;
	padding: 2px;
	border: 1px solid #BBBBBB;
}

.menu {
	font-family: sans-serif;
	font-size: 12px;
	padding: 2px 2px 2px 18px;
	border-bottom: 1px solid #FFFFFF;
	height: 22px;
}

.menu-izq {
	font-family: sans-serif;
	font-size: 12px;
	padding: 3px;
	border-bottom: 1px solid #FFFFFF;
}

/*CSS NOTICIAS*/

.titulo {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC3300;
	padding: 2px;
	border-bottom: 1px dotted #333;;
}

.paginar {
	font-family: sans-serif;
	font-size: 12px;
	color: #444;
	text-align: center;
	/*text-indent: 12px;*/
}

.cuerpo {
	font-family: sans-serif;
	font-size: 12px;
	color: #444;
	text-align: justify;
	/*text-indent: 12px;*/
}

.cuerpo2 {
	font-family: sans-serif;
	font-size: 12px;
	color: #444;
	text-align: justify;
	padding: 5px;
	/*text-indent: 12px;*/
}

.campoFormu {
   font-family: sans-serif;
   font-size: 10px;
   font-weight: bold;
   font-variant: normal;
   color: #333333;
   height: auto;
   width: auto;
   border: 1px solid #000000;
   background-color: #F0F0F0;
}

.down {
	font-family: sans-serif;
	font-size: 10px;
	color: #CC3300;
	padding: 2px;
	border-top: 1px dotted #333;;
}

/*FIN CSS NOTICIAS*/

.tanuncios {
	font-family: sans-serif;
	font-size: 11px;
	color: #333;
	width: 96%;
	padding: 4px;
}

.fondos {
	font-family: sans-serif;
	font-size: 12px;

}
.fondos-izq {
	font-family: sans-serif;
	font-size: 12px;
	background-image: 
	url('Images/degradado_izq.png');
	background-repeat: repeat-y
}
.fondos-dch {
	font-family: sans-serif;
	font-size: 12px;
	background-image: 
	url('Images/degradado_der.png');
	background-repeat: repeat-y 
}

.bajo-web {
	font-family: sans-serif;
	font-size: 12px;
	color: #333;
	text-align: center;
	padding: 4px;
	height: 50px;
	vertical-align: middle;
	font-weight: bold;
}

.top_menu1 {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	text-align: center;
	height: 22px;
}

.top_menu2 {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-image: 
	url('Images/VerdeMenuIzq.png');
        background-repeat: repeat-y 
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: center;
	color: #000000;
	height: 22px;
}

.constitucion {
	font-family: sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #666666;
	text-align: justify;
	padding: 6px;
	font-weight: bold;
}

.quiensomos {
	font-family: sans-serif;
	font-size: 12px;
	font-variant: small-caps;
	color: #000000;
	letter-spacing: 0.1em;
	padding: 6px;
}

.textos {
	font-family: sans-serif;
	font-size: 12px;
	padding: 6px;
}

#descargas {
	font-family: sans-serif;
	font-size: 12px;
	padding: 6px;
}

#descargas div {
	margin-bottom: 7px;
}

#descargas a:link, #descargas a:visited {
	color: #FF0000;
}

#descargas a:hover {
	color: #000000;
}

#descargas #item {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 25px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #999999;
}


#popup
   {
      position: absolute;      
      width: 800px;
      height: 800px;
      margin-top: 150px;
      margin-left: 50px;
      text-align: center;
      z-index: 1;
      
   }


