/* CSS Document */


#banner {
        background-image: url(../imagenes/cabeceras/cabecon_40a.jpg);
        background-repeat: no-repeat;
        background-position: center;
}



.news-single-img {
  width: 10em;
  float: right;
}

/*************** TEXTOS  ***********/

.csc-firstHeader,
h1, h2, h3,
.texto_titular,
.texto_titular a,
.texto_titular a:visited,
.texto_titular_lineapuntos,
.titular_pagina,
.texto_normal_cursiva_color,
.texto_normal_color,
.texto_bold_color,
#cabecera_agenda,
#cabecera_noticias,
#cabecera_anuncios,
#contenido_izquierda a:link,
#contenido_izquierda a:visited {
        color: #317278;
}
.texto_titular_linea,
.texto_titular_lineapuntos,
.texto_titular_banda,
.texto_titular_banda1 {
        border-bottom-color: #317278;
        border-left-color: #317278;
}


/*************** ENLACES  ***********/
h2 a:hover {
  text-decoration: underline;
}
.texto_enlaces1,
.texto_enlaces2,
.enlaces_bold_color,
.enlace_normal_color a,
.enlace_normal_color_under a,
#contenido_izquierda a:link,
#contenido_izquierda a:visited,
#aqui a:hover  {
        color: #317278;
}


#lista_eventos {
  width: 64.273em;
}

#anuncios_coldere {
   visibility: hidden;
   display: none;
} 

#list_prox_eventos, #list_act_eventos, #list_pas_eventos  {
   padding-left: 1.727em;
   padding-right: 1.727em;
   padding-top: 1em;
   padding-bottom: 1em;
}

#list_prox_eventos h2 a:link,
#list_prox_eventos h2 a:visited,
#list_act_eventos h2 a:link ,
#list_act_eventos h2 a:visited,
#list_pas_eventos h2 a:link, 
#list_pas_eventos h2 a:visited {
   color: #317278;
}   

#list_prox_eventos {
     background-color: #F9F9F9;
}
#list_act_eventos {
   background-color: #c2d8d7;
}

#list_pas_eventos {
   background-color: #E2E2E2;
}

#espiral_on {
   background-image: url(../imagenes/espiral_on_40.jpg);
}
#espiral {
   background-image: url(../imagenes/espiral_40.jpg);
   padding-top: 2.273em;
        }
#espiral_off {
   background-image: url(../imagenes/espiral_off_40.jpg);
}

.texto_normal_cursiva_color {
  font-weight: bold;
}


/************** MAQUETACION MOVIL *********/

@media only screen and (max-width: 768px) {


#espiral {
       background-image: url(../imagenes/spacer.gif);
}

#lista_eventos {
  width: 96%;
  padding: 0;
}

#list_prox_eventos, #list_act_eventos, #list_pas_eventos  {
   padding-left: 0.455em;
   padding-right: 0.455em;
}

}


