/* CSS Document */

#banner {
	background-image: url(../imagenes/cabeceras/cabecon_comunicacion_22.jpg);
	background-repeat: no-repeat;
        background-position:  center; 
}
#contenido_derecha {
	border: 0.091em solid #006633;
}

/*************** MENUS  ***********/

#txt_ini {
   color: #000000;
   background-color: #dedfde;
   display: block;
}

#menu_hos:hover ~ #txt_ini,
#menu_ciu:hover ~ #txt_ini,
#menu_doc:hover ~ #txt_ini,
#menu_inv:hover ~ #txt_ini,
#menu_pro:hover ~ #txt_ini,
#menu_don:hover ~ #txt_ini,
#menu_inf:hover ~ #txt_ini {
   display: none;
}


#menu_ini a, #menu_ini a:hover  {
  background-color: #dedfde;
}
#menu_ini a {
   color: #000000;
   text-decoration: underline;
}


#niveles,
#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: #006633;
}

/*************** 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: #006633;
}
.texto_titular_linea,
.texto_titular_lineapuntos,
.texto_titular_banda,
.texto_titular_banda1 {
        border-bottom-color: #006633;
        border-left-color: #006633;
}

/*************** 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: #006633;
}


/************************************ MAQUETACION MOVILES ***************************/

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

#m_tercera_franja {
  background-color: #006633;
}

.area::before {
  content: "Comunicacion";
}

}

/***************************** FIN MAQUETACION MOVILES *****************************/


