/* Override styles in this file */
@import 'dialogs.css';
@import 'layer-list.css';
@import 'legend-dialog.css';
@import 'sliders.css';

#title {
  top: 15px;
  left: 400px;
  font-size: 25px;
  color: #17b94a;
}

/*Cambio de los banner*/

/*Anular el banner izquierdo*/

/*#banner-izq {
  display: none;
}*/

/*Adaptacion logo ministerio*/

#flag {
  position: relative;
  top: 12px;
  left: 12px;
  height: 69px;
  width: auto;
  z-index: 1100;
  background: url(../static/img/logoambiente.png) no-repeat 0 0;
  background-size: 330px 70px;
}

#banner {
    height: 92px;
    width: 100%;
    background-color: rgba(255,255,255,.9);
}

#toolbar {  
    background-color: rgba(0,0,0,0.3);
    height: 50px;
    z-index: 2000;
    position: relative;
    padding-right: 10px;
}

body {
  font: "Trebuchet MS", sans-serif;
}
