/* CSS Document */
#banner {
  background-image: url(../imagenes/cabeceras/cabecon_docencia2.jpg);
  background-repeat: no-repeat;
        background-position: center;
}
#contenido_derecha {
  border: 0.091em solid #663300;
  border-radius:0.455em;
}

#contenido_izquierda .indice {
   border-color: #663300;
}

/*************** MENUS  ***********/

#menu_doc a, #menu_doc a:hover  {
  background-color: #dedfde;
}
#menu_doc a {
   color: #663300;
   text-decoration: underline;
}

#txt_doc {
   color: #000000;
   background-color: #dedfde;
   display: block;
}

#menu_ini:hover ~ #txt_doc,
#menu_hos:hover ~ #txt_doc,
#menu_ciu:hover ~ #txt_doc,
#menu_inv:hover ~ #txt_doc,
#menu_pro:hover ~ #txt_doc, 
#menu_don:hover ~ #txt_doc,
#menu_inf:hover ~ #txt_doc {
     display: none;
}

#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: #663300;
}

/*************** 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, 
#contenido_izquierda a:link, 
#contenido_izquierda a:visited {
  color: #663300;
}
.texto_titular_linea, 
.texto_titular_lineapuntos,
.texto_titular_banda,
.texto_titular_banda1 {
  border-bottom-color: #663300;
  border-left-color: #663300;
}


/*************** 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,
#contenido_derecha a:link, 
#contenido_derecha a:visited,
#aqui a:hover  {
  color: #663300;
}


/********* FORMULARIOS **********/
.yform legend,
.yform label,
.form_campo  {
  color:#663300;
}

/* Portada*/

#caja_portada {
    border: 0.091em solid #663300;
}

.banner_ad {
   border: 0.091em solid #663300;
}

.banner_ad a {
   color: #663300;
}



/************************************ MAQUETACION MOVILES ***************************/

@media only screen and (max-width: 768px) {

#m_tercera_franja {
  background-color: #663300;
}

.area::before {
  content: "Docencia";
}

}

/***************************** FIN MAQUETACION MOVILES *****************************/




