/* Usar html>body delante de las etiquetas para estilos Firefox */

body {
margin : 5px 0px 0px 0px;
text-align: left;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
color: #000000;
font-size:small;
margin:auto;
}

a { 
color: #dc291e; 
text-decoration: underline;
} 

a:hover { 
color: #ffffff;
background-color:#dc291e;
} 

a img {
border: 0;
display: block;
margin: auto;
}

ul {
padding-left: 0; /*Limpieza de márgenes (se puede cambiar)*/
list-style-type: none;
margin: 8px;	
}

li {
margin: 4px 0 8px 0;
background: url(/img/menus/enlace.png) left top no-repeat;
padding-left: 12px;
}

ul ul li {
margin: 4px 0 8px 0;
background: url(/img/menus/enlace.png) left top no-repeat;
padding-left: 16px;
}


/* ESTILOS CONTENIDOS */
#contenedor-nofloats {
clear: both;
}

#contenido {
  margin-left: 220px;
}


#contenedor-seccion-derecha {
width: 200px;
float: left;
}

#contenedor-derecha-sati {
width: 238px;
float: left;
height: 550px;
}

.ContenedorDosColumnasDerecha {
width: 250px;
float: left;
margin: 5px 0;
}

#PortadaDestacadosFoto {
width: 160px;
float: left;
margin: 0;
text-align: left;
}

#PortadaDestacadosTexto {
width: 280px;
float: left;
margin: 0 0 0 20px;
text-align: justify;
}

.ContenedorPortadaDerecha {
width: 250px;
float: left;
margin: 5px 0 0 0;
}

#PortadaCarteles {
width: 250px;
float: left;
clear: both;
}

#PortadaUltimasNoticias {
width: 250px;
clear: both;
float: none;
}

#PortadaNoticias {
width: 250px;
clear: both;
float: none;
}

.ContenedorPortadaNoticias {
width: 250px;
text-align: justify;
padding: 5px 0 5px 0;
background: #f5f5f5;
display: block;
overflow: auto;
}

.ContenedorPortadaNoticias ul, .FechaEventosPortada ul {
padding-left: 0; /*Limpieza de márgenes (se puede cambiar)*/
list-style-type: none;
margin: 8px;

}

.ContenedorPortadaNoticias li, .FechaEventosPortada li {
margin: 4px 0 8px 0;
background: url(/img/menus/enlace.png) left top  no-repeat;
padding-left: 12px;
}

.ContenedorPortadaNoticias li a, .FechaEventosPortada li a {
text-decoration: none;
color:#000000;
font-size: 0.85em;
}

.ContenedorPortadaUltimasNoticias {
width: 250px;
text-align: justify;
padding: 5px 0 5px 0;
background: #f5f5f5;
display: block;
overflow: auto;
}

.ContenedorPortadaUltimasNoticiasFoto {
width: 45px;
padding: 0 5px 0 0;
text-align: left;
float: left
}

.ContenedorPortadaUltimasNoticiasTexto {
width: 200px;
text-align: left;
float: left;
font-size: 11px;
}



.FechaEventosPortada li a {
font-weight: bold;
}

.ContenedorPortadaNoticias li a:hover, .FechaEventosPortada li a:hover {
color:#FFFFFF;
}


.div-foto-centrada {
width: 100%;
text-align: center;
margin: 0 0 1em 0;
}

#titulo-seccion-derecha {
color: #dc291e; 
text-decoration: none;
font-size: 1.3em;
font-weight: bold;
padding: 0 0 0 5px;
line-height: 1.1em;
background-color: #F5F5F5;
background-image: url(/img/menus/fondo-cuadro-menu.gif);
background-repeat: repeat-x;
background-position: bottom;
width:195px;
}

.limpia-margenes {
  height: 0;
  clear: both;
  float: none;
  display: block;
}

#titulo-pagina {
text-decoration: none;
font-weight: bold;
display: block;
background:  url(/img/menus/FondoMenuArriba.gif) #f5f5f5 no-repeat top left; 
width:100%;
text-align:left;
overflow: auto;
}

.titulo-pagina-rojo {
background-color: #dc291e;
width:100%;
margin: 0 0 10px 0;
}

.elemento-formulario {
width: 100%;
text-align: left;
margin: 12px 0 12px 0;
font-size: 0.9em;
color: #0066CC;
}

.FormularioOpcion {
font-weight: bold;
color: #000000;
}

.FormularioCampo {
width: 100%;
text-align: left;
margin: 12px 0 12px 0;
font-size: 0.8em;
font-weight: bold;
}

.comentario-formulario {
color: #999999;
font-weight: normal;
font-size: 10px;
}

.lopd-formulario {
width: 100%;
text-align: justify;
margin: 1em 0 0 0;
font-size: 0.7em;
clear: both;
border-top: 2px solid #F5F5F5;
border-bottom: 2px solid #F5F5F5;
padding: 1em 0 1em 0;
}

.div-estado {
text-align: left;
margin: 8px 0 8px 0;
font-weight: bold;
font-size: 1em;
color: #003399;
background-color:#FFFFCC;
width: 200px;
}

.ContenedorNormal2 {
width: 100%;
text-align: justify;
margin: 1em 0 0 0;
}

.ContenedorNormal, .ContenedorNormalListado, .ContenedorNormalSinMargen, .ContenedorNormalMargen5 {
width: 100%;
text-align: justify;
float: none;
clear: both;
}

.ContenedorNormal, .ContenedorNormalListado {
margin: 12px 0 0 0;
}

.ContenedorNormalMargen5 {
margin: 0 0 0 5px;
}

.ContenedorNormalSinMargen {
margin: 0;
}

.ContenedorNormalListado {
padding: 0 0 12px 0;
border-bottom: 1px solid #000000;
}

.ContenedorCentrado, .ContenedorCentradoEnmarcado {
width: 100%;
text-align: center;
margin: 1em 0 0 0;
overflow: auto;
}

.ContenedorCentradoEnmarcado {
background-color: #DDDDDD;
border: solid 1px #000000;
padding: 5px 0 5px 0;
float: none;
clear: both;
margin: 12px 0 0 0;
}

.Div2ColumnasCentradas {
width: 49%;
margin: 0;
float: left;
text-align: center;
}

.Div3ColumnasCentradas {
width: 33%;
margin: 0;
float: left;
text-align: center;
}

.Div4ColumnasCentradas {
width: 24%;
margin: 0;
float: left;
text-align: center;
}

.ContenedorVolver {
width: 100%;
text-align: center;
margin: 1.5em auto 1em auto;
}

.ContenedorCentrado-sinmargenes {
width: 100%;
text-align: center;
}

#sinmargenes {
width:100%;
margin: 0;
}

.titulo-pregunta-formulario {
width:100%;
text-align:left;
margin: 0.5em 0 0.5em 0;
font-size: 0.8em;
font-weight: bold;
color: #660000;
}

.pregunta-formulario {
width:100%;
text-align:left;
margin: 0 0 0.5em 0;
padding: 0 0 2px 0;
border-bottom: 2px solid #000000;
font-size: 0.7em;
line-height: 1.4em;
color: #888888;
}

#listado-conlinea {
width:100%;
text-align:justify;
margin: 4px 0 4px 0;
padding: 0 0 2px 0;
border-bottom: 2px solid #000000;
font-size: 0.8em;
line-height: 1.4em;
}

#listado-conlinea a {
font-size: 1.1em;
}


#listado-sinlinea {
width:100%;
text-align:justify;
padding: 4px 0 4px 0;
}

.listado-tipo1 {
width:100%;
text-align:left;
margin: 0.7em 0 0.7em 0;
}

.listado-tipo1-titulo {
width:100%;
text-align: justify;
margin: 0 0 6px 0;
}

.listado-tipo1-item, .listado-tipo1-itemazul {
width:98%;
text-align: left;
padding: 0 0 0.4em 2%;
font-size: 0.8em;
}

.listado-tipo1-itemazul {
color: #003399;
}

.listado-tipo2-item, .listado-tipo2-itemazul {
width:98%;
text-align: left;
padding: 0 0 0.7em 2%;
font-size: 0.9em;
}

.listado-tipo2-itemazul {
color: #003399;
}

.div-Subtitulo-azul {
font-size: 0.8em;
color: #003399;
font-weight: bold;
margin: 1em 0 0.5em 0;
}

.DivFechaEvento {
font-size: 0.9em;
color: #003399;
font-weight: bold;
margin: 0.5em 0 0.2em 0;
text-align: left;
}

.enmarcado {
width: 80%;
border: 1px solid #000000;
background-color: #F5F5F5;
padding: 5px 10px 5px 10px;
text-align: justify;
margin: 10px auto;
}

.enmarcado ul {
padding-left: 0; /*Limpieza de márgenes (se puede cambiar)*/
list-style-type: none;
margin: 0px;	
}

.enmarcado li {
margin: 4px 0 8px 0;
background: url(/img/bolita.gif) left top no-repeat;
padding-left: 16px;
}

.ContenedorNormal ul, .ContenedorNormal2 ul {
padding-left: 0; /*Limpieza de márgenes (se puede cambiar)*/
list-style-type: none;
margin: 8px;	
}

.ContenedorNormal li, .ContenedorNormal2 li {
margin: 4px 0 8px 0;
background: url(/img/menus/enlace.png) left top no-repeat;
padding-left: 12px;
}

.ContenedorNormal ul ul li, .ContenedorNormal2 ul ul li {
margin: 4px 0 8px 0;
background: url(/img/menus/enlace.png) left top no-repeat;
padding-left: 16px;
}

.div-publicaciones-nivel1 {
width: 100%;
text-align: left;
margin: 1em 0 0 0;
font-size: 0.9em;
font-weight: bold;
}

.div-publicaciones-nivel1 a {
text-decoration: none;
color:#000000;
}

.div-publicaciones-nivel2 {
width: 100%;
text-align: left;
margin: 0;
font-size: 0.9em;
font-weight: bold;
}

.div-publicaciones-nivel2 ul {
padding-left: 0; /*Limpieza de márgenes (se puede cambiar)*/
list-style-type: none;
margin: 12px;	
}

.div-publicaciones-nivel2 ul li {
margin: 3px 0 3px 0;
background: url(/img/menus/enlace.png) left top no-repeat;
padding-left: 16px;
}

.div-publicaciones-mini {
width: 220px;
padding:10px 10px 10px 10px;
text-align: center;
float:left;
font-size: 0.9em;
height: 190px;
}

#publicacion-foto {
width: 238px;
float: left;
text-align: left;
height: 300px;
}

/* ESTILOS CABECERANUEVA */
.CabeceraContenedor {
height:100px;
width: 100%;
clear: both;
float: none;
width: 955px;
margin: auto;
}

.CabeceraLinea {
background: #444444;
height:5px;
width: 100%;
clear: both;
float: none;
margin: 0 0 5px 0;
}

.CabeceraLogoZDM {
  width: 245px;
  float: left;
}

.CabeceraRoja {
background: #d4301b url(/img/Cabecera/FondoRojo2.gif) repeat-x top left;
height:52px;
width: 955px;
clear: both;
float: none;
margin: auto;
color: #FFFFFF;
}

.CabeceraRojaBuscador {
float:left;
width: 400px;
text-align: left;
padding: 0 0 0 10px;
padding-top: 14px;
}

.CabeceraRojaTwitter {
float:left;
width: 171px;
text-align: center;
padding-top: 8px;
}

.CabeceraRojaElTiempo {
float:left;
width: 364px;
text-align: right;
padding: 0 10px 0 0;
}

#CabeceraAdmin {
width: 100%;
clear: both;
text-align: center;
margin: 5px 0 10px 0;
}

/* FIN ESTILOS CABECERA */

/*** MENÚS ***/
.MenuZDM {
width: 200px;
text-align:left;
float: left;
margin: 5px 20px 15px 0;
}

.MenuZDM ul {
list-style-type: none;
margin: 0;	
}

.MenuZDM li {
padding: 7px 5px 0px 35px;
font-size: 14px;
color: #FFFFFF;
font-weight: bold;
width: 160px;
}

.MenuZDM li a {
text-decoration: none;
color: #FFFFFF;
}

.MenuZDM li a:hover {
text-decoration: underline;
background-color: #000000;
color: #FFFFFF;
}

.MenuZDM ul ul {
padding-top: 3px;

}

.MenuZDM ul ul li {
padding: 3px 0 3px 5px;
font-size: 12px;
background: url(/img/menus/FondoSubmenu.png) top left repeat-y;
color: #000000;
margin: 0;
border-bottom: 1px solid #000000;
width: 155px;

}

.MenuZDM ul ul li a {
text-decoration: none;
color: #000000;
}

.MenuZDM ul ul li a:hover {
text-decoration: underline;
background-color: #FFFFFF;
color: #000000;
}

.MenuLogoAyto {
width: 215px;
text-align:center;
float: none;
clear: both;
margin: 0;
}

/*** Estilos a borrar ***/

.ContenedorMenu {
width: 215px;
text-align:left;
float: left;
margin: 5px 0 15px 0;
}

.TituloMenu, .TituloMenuPortada, .TituloMenuAgenda, .TituloMenuDestacados, .TituloMenuActividades, .TituloMenuNoticias, .TituloMenuAyudas, .TituloMenuQuienesSomos, .TituloMenuBoletin, .TituloMenuInstalaciones, .TituloMenuTrofeos, .TituloMenuEnlaces, .TituloMenuContratacion, .TituloMenuMedia, .TituloMenuAutorizaciones, .TituloMenuZaragozaPirineos2022, .TituloMenuPunto  {
text-decoration: none;
font-size: 1.3em;
font-weight: bold;
padding: 0 0 0 20px;
line-height: 1.1em;
width:175px;
}

.TituloMenu {
background:  url(/img/menus/FondoMenu.gif) #f5f5f5 no-repeat top left; 
}

.TituloMenuPortada {
background:  url(/img/menus/FondoMenuPortada.gif) #f5f5f5 no-repeat top left; 
}

.TituloMenuAgenda {
background:  url(/img/menus/FondoMenuAgenda.gif) #f5f5f5 no-repeat top left; 
}

.TituloMenuDestacados {
background:  url(/img/menus/FondoMenuDestacados.gif) #f5f5f5 no-repeat top left; 
}

.TituloMenuActividades {
background:  url(/img/menus/FondoMenuActividades.gif) #f5f5f5 no-repeat top left; 
}

.TituloMenuNoticias {
background:  url(/img/menus/FondoMenuNoticias.gif) #f5f5f5 no-repeat top left; 
}

.TituloMenuAyudas {
background:  url(/img/menus/FondoMenuAyudas.gif) #f5f5f5 no-repeat top left; 
}

.TituloMenuQuienesSomos {
background:  url(/img/menus/FondoMenuQuienesSomos.gif) #f5f5f5 no-repeat top left; 
}

.TituloMenuBoletin {
background:  url(/img/menus/FondoMenuBoletin.gif) #f5f5f5 no-repeat top left; 
}

.TituloMenuInstalaciones {
background:  url(/img/menus/FondoMenuInstalaciones.gif) #f5f5f5 no-repeat top left; 
}

.TituloMenuTrofeos {
background:  url(/img/menus/FondoMenuTrofeos.gif) #f5f5f5 no-repeat top left; 
}

.TituloMenuEnlaces {
background:  url(/img/menus/FondoMenuEnlaces.gif) #f5f5f5 no-repeat top left; 
}

.TituloMenuContratacion {
background:  url(/img/menus/FondoMenuContratacion.gif) #f5f5f5 no-repeat top left; 
}

.TituloMenuMedia {
background:  url(/img/menus/FondoMenuMedia.gif) #f5f5f5 no-repeat top left; 
}

.TituloMenuAutorizaciones {
background:  url(/img/menus/FondoMenuAutorizaciones.gif) #f5f5f5 no-repeat top left; 
}

.TituloMenuZaragozaPirineos2022 {
background:  url(/img/menus/FondoMenuZaragozaPirineos2022.gif) #f5f5f5 no-repeat top left; 
}

.TituloMenuPunto {
background:  url(/img/menus/FondoMenuPunto.gif) #f5f5f5 no-repeat top left; 
}

.TituloMenu a, .TituloMenuPortada a, .TituloMenuAgenda a, .TituloMenuDestacados a, .TituloMenuActividades a, .TituloMenuNoticias a, .TituloMenuAyudas a, .TituloMenuQuienesSomos a, .TituloMenuBoletin a, .TituloMenuInstalaciones a, .TituloMenuTrofeos a, .TituloMenuEnlaces a, .TituloMenuContratacion a, .TituloMenuMedia a, .TituloMenuAutorizaciones a, .TituloMenuZaragozaPirineos2022 a, .TituloMenuPunto a {
text-decoration: none;
color:#000000;
}

.CierreCuadroMenu {
/* 
background:  url(/img/menus/FondoMenuAbajo.gif) #FFFFFF no-repeat top left; 
width:195px;
height: 10px;
clear: both;
*/
height: 5px;
clear: both;
}

.CierreCuadroMenuVacio {
/* 
background:  url(/img/menus/FondoMenuAbajo.gif) #FFFFFF no-repeat top left; 
width:195px;
height: 10px;
clear: both;
margin: 5px 0 0 0;
*/
height: 5px;
clear: both;
}

.CuadroMenu {
width: 195px;
float:left;
margin: 0 0 12px 0;
}



.ElementosMenu {
width: 190px;
float:left;
border-right: 1px solid #f5f5f5;
margin-left: 2px;

}

.ElementosMenu ul {
padding-left: 0; /*Limpieza de márgenes (se puede cambiar)*/
list-style-type: none;
margin: 8px;

}

.ElementosMenu li {
margin: 4px 0 8px 0;
background: url(/img/menus/enlace.png) left top  no-repeat;
padding-left: 10px;
}

.ElementosMenu ul ul li {
margin: 4px 0 8px 0;
background: url(/img/menus/enlace.png) left top no-repeat;
padding-left: 12px;
}

.ElementosMenu li a {
text-decoration: none;
color:#000000;
font-size: 0.85em;
}

.ElementosMenu li a:hover {
color:#FFFFFF;
}

#titulo-cuadro-menuizquierda {
color: #dc291e; 
text-decoration: none;
font-size: 1.3em;
font-weight: bold;
padding: 0 0 0 6px;
line-height: 1.1em;
background-color: #F5F5F5;
background-image: url(/img/menus/fondo-cuadro-menu.gif);
background-repeat: repeat-x;
background-position: bottom;
width: 200px;
float:left;
}

#titulo-cuadro-menuderecha {
color: #dc291e; 
text-decoration: none;
font-size: 1.3em;
font-weight: bold;
line-height: 1.1em;
background-color: #F5F5F5;
background-image: url(/img/menus/fondo-cuadro-menu.gif);
background-repeat: repeat-x;
background-position: bottom;
width: 206px;
float:left;
}

.cuadroservicios-portada {
width: 190px;
float:left;
margin: 0;
}

.cuadro-menu-abajoizquierda {
background-image: url(/img/menus/fondo-degradado.gif);
background-repeat: repeat-x;
width: 206px;
font-size: 0.8em;
text-align: left;
height: 16px;
padding: 2px 0 0 0;
float:left;
}

.cuadro-menu-abajoderecha {
background-image: url(/img/menus/fondo-degradado.gif);
background-repeat: repeat-x;
width: 200px;
font-size: 0.8em;
text-align: right;
height: 16px;
padding: 2px 6px 0 0;
float:left;
}





/*** FIN MENÚS ***/

/*** NOTICIAS ***/
.contenedor-noticias {
background-image: url(/img/fondo-rojo.gif);
background-repeat: repeat-x;
background-color: #F5F5F5;
width: 220px;
border: 1px solid #dc291e;
float:left;
text-align: left;
margin: 0 39px 10px 0;
}

.contenedor-noticias-seccion {
width: 100%;
background-color: #F5F5F5;
float:left;
margin: 25px auto;
text-align: center;
}

.noticias-foto {
width: 100%;
text-align: center;
margin: 5px 0 10px 0;
}

.noticia {
width: 210px;
font-size: 0.9em;
text-align: left;
padding: 10px 5px 10px 5px;
}

.noticia-seccion {
width: 90%;
font-size: 0.9em;
text-align: justify;
margin: 6px 10px 6px 10px;
}

.noticia a, .noticia-seccion a {
color: #000000;
text-decoration: none;
}

.noticia a:hover, .noticia-seccion a:hover {
color: #FFFFFF;
}

.barra-blanca {
color: #FFFFFF; 
background-color: #FFFFFF; 
height: 3px; 
width: 90%; 
border: 0; 
margin: 0 auto; 
text-align: center; 
}

.noticias-abajo {
width: 215px;
font-size: 0.8em;
text-align: right;
padding: 5px 0 5px 0;
}

.noticias-abajo-seccion {
width: 90%;
font-size: 0.8em;
text-align: right;
margin: 0 0 10px 0;
}

#TitularEvento, #TitularEventoCorto {
width: 100%;
text-align: justify;
margin: 0.5em 0 0 0;
font-size: 1.3em;
font-weight: bold;
color: #0066CC;
}

#EntradillaEvento,  #EntradillaEventoCorto {
font-weight: bold;
width: 100%;
text-align: justify;
margin: 1em 0 0 0;
font-size: 0.9em;
}

.InfoEvento,  .InfoEventoCorto {
width: 100%;
text-align: justify;
margin: 1em 0 0 0;
font-size: 0.9em;
}

.InfoEvento08 {
width: 100%;
text-align: justify;
margin: 0 0 3px 0;
font-size: 0.8em;
}

.VerTodos {
width: 100%;
text-align: justify;
margin: 12px 0 3px 0;
font-size: 0.8em;
float: none;
clear: both;
}

#CuerpoEvento, #CuerpoEventoCorto {
width: 100%;
text-align: justify;
margin: 1em 0 0 0;
font-size: 0.9em;
}

.TresPorFilaCentrados {
width: 33%;
text-align: center;
float: left;
}

.CuatroPorFilaCentrados {
width: 25%;
text-align: center;
float: left;
}

.CuatroPorFilaCentrados24 {
width: 24%;
text-align: center;
float: left;
}
/*** FIN NOTICIAS ***/

#contenedor-derecha {
width: 240px;
float: left;
text-align: center;
}

/*** AGENDA ***/
#contenedor-agenda {
background-image: url(/img/menus/fondo-f0.gif);
background-repeat: repeat-x;
width: 240px;
float:left;
text-align: left;
}

#titulo-agenda {
margin: 0 0 5px 0;
}

.FechaContenedor {
width: 100%;
float:left;
margin: 5px 0;
}

.FechaCalendario {
background: url(img/eventos/FondoCalendario.gif) left top no-repeat;
width: 65px;
height: 63px;
float: left;
}

.FechaCalendarioTexto {
width: 65px;
text-align: center;
float: left;
font-weight: bold;
font-size: 10px;
margin: 10px 0;
}

.FechaDia {
font-size: 2em;
color: #dc291e;
}


.evento a {
color: #000000;
text-decoration: none;
}

.evento a:hover{
color: #FFFFFF;
}

.barra-negra {
color: #000000; 
background-color: #000000; 
height: 1px; 
width: 100%; 
border: 0; 
margin: 10px 0 10px 0; 
text-align: left;
}
 
.agenda-abajo {
width: 240px;
font-size: 0.8em;
text-align: right;
padding: 5px 0 0 0;
}
/*** FIN AGENDA ***/


/*** DESTACADO Y FOTOS ***/
#destacado-foto {
width: 100%;
text-align: center;
margin: 25px 0 5px 0;
float: left;
}

#contenedor-logos {
width: 100%;
text-align: center;
float: left;
margin: 15px 0;
}

#logo-camaras {
width: 77px;
text-align: center;
float: left;
}

#logo-expo {
width: 36px;
text-align: center;
float: left;
}

#logo-feria {
width: 45px;
text-align: center;
float: left;
}

#logo-feuz {
width: 77px;
text-align: center;
float: left;
}

#contenedor-logos {
width: 100%;
text-align: left;
float: left;
}

/*** FIN DESTACADO Y FOTOS ***/


/*** PIE ***/

#contenedor-pie-enlaces {
clear: both;
border-top: 2px solid #F5F5F5;
text-align: center;
margin: 20px auto 0 auto;
padding: 10px 0;
width: 100%;
}

#pie-enlaces {
width: 96%;
}

.cuadro-pie-enlaces {
width: 16.6%;
text-align: left;
font-size: 0.7em;
float: left;
margin: 5px 0 10px 0;
min-width: 120px;

}

#pie {
clear: both;
width: 100%;
text-align: center;
margin: 10px 0 0 0;

}

#PieLinea{
clear: both;
border-top: 1px solid #CCCCCC;
border-bottom: 2px solid #CCCCCC;
width: 100%;
height: 1px;
overflow: auto;
float: none;
font-size: 0em;
margin: 0 0 8px 0;
}

#pie-izquierda {
width: 49%;
text-align: left;
font-size: 0.8em;
float: left;
margin: 0 0 0 5px;
}
#pie-derecha {
width: 49%;
text-align: right;
font-size: 0.8em;
float: left;
margin: 0 5px 0 0;
}

#pie-cierre {
width: 100%;
clear: both;
border-top: 2px dotted #CCCCCC;
height: 12px;
padding: 8px 0 0 0;
float:none;
font-size: 0em;
overflow: auto;
}

/*** FIN PIE ***/

/*** BOTONES Y CONTROLES ***/

.textbox {

}

.boton {
cursor:pointer;
}

.BotonAdmin {
height: 25px;
width:auto;
margin: auto;
cursor: pointer;
font-size: 14px; 
border: 1px solid #000000; 
padding: 4px;
background-color: #FFFF00;
color: #000000;
text-align:center;
font-weight: bold;
}

/*** FIN BOTONES Y CONTROLES ***/


/*** PAGINACIÓN ***/
#paginacion-contenedor {
width: 100%;
margin: 5px 0 0 0;
border: solid #000000 1px;
text-align: left;
clear: both;
float: none;
display: block;
min-height: 19px;
}

#paginacion-npagina {
color: #FFFFFF;
height: 19px;
float:left;
background-color:#000000;
padding: 0 5px 0 15px;
}

#paginacion-siguiente {
height: 19px;
float:left;
background-color: #003366;
padding: 0 10px 0 10px;
width: 120px;
}

#paginacion-cuadros-normal {
float:left;
width: 24px;
height: 1.4em;
margin: 0 3px 0 3px;
text-align: center;
background-color: #F0F0F0;
} 

#paginacion-cuadros-activo {
float:left;
width: 24px;
height: 1.4em;
margin: 0 3px 0 3px;
text-align: center;
background-color: #0066cc;
color: #FFFFFF;
} 

#paginacion-cuadros-activo a {
color: #FFFFFF;
} 

#paginacion-registros {
width: 100%;
text-align: right;
background-color: #F0F0F0;
padding: 0 2px 0 0;
}

/*** FIN PAGINACIÓN ***/


/*** LISTADO DE ENLACES ***/
.listado-enlaces {
width: 97%;
margin: 0.7em 0 0 3%;
text-align: left;
}

.ListadoEnlacesDosColumnas {
width: 97%;
margin: 12px 0 0 3%;
text-align: left;
}

.listado-enlaces ul, .ListadoEnlacesDosColumnas ul {
padding-left: 0; /*Limpieza de márgenes (se puede cambiar)*/
list-style-type: none;
margin: 1px;	
}

.listado-enlaces li, .ListadoEnlacesDosColumnas li {
margin: 0px 0 8px 0;
background: url(/img/menus/enlace.png) left top no-repeat;
padding-left: 3%;
font-size: 0.85em;
}

.ListadoEnlacesDosColumnas li {
width: 46%;
display: block;
float: left;
}

.listado-enlaces ul ul li, .ListadoEnlacesDosColumnas ul ul li {
margin: 4px 0 8px 0;
background: url(/img/menus/enlace.png) left top no-repeat;
padding-left: 10px;
}

.listado-enlaces li a, .ListadoEnlacesDosColumnas li a {
text-decoration: none;
color:#000000;
font-weight: bold;
}

.listado-enlaces li a:hover, .ListadoEnlacesDosColumnas li a:hover{
color:#FFFFFF;
}

.listado-enlaces-derecha-titulo {
width: 100%;
text-align: center;
margin: 0.7em 0 0.7em 0;
}

.listado-enlaces-derecha {
width: 230px;
background-color: #F5F5F5;
margin: 5px 0 1em 0;
padding: 5px 5px 5px 5px;
text-align: left;
}

.listado-enlaces-derecha ul {
padding-left: 0; /*Limpieza de márgenes (se puede cambiar)*/
list-style-type: none;
margin: 1px;	
}

.listado-enlaces-derecha li {
margin: 0px 0 8px 0;
background: url(/img/menus/enlace.png) left top no-repeat;
padding-left: 10px;

}

.listado-enlaces-derecha ul ul li {
margin: 4px 0 8px 0;
background: url(/img/menus/enlace.png) left top no-repeat;
padding-left: 10px;
}

.listado-enlaces-derecha li a {
text-decoration: none;
color:#000000;
font-size: 0.85em;
font-weight: bold;
}

.listado-enlaces-derecha li a:hover {
color:#FFFFFF;
font-weight: bold;
}

.listado-enlaces-derecha ul ul li a:hover {
color:#FFFFFF;
font-weight: normal;
}

/*** FIN LISTADO DE ENLACES ***/


/*** SpryCollapsiblePanel ***/

.contenedor-menu-derecha {
width: 230px;
margin: 5px 0 1em 0;
text-align: left;
}

#titulo-menu-derecha {
width: 225px;
text-align:left;
float: left;
height: 20px;
background-color: #000000;
font-size: 1.3em;
font-weight: bold;
color: #FFFFFF;
padding: 2px 0 0 5px;
margin: 0 0 10px 0;
}

.CollapsiblePanel {
width: 230px;
border: 1px solid #F5F5F5;
float:left;
margin: 5px 0 1em 0;
}

.CollapsiblePanelTab {
	color: #dc291e; 
	text-decoration: none;
	font-size: 1.3em;
	font-weight: bold;
	padding: 0 0 0 5px;
	line-height: 1.1em;
	background-color: #F5F5F5;
	background-image: url(../images/menus/fondo-cuadro-menu.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width:225px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

.CollapsiblePanelContent {
width: 230px;
float:left;
margin: 0;
}

.CollapsiblePanelContent ul {
padding-left: 0; /*Limpieza de márgenes (se puede cambiar)*/
list-style-type: none;
margin: 1px;	
}

.CollapsiblePanelContent li {
margin: 4px 0 8px 0;
background: url(../images/menus/enlace.png) left top no-repeat;
padding-left: 10px;
}

.CollapsiblePanelContent ul ul li {
margin: 4px 0 8px 0;
background: url(../images/menus/enlace.png) left top no-repeat;
padding-left: 10px;
}

.CollapsiblePanelContent li a {
text-decoration: none;
color:#000000;
font-size: 0.85em;
}

.CollapsiblePanelContent li a:hover {
color:#FFFFFF;
}

.CollapsiblePanelTab a {
	color: black;
	text-decoration: none;
}

.CollapsiblePanelOpen .CollapsiblePanelTab {
	background-color: #CCC;
}

.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-color: #CCC;
}

.CollapsiblePanelFocused .CollapsiblePanelTab {
	background-color: #CCC;
}

/*** FIN SpryCollapsiblePanel ***/




/*** TEXTOS ***/
h1 {
text-decoration: none;
font-size: 1.3em;
font-weight: bold;
display: inline;
color: #0066CC;
}

h2 {
font-size: 1em;
font-weight: bold;
display: inline;
color: #6699FF;
text-align: center;
}

h3 {
font-size: 0.9em;
font-weight: bold;
display: inline;
color: #0066CC;
}

h4 {
font-size: 0.8em;
font-weight: bold;
display: inline;
}

.titulo-menu-agenda {
color: #dc291e; 
text-decoration: none;
font-size: 1.3em;
font-weight: bold;
margin: 0 0 0 5px;
}

.titulo-menu {
text-decoration: none;
}

.titulo-seccion-blanco {
text-decoration: none;
color: #FFFFFF; 
}

.titulo-menu-blanco {
color: #FFFFFF; 
text-decoration: none;
font-size: 1.3em;
font-weight: bold;
margin: 0 0 0 5px;
text-align: left;
}

.enlace-menu {
text-decoration: none;
font-weight: bold;
color:#000000;
}

.enlace-blanco {
color: #FFFFFF;
}

.texto-small {
font-size: 0.7em;
}

.texto-08 {
font-size: 0.8em;
}

.texto-azul {
color: #0066CC;
}

.TextoAzul08{
color: #0066CC;
font-size: 0.8em;
}

.TextoGris10{
color: #777777;
font-size: 10px;
}

.TextoAzulBold{
color: #0066CC;
font-weight: bold;
}

.texto-rojo {
color: #dc291e;
}

.texto-normal {
font-size: 1em;
font-weight: normal;
text-decoration: none;
}

.texto-resaltado {
background-color: #ccc;
display: block;
}

.Texto11 {
font-size: 11px;
}



/*** FIN TEXTOS ***/



/*** ADMIN ***/

#AdminListadoContenedorItem {
width: 100%; 
clear: both;
border-bottom: #dedede solid 2px;
padding: 6px 0 6px 0;
overflow: auto;
}

#AdminListadoItemTexto {
float:left; 
max-width: 575px;
text-align: justify;
}

#AdminListadoItemOpciones {
float:right;
width: 50px;
text-align: center;
}

.FotografiasListOpciones {
float:left;
width: 56px;
text-align: center;
}

/*** FIN ADMIN ***/

.FotografiasList {
width: 170px;
text-align: center;
margin: 20px 10px 0 0;
float: left;
font-size: 10px;
}

.FotografiasListTexto {
width: 100%;
text-align: center;
clear: both;
}

.ContenedorCalendarioMes {
width: 200px;
}

.FaldonCiudadDeZaragoza {
width: 100%; 
clear: both;
border-bottom: #dedede solid 2px;
padding: 0 0 12px 0;
overflow: auto;
height: 70px;
background: url(/img/FaldonTrofeos.jpg) top left no-repeat;
}

.SubmenuHorizontal {
width: 100%;
text-align: left;
padding: 0 0 5px 0;
float: none;
clear: both;
background-color: #f5f5f5;
margin: 0;
}

.SubmenuHorizontal ul {
list-style-type: none;
margin: 0;
padding-left: 0;
}

.SubmenuHorizontal li {
margin: 0 20px 0 0;
background: url(/img/menus/enlace.png) left top no-repeat;
padding-left: 12px;
float: left;
}

.SubmenuHorizontal li a {
text-decoration: none;
color:#000000;
font-size: 0.85em;
font-weight: bold;
}

.SubmenuHorizontal li a:hover {
color:#FFFFFF;
}

.TituloSubmenuHorizontal {
font-size: 1em;
font-weight: bold;
color: #0066CC;
width: 100%;
text-align: center;
padding: 3px 0 3px 0;
float: none;
clear: both;
border-bottom: double #f5f5f5 solid 2px;

}

.CabeceraMediaMaraton {
width: 100%;
height: 50px;
margin: 0 0 12px 0;
float: none;
clear: both;
background: url(/MediaMaraton/img/Cabecera.jpg) no-repeat top left;
}

.Cabecera10k {
width: 100%;
height: 50px;
margin: 0 0 12px 0;
float: none;
clear: both;
background: url(/10kzaragoza/img/Cabecera.jpg) no-repeat top left;
}

.CabeceraCarreraPilar {
width: 100%;
height: 50px;
margin: 0 0 12px 0;
float: none;
clear: both;
background: url(/CarreraPilar/img/Cabecera.jpg) no-repeat top left;
}


.CabeceraSanSilvestre {
width: 100%;
height: 50px;
margin: 0 0 12px 0;
float: none;
clear: both;
background: url(/SanSilvestre/img/Cabecera.jpg) no-repeat top left;
}

.CabeceraZaragozaPirineos2022 {
width: 100%;
height: 60px;
margin: 0 0 12px 0;
float: none;
clear: both;
background: url(/img/CabeceraZaragozaPirineos2022.jpg) no-repeat top left;
}

.CabeceraPilar2010 {
width: 100%;
height: 66px;
margin: 0 0 12px 0;
float: none;
clear: both;
background: url(/img/Pilar/FaldonPilar2010.gif) no-repeat top left;
}


.Div2Columnas {
width: 49%;
margin: 0;
float: left;
text-align: left;
}

.EnlaceImg {
border: 0;
display: block;
margin: auto;
}

#contenedor-principal {
width: 955px;
text-align: center;
margin: auto;
}

#contenedor-principal1020 {
width: 1020px;
text-align: center;
margin: auto;
}

.ContenedorUnaColumna {
width: 735px;
float: left;
margin: 5px 0 10px 0;
}

.ContenedorUnaColumna800 {
width: 800px;
float: left;
margin: 5px 0 10px 0;
}

.ContenedorPortada {
width: 735px;
margin: 5px 0 10px 0;
float: left;
}

#contenedor-centro {
width: 520px;
float: left;
margin: 0 20px 10px 0;
}

#contenedor-centro-sati {
width: 472px;
float: left;
margin: 0 20px 10px 0;
text-align: justify;
}

.ContenedorDosColumnasIzquierda {
width: 460px;
float: left;
margin: 5px 20px 10px 0;
text-align: justify;
}

.ContenedorPortadaIzquierda {
width: 460px;
float: left;
margin: 5px 25px 0 0;
}

#PortadaDestacados {
width: 460px;
clear: both;
float: none;
text-align: justify;
}

#PortadaCalendario {
width: 460px;
clear: both;
float: none;
text-align: justify;
}

#titulo-pagina-columna-principal {
background-color: #F5F5F5;
width: 470px;
text-align: center;
display: block;
overflow: auto;
}

#publicacion-info {
width: 492px;
float: left;
margin: 0;
text-align: left;
height: 300px;
}

.FechaEventosPortada {
width: 395px;
float: left;
text-align: left;
}

.FieldSetLegendDefault {
color:#dc291e;
font-weight:bold;
font-size:14px;
}

.FieldSetDefault {
border-color:#666666;
width:96%;
padding:0 2% 0 2%;
margin: 10px 0 10px 0;
float:left;
}

.EnlaceImgInline {
display: inline;
}

.FaldonPatrocinadoresMedia {
width: 955px;
text-align: center;
margin: 20px auto;
overflow: auto;
height: 130px;
clear: both;
float: none;
}

.InformacionActividadesCabecera {
width: 100%;
margin: 5px 0 0 0;
float: none;
clear: both;
color: #0066CC;
font-weight: bold;
font-size: 14px;
}

.InformacionActividadesCabecera a {
color: #0066CC;
font-weight: bold;
font-size: 14px;
text-decoration: underline;
}

.InformacionActividadesCabecera a:hover {
color: #FFFFFF;
background-color: #0066CC;
}

.InformacionActividadesTexto {
width: 100%;
padding: 0 0 5px 0;
float: none;
clear: both;
}

.InformacionActividadesTexto p {
margin: 0;
}

.ZDMujerCabecera {
width: 735px;
float: left;
margin: 5px 0 10px 0;
height: 131px;
background: #FFFFFF url(img/ZaragozaDeporteMujer/Cabecera.gif) top left no-repeat;
}

.ZDMujerMenu {
width: 735px;
float: none;
clear: both;
}

.ZDMujerMenu ul {
list-style-type: none;
}

.ZDMujerMenu li {
width: 220px;
margin: 0 10px 6px 0;
float: left;
background-color: #ed2d38;
color: #FFFFFF;
font-weight: bold;
text-align: center;
font-size: 12px;
padding: 3px;
height: 28px;
}

.ZDMujerMenu li a {
color: #FFFFFF;
text-decoration: none;
background-color: none;
}

.ZDMujerMenu li a:hover {
color: #FFFFFF;
text-decoration: underline;
background-color: none;
}


