/* CSS Document */
#banner {
	background-image: url(../imagenes/cabeceras/cabecon_40a.jpg);
	background-repeat: no-repeat;
        background-position: center;
}

.linea {
	background-image: url(../imagenes/punto_economica.gif);
	background-repeat: repeat-x;
	height: 1.818em;
	background-position: center;
}

#agenda  {
     float: right;
     width: 31.364em;
     margin-left: 1.818em;
     padding-left: 1.818em;
     padding-top: 1.182em;
     padding-bottom: 0.909em;
     height: 36.364em;
     border: 0.182em solid #97252f;
     border-radius:0.455em;
     overflow: auto;
}

#agenda_act, 
#agenda_pro {
    width: 29em;
}

#agenda_act  {
   background-color: #edcfc7;
}

#agenda_cie  {
     float: left;
     width: 31.364em;
     margin-left: 1.818em;
     padding-left: 1.818em;
     padding-top: 1.182em;
     padding-bottom: 0.909em;
     height: 36.364em;
     border: 0.182em solid #97252f;
     border-radius:0.455em;
     border: 0.182em solid #336669;
     overflow: auto;
}

#agenda_act_cie,
#agenda_pro_cie {
    width: 29em;
}

#agenda_act_cie  {
  background-color: #c2d8d7;
}

.enlace_inicio_are a {

}

.contenidos_inicioexarea p {
  margin-bottom: 1em;
}

  
/*************** 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: #336669;
}
.texto_titular_linea,
.texto_titular_lineapuntos,
.texto_titular_banda,
.texto_titular_banda1 {
        border-bottom-color: #336669;
        border-left-color: #336669;
}

h1 {
   line-height: 1.091em;
}

h2 {
  font-size: 1.455em;
}


/*************** ENLACES  ***********/
.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: #336669;
}

#agenda a:link,
#agenda a:visited,
#agenda_cie a:link,
#agenda_cie a:visited  {
    font-size: 1.091em;
    color: #002d36;
}



/************************************ MAQUETACION MOVILES ***************************/

@media only screen and (max-width: 768px) {

#m_tercera_franja {
  background-color: #336669;
}

.area::before {
  content: "40 Aniversario";
}

}

/***************************** FIN MAQUETACION MOVILES *****************************/




