/* CSS Document */
#banner {
  background-repeat: no-repeat;
  background-position: center;
}

#contenido_derecha {
	border: 0.091em solid #130081;
}

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

/* Color menu */

#menu_inf , #menu_inf:hover  {
  background-color: #dedfde;
}

#menu_inf a {
   color: #130081;
   text-decoration: underline;
}

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

#menu_ini:hover ~ #txt_inf,
#menu_hos:hover ~ #txt_inf,
#menu_ciu:hover ~ #txt_inf,
#menu_doc:hover ~ #txt_inf,
#menu_inv:hover ~ #txt_inf,
#menu_pro:hover ~ #txt_inf,
#menu_don:hover ~ #txt_inf {
     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, 
#cabecera_agenda, 
#cabecera_noticias, 
#cabecera_anuncios,
#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;
}


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

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


#m_tercera_franja {
  background-color: #130081;
}

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

}

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


