/* CSS Document */
#banner {
	background-image: url(../imagenes/cabeceras/cabecon_videoteca.jpg);
}

.filete_horizontal {
    height: 1.182em;
}

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

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

#m_tercera_franja {
  background-color: #006633;
}

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

}

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



