/* CSS Document */
#banner {
  background-image: url(../imagenes/cabeceras/cabecon_ciudadania.jpg);
  background-repeat: no-repeat;
  background-position:  center;
}
#contenido_derecha {
  border: 0.091em solid #130081;
  border-radius:0.455em;
}



/*************** MENUS  ***********/



#menu_ciu a, #menu_ciu a:hover  {
  background-color: #dedfde;
}
#menu_ciu a {
   color: #130081;
   text-decoration: underline;
}

/* Color menu */

#txt_ciu {
   color: #000000;
   background-color: #dedfde;
   display: block;
}


#menu_ini:hover ~ #txt_ciu,
#menu_hos:hover ~ #txt_ciu,
#menu_doc:hover ~ #txt_ciu,
#menu_inv:hover ~ #txt_ciu,
#menu_pro:hover ~ #txt_ciu,
#menu_don:hover ~ #txt_ciu,
#menu_inf:hover ~ #txt_ciu {
     display: none;
}

#menu_iz DIV.menu1-level1-act a,
#menu_iz DIV.menu1-level1-no a:hover,
#menu_iz DIV.menu1-level2-act a,
#menu_iz DIV.menu1-level2-no a:hover,
#menu_iz DIV.menu1-level3-act a,
#menu_iz DIV.menu1-level3-no a:hover,
#menu_iz a:focus  {
        color: #130081;
}

/*************** TEXTOS  ***********/

.csc-firstHeader,
h1, h2, h3, h4,
.texto_titular, 
.texto_titular a, 
.texto_titular a:visited,
.texto_titular_lineapuntos,
.titular_pagina, 
.texto_normal_cursiva_color, 
.texto_normal_color, 
.texto_bold_color, 
#niveles, 
#cabecera_noticias, 
#contenido_izquierda a:link, 
#contenido_izquierda a:visited {
  color: #130081;
}
.texto_titular_linea, 
.texto_titular_lineapuntos,
.texto_titular_banda,
.texto_titular_banda1 {
  border-bottom-color: #130081;
  border-left-color: #130081;
}


/*************** 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: #130081;
}

/********* IMAGENES *************/
.cartel_teletra {
     height: 70.636em; 
     width: 50.000em;
}


/********* FORMULARIOS **********/
.yform legend,
.yform label,
.form_campo  {
  color:#130081;
}

/********** PORTADA ***************/

#caja_portada {
    border: 0.091em solid #130081;
}

.banner_ad {
   border: 0.091em solid #130081;
   padding-top: 1em;
}

.banner_ad a {
   color: #130081;
}


/************************************ MAQUETACION MOVILES ***************************/

@media only screen and (max-width: 768px) {


#m_tercera_franja {
  background-color: #130081;
}

.area::before {
  content: "Ciudadania";
}

}

/***************************** FIN MAQUETACION MOVILES *****************************/



