body {
  width: 1024px;
  margin: auto;
  font-family: Arial, Verdana, Tahoma;
  font-size: 12px;
  color: #000000;
  background-color: #FFFFFF;
  background-image: url("../imagenes/body_bgr.jpg");
  background-position: top center;
  background-repeat: no-repeat;
}

#recaptcha_area{
	margin: auto;
} 

/* RSS HOME */

.aviso img{
	width: 0px !important;
	height: 0px !important;
	display: none !important;
}

.cuerpo {
  background-image: url("imagenes/cuerpo.png");
  background-repeat: repeat-y;
  width: 1024px;
}

/* CABECERA*/
.cabecera {
  background-image: url("imagenes/cabecera.jpg");
  background-repeat: no-repeat;
  width: 1024px;
  height: 237px;
}

/* MIGAS*/
.migas {
  float: left;
  width: 800px;
  padding-left: 25px;
}

.migas a:hover {
  text-decoration: underline;
}

/* IDIOMAS*/
.idiomas {
  float: right;
  text-align: right;
  padding: 0px 20px 10px 0px;
  color: #000000;
}

.idiomas a {
  color: #000000;
  padding: 0px 5px;
  font-weight: bold;
}

/* CONTENIDOS*/

.contenidotop {
  width: 100%;
  background-image: url("../imagenes/contenidotop.png");
  background-repeat: no-repeat;
  height: 30px;
}

.contenidocentro {
  width: 100%;
  background-image: url("../imagenes/contenidocentro.png");
  background-repeat: repeat-y;
}

.contenidobottom {
  width: 100%;
  background-image: url("../imagenes/contenidobottom.png");
  background-repeat: no-repeat;
  height: 30px;
}

.coli {
  float: left;
  width: 740px;
  margin-left: 2px;
  /*background-color: #86B02D;*/
  margin-left: 15px !important;
  margin-left: 8px;
}

.cold {
  float: left;
  width: 250px;
  margin-left: 10px !important;
  margin-left: 7px;
  /*background-color: #CC3366;*/
}

.padinado {
  padding: 0px 10px 0px 20px;
}

.padinado .tiny a {
  color: #0089C5;
  text-decoration: underline;
}

.tituloseccion {
  font-size: 20px;
  color: #fd8b2b;
  font-weight: bold;
  margin-bottom: 10px;
}


.buscador {
  width: 93%;
  padding: 25px 10px;
  background-color: #333333;
  color: #3399FF;
  font-weight: bold;
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  -moz-border-radius:  10px;
  -webkit-border-radius: 10px;
}

.buscador input[type="submit"] {
  border: 1px solid #0066CC;
  background-color: #3399FF;
  color: #333333;
}

.buscador input[type="submit"]:hover {
  color: #FFFFFF;
}

.inputcalendario {
  background-image: url("imagenes/iconocalendario.png");
  background-repeat: no-repeat;
  background-position: 95%;
}

/* ESTATICOS*/

.estatop {
  background-image: url("../imagenes/estatop.png");
  width: 100%;
  height: 20px;
}

.estacent {
  padding: 1px 10px;
  background-image: url("../imagenes/estacen.png");
  background-repeat: repeat-y;
  text-align: justify;
}

.estabot {
  background-image: url("../imagenes/estabot.png");
  width: 100%;
  height: 20px;
  margin-bottom: 10px;
}

.estaticou {
  background-image:url(../imagenes/estaticou.png);
  background-position:left center;
  background-repeat:repeat-y;
  margin-bottom:10px;
  padding: 5px 0 5px 15px;
}

/* AGENDA*/

.mesagenda {
  float: left;
  background-image: url("../imagenes/meses_bgr.png");
  background-position: bottom;
  background-repeat: repeat-x;
}

.mesagenda a {
  color:#FFFFFF;
  display:block;
  font-weight:bold;
  padding:15px 3px 2px 0px;
  text-align:right;
  text-transform:uppercase;
  width:56px;
  font-size: 8px;
  text-shadow: 1px 1px 1px #333333;
}

.mesagenda a:hover {
  padding: 8px 3px 9px 0px;
}


.agetit {
  padding: 10px 25px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #333333;
  color: #FFFFFF;
  -moz-border-radius:  10px;
  -webkit-border-radius: 10px;
  margin-bottom: 20px;
}


/* ACTUALIDAD EGK*/

.noticialist {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #666666;
}

.noticialist .fotolist {
  width: 200px;
  float: left;
  margin-right: 10px;
  text-align: center;
}

.fotol1 {
  border: 1px solid #999999;
  padding: 4px;
  -moz-box-shadow: 0px 0px 5px #999999;
  -webkit-box-shadow: 0px 0px 5px #999999;
}


.noticialist .datolist {
  float: left;
  width: 500px;
  text-align: justify;
}

.noticialist .adjunlist {
  float: right;
  padding: 5px 10px;
  border-right: 1px dotted #999999;
}

/* GAZTEPRESS*/

#rssasocegk {
  padding-top: 10px;
}

.tblpress {
  /*border: 1px solid #CCCCCC;*/
  cursor: default;
}

.tblpress td {
  border-bottom: 1px dotted #999999;
  border-right: 1px solid #DADFE3;
  border-left: 1px solid #FFFFFF;
  background-image: url("../imagenes/tdpress.png");
  background-position: bottom;
  background-repeat: repeat-x;
}

.tblpress td:hover {
  background-image: url("../imagenes/tdpress_hover.png");
}

.tblpress th {
  padding: 5px;
  border-bottom: 1px dotted #999999;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #DADFE3;
  text-align: center;
  background-image: url("../imagenes/tdpress.png");
  background-position: bottom;
  background-repeat: repeat-x;
}

.tblpress a {
  display: block;
  padding: 15px;
}

#tdlimpio {
  background-image: none;
  border-left: none;
  border-right: none;
}

.newslettergp {
  border: 1px solid #0066CC;
  background-color: #D7EBFF;
  -moz-border-radius:  10px;
  -webkit-border-radius: 10px;
  padding: 10px;
  margin-top: 10px;
  text-align: center;
}


/* GAUR PRENTZAN*/

.noticiagaur {
  border: 1px solid #999999;
  background-color: #FFFFFF;
  background-image: url("../imagenes/bgr_gztp.png");
  background-repeat: repeat-x;
  background-position: bottom;
  -moz-border-radius:  10px;
  -webkit-border-radius: 10px;
  padding: 10px;
  margin-bottom: 5px;
}

.comentarioa {
  width: 100%;
  border-bottom: 1px dotted #999999;
  padding-bottom: 5px;
  margin-bottom: 5px;
  text-align: justify;
}

.comentt {
  margin: auto;
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #999999;
  -moz-border-radius:  10px;
  -webkit-border-radius: 10px;
  background-color: #FFFFFF;
}

.comentt td {
  padding: 5px 0px;
}


.linkcoment {
  border: 1px solid #999999;
  padding: 2px 5px;
  background-color: #FFFFFF;
  -moz-border-radius:  4px;
  -webkit-border-radius: 4px;
}

.dejacomentario {
  width: 100%;
  height: 200px;
  padding: 10px;
  margin: auto;
  border: 1px solid #999999;
  -moz-border-radius:  10px;
  -webkit-border-radius: 10px;
  background-image: url("../imagenes/bgr_gztp.png");
  background-repeat: repeat-x;
  background-position: bottom;
  background-color: #FFFFFF;
 }
 
.masportada {
	text-align: center;
	width: 150px;
	padding: 3px 3px;
	background-color: #F5923F;
	margin: auto;  
	-moz-border-radius:  10px;
  	-webkit-border-radius: 10px;
  	-moz-box-shadow: 0px 0px 5px #999999;
  	-webkit-box-shadow: 0px 0px 5px #999999;
  	border: 1px solid #FFFFFF;
  	font-weight: bold;
}

/* ARTICULOS*/

.articulolist {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #666666;
}

.articulolist .datolist {
  float: left;
  width: 100%;
  text-align: justify;
}

/* ASOCIACIONES*/

.asociacioneslist {
  margin-bottom: 10px;
  border: 1px solid #666666;
  -moz-border-radius:  10px;
  -webkit-border-radius: 10px;
  -moz-box-shadow: 0px 0px 5px #999999;
  -webkit-box-shadow: 0px 0px 5px #999999;
}

.asociacioneslist a:hover {
  color: #FF6600;
}

.fichaasoc th {
  padding-right: 10px;
}

.fichaasoc td {
  font-weight: bold;
}

.fichaasoc td a {
  text-decoration: underline;
}


.mapaasoc {
  border-top: 1px dotted #666666;
  margin-top: 5px;
  padding: 10px 0px 0px 0px;
}

.fichaasoc #map {
  width: 500px;
  height: 300px;
  margin: auto;
}

.fichaasoc #mapa2 {
  width: 500px;
  height: 300px;
  margin: auto;
}

/* PUBLICACIONES*/

.pubsus {
	width: 50%;
	margin: auto;
	padding: 10px;
	border: 1px solid #333333;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;   
	background-color: #EFFBFF;
	-moz-box-shadow: 0px 0px 10px #3BC2ED;
}
#easyTooltip {
  padding:5px;
  border:1px solid #ccc;
  background:#2690f9;
  background-image: url("../imagenes/bg.gif");
  background-position: bottom;
  background-repeat: repeat-x;
  color: #FFFFFF;
  font-weight: bold;
}

.menupublis {
  width: 200px;
  margin-right: 10px;
  float: left;
}

#contpu {
  float: left;
  width: 500px;
}


.listpubli {
  background-color: #666666;
  color: #FFFFFF;
  margin: 1px 0px;
  -moz-border-radius:  5px;
  -webkit-border-radius: 5px;
}

.listpubli:hover {
  background-color: #FAA511;
}


.listpubli a {
  color: #FFFFFF;
  padding: 6px;
  display: block;
  cursor: pointer;
}

.listpubli a:hover {
  color: #333333;
}

.titpubli {
  padding: 10px;
  margin-bottom: 10px;
  background-color: #26B9E9;
  color: #FFFFFF;
  -moz-border-radius:  10px;
  -webkit-border-radius: 10px;
}

.contenpubli {
  padding: 10px;
  background-color: #CCCCCC;
  color: #333333;
  margin: 10px 0px;
  -moz-border-radius:  10px;
  -webkit-border-radius: 10px;
}

.publicacion {
  float: left;
  padding: 12px;
  border: 1px solid #333333;
  -moz-border-radius:  10px;
  -webkit-border-radius: 10px;
  margin: 5px 15px !important;
  margin: 5px 10px;
  text-align: center;
  width: 110px;
  height: 160px;
  background-color: #CCCCCC;
}

.publicacion:hover {
  background-color: #F9AF06;
}

.portada {
  border: 1px solid #666666;
  background-color: #FFFFFF;
  width: 90%;
  height: 120px;
  margin: auto;
  -moz-border-radius:  10px;
  -webkit-border-radius: 10px;
}


.publicacion img {
  border: 1px solid #666666;
  padding: 4px;
  background-color: #FFFFFF;
}


/* SEDES*/

.sedes {
  width: 97%;
  padding: 10px;
  border: 1px solid #09ADE2;
  background-color: #E0F7FE;
  margin-top: 10px;
  -moz-border-radius:  10px;
  -webkit-border-radius: 10px;
}

.sede {
  width: 90%;
  padding: 5px;
  margin: auto;
  margin-bottom: 10px;
  border: 1px solid #CCCCCC;
  background-color: #FFFFFF;
  -moz-border-radius:  5px;
  -webkit-border-radius: 5px;
}


/* MANIFIESTOS*/

.manifiestolist {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #666666;
}

.manifiestolist .adjunlist {
  float: right;
  padding: 5px 10px;
  border-right: 1px dotted #999999;
}

/* LINKS*/

.linkytipo {
  padding: 10px 0px;
  border-bottom: 1px dotted #999999;
}

.linky {
  border-bottom: 1px dotted #999999;
}

.linky a{
  padding: 6px 0px 6px 25px;
  display: block;
}

.linky a:hover{
  background-color: #f3f3f3;
  background-image: url("../imagenes/linky_bg.png");
  background-position: 98% center;
  background-repeat: no-repeat;
  font-weight: bold;
}


/* MENU*/

.menu {
  width: 1020px;
  font-family: Verdana;
  font-size: 10px;
  margin-left: 2px;
  /*background-color: #e8ae08;*/
  background-image: url("../imagenes/menu_bgr.png");
  background-repeat: repeat-x;
  background-position: bottom;
  padding-bottom: 10px;
  /*-moz-border-radius: 10px;
  -webkit-border-radius: 10px;*/
}

.menu .selli {
  background-image: url("../imagenes/menu_sel.png");
  background-position: bottom;
  background-repeat: repeat-x;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #FBDA80;
}

.menu .selli:hover {
  background-image: url("../imagenes/menu_sel.png");
  text-transform: uppercase;
  font-weight: bold;
  background-color: #FBDA80;
}

.inicio {
  background-image: url("../imagenes/bgr_inicio.png");
  background-repeat: repeat-x;
  background-position: bottom;
  height: 40px;
  padding: 0px 10px;
  float: right;
  color: #FFFFFF;
  font-weight: bold;
}

.inicio td {
  text-align: center;
  padding: 0px 5px;
}

.inicio a{
  color: #FFFFFF;
  display: block;
}

/* MAPA*/

#map {
  width: 100%;
  margin-top: 10px;
  height: 500px;
  border: 1px solid #666666;
}

#mapa2 {
  width: 100%;
  margin-top: 10px;
  height: 500px;
  border: 1px solid #666666;
}


/* BANNER*/
 .banner {
  cursor:default;
  margin:auto;
  text-align:center;
  width:250px;
  margin-bottom: 10px;
 }

/* RSS*/
#rss {
  width: 90%;
  margin: auto;
  text-align: center;
}

/* SOCIALES*/
.sociales {
  border: 1px solid #666666;
  -moz-border-radius:  10px;
  -webkit-border-radius: 10px;
  -moz-box-shadow: 0px 0px 5px #999999;
  -webkit-box-shadow: 0px 0px 5px #999999;
  width: 188px;
  margin: auto;
  margin-top: 10px;
  padding: 10px;
  background-color: #FFFFFF;
  background-image: url(../imagenes/bgr_gztp.png);
  background-position: bottom;
  background-repeat: repeat-x;
}


/* CALENDARIO*/

.titagenda {
  background-image:url(imagenes/tit_agenda.png);
  background-position:center center;
  background-repeat:no-repeat;
  color:#FFFFFF;
  font-size:14px;
  font-weight:bold;
  height:29px;
  margin:auto;
  padding:10px 0 0 0;
  text-align:center;
  text-transform:uppercase;
  width:230px;
}

.titagenda a {
  color: #FFFFFF;
  display: block;
}


#calendario {
  width: 250px;
  cursor: default;
  text-align: center;
  margin: auto;
}

#calendario a {
  display: block;
}


#calendario td {
  padding: 5px 8px;
}

#calendario td a {
  color: #000000;
}

.calen {
cursor:pointer;
}

#calendario .dias {
  /*background-color: #FFFFFF;*/
}

#calendario .dias td:hover {
  background-image: url("imagenes/cal_hover.png");
  background-repeat: no-repeat;
  background-position: center center;
  color: #FFFFFF;
}

#calendario .dias td:hover a {
  color: #FFFFFF;
}

#calendario .dias .nodia {

}

#calendario .dias .nodia:hover {
  background-image: none;
}


#calendario .tdfinde {
  color: #0089C5;
}

#calendario .tdfinde a {
  color: #0089C5;
}

#calendario .tdhoy {
  background-image: url("imagenes/cal_hoy.png");
  background-position: center center;
  background-repeat: no-repeat;
  color: #0089C5;
}

#calendario .tdhoy a {
  color: #0089C5;
}


#calendario .tdeve {
  background-image: url("imagenes/cal_eve.png");
  background-position: center center;
  background-repeat: no-repeat;
  color: #FFFFFF;
}

#calendario .tdeve a {
  color: #FFFFFF;
}

#calendario .tdhoyeve {
  background-image: url("imagenes/cal_hoyeve.png");
  background-position: center center;
  background-repeat: no-repeat;
  color: #0089C5;
}

#calendario .tdhoyeve a {
  color: #0089C5;
}

#calendario .cal_tit_hoy {
  padding-bottom: 5px;
  font-weight: bold;
  text-decoration: underline;
}


#calendario .cal_hoy {
  margin: auto;
  padding: 5px 0px 5px 0px;
  border-bottom: 1px dotted #0089C5;
  text-align: left;
  width: 85%;
}

#calendario .cal_prog_mes {
  width: 85%;
  margin: auto;
  padding: 5px 0px;
  text-decoration: underline;
  text-align: center;
}

/* PAGINADOR*/

.paginador {
  background-color: #FF8D2B;
  border: 1px solid #EC6A00;
  color: #000000;
  margin-top: 10px;
  height: 21px;
  padding: 5px 10px;
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;

}

        .paginador a{
          color: #000000;
        }

.pagseleccionado {
  border: 1px solid #666666;
  background-color: #FFFFFF;
  padding: 1px 2px;
  margin-right: 4px;
  margin-top: 3px;
  font-weight: bold;
  float: left;
  /*width: 10px;*/
}

.pag {
  margin-right: 4px;
  margin-top: 5px;
  float: left;
  /*width: 10px;*/
}

.pagdibu {
  margin-right: 4px;
  margin-top: 1px;
  float: left;
  width: 10px;
}

/* PIE*/

.pie {
  background-image: url("../imagenes/pie_bgr.png");
  background-position: top center;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 0px;
}

/* VARIOS*/

img {
  border: none;
  outline: none;
}

.finflotar {
  clear: both;
}

a {
  text-decoration: none;
  color: #333333;
}

.amarillo {
  color: #F5B413;
}

.amarillob {
  background-color: #F5B413;
}

.morado {
  color: #9800aa;
}

.moradob {
  background-color: #9800aa;
}

.subrrayado {
  text-decoration: underline;
}

.white {
  color: #FFFFFF;
}

.may {
  text-transform: uppercase;
}

.negrita {
  font-weight: bold;
}

.mayusculas {
 text-transform: uppercase;
}


input[type="text"], input[type="password"], select {
  border: 1px solid #999999;
  padding-bottom: 2px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

input[type="submit"] {
  border: 1px solid #999999;
  background-color: #EEEEEE;
  color: #333333;
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 2px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

input[type="submit"]:hover {
  cursor: pointer;
}


.oculto {
  display: none;
}

.sele {
  float: left;
  cursor: copy;
  position:relative;
  left:220px;
  margin-left:-11px;
  margin-top:-16px;
}

body:nth-of-type(1) .sele {
  margin-top: 0px;
}

.azul {
  color: #0089C5;
}

.naranja {
  color: #f5923f;
}


.azulb {
  background-color: #0089C5;
}


.negro {
  color: #000000;
}

.nop {
  padding: 0px;
}

.nom {
  margin: 0px;
}

.gigante {
  font-size: 18px;
}

.media {
  font-size: 12px;
}


.justify {
  text-align: justify;
}

.navegador {
  float:right;
  left:-10px;
  top: -15px;
  position:relative;
}

body:nth-of-type(1) .navegador {
  top: -3px;
}

.pcentrado {
  text-align: center;
}

.pjustificado {
  text-align: justify;
}


select {
  /*text-transform: capitalize;*/
}

.rayado {
  background-image: url("imagenes/rayado.png");
  background-position: 0px 22px;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

td {
  /*border-bottom: 1px solid #666666;
  padding: 5px 0px 5px 0px;*/
}

.marcofoto {
  padding: 4px;
  background-color: #FFFFFF;
  border: 1px solid #333333;
}

.negrita {
  font-weight: bold;
}

.subrayado {
  text-decoration: underline;
}

.l02 {
  font-size: 10px;
}

.l12 {
  font-size: 12px;
}

.l14 {
  font-size: 14px;
}

.l16 {
  font-size: 16px;
}