/**
 *
 * Copyright (c) 2010 Digitales por Chile ( http://digitalesporchile.org )
 * Dual licensed under the MIT and GPL licenses.
 * Check LICENCE-MIT and LICENSE-GPL for details.
 *
 **/

body {
  margin:0px 0px;
  padding:0px 0px;
  top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  font-family: 'Open Sans',arial,sans-serif;
}

.container {
  width:100%;
  height:100%;
  margin-top:0px;
  margin-left:0px;
  top:0px;
  left:0px;
  bottom:0px;
  display:inherit;
  z-index:1;
  position:absolute;
}

.mapa {
  width:100%;
  height:100%;
  margin-top:0px;
  margin-left:0px;
  top:0px;
  left:0px;
  bottom:0px;
}

h1{
margin:0;
padding:0;  
float:left;
margin-top:7px;
  
}
img{
  border:none;
}

/* menu */
.menu{
  position:absolute;
  z-index:999;
  top:20px;
  background-image:url('../images/trans.png');
  height:47px;
  width:300px;
}
  .menu .controlador_header{
    background-image:url("../images/header_slide.png");
    float:right;
    height:47px;
    margin-right:-31px;
    width:31px;
  }

.menu .botones{
     display:none;
     float:left;
     margin-left:31px;
     margin-top:13px;
}

    .menu .botones a{
      margin-left:25px;
      font-family: 'Open Sans', Arial, sans-serif;
      color: #ffffff;
      text-decoration: none;
      font-weight:normal;
      font-size: 17px;
    }

    .menu .botones .org{
      color: #4a8bc0;
}

/* buscador */

.buscador{
    color:#FFFFFF;
    font-size:12px;
    position:absolute;
    top:75px;
    width:228px;
    z-index:999;
    margin-left:-197px;
}

.buscador .formulario{
  width:192px;
  background-image:url('../images/trans.png');
  padding-left:5px;
  float:left;
}

  .buscador .formulario input{
    width:185px;   
    border:0px solid #4484b9;
    padding:5px; 
    color:#333;
    font-size:11px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
  }
  
  .buscador .formulario .boton{
    margin-top:5px;
    width:185px;
    padding:3px;
    background-color:#4484b9;
    color:#FFFFFF;
    font-size:12px;
    border:1px solid #4484b9;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    font-weight:bold;
  }
   
    .buscador .formulario .seleccion{
      display:block;
      margin-left:10px;
      width:200px;
    }    
      .buscador .formulario .seleccion .campo{
        width:20px;
        
        
      } 
        .buscador .formulario .seleccion .campo input{
        width:10px;
        border:none;
        
      }
      
      .control_buscador{
        background-image:url('../images/aleta_left.png');
        background-repeat:no-repeat;
        width:31px;
        float:right;
      }
      
      .close{
        display:none;
      }

/* estilos */
.estilos{
    color:#FFFFFF;
    font-size:12px;
    font-family: 'Open Sans', Arial, sans-serif;
    position:absolute;
    top:75px;
    width:223px;
    z-index:999;
    right:0px;
    overflow:hidden;
}
    .estilos .control_estilos{
       background-image:url('../images/aleta_right.png');
       background-repeat:no-repeat;
       width:31px;
       float:left;
       }

    .estilos .listado{
      width:187px;
  background-image:url('../images/trans.png');

      padding-left:5px;
      float:left;      
    }
    .pie_estilos{
      float:right;
    }
    .estilos .estilo{
      width:170px;
      float:left;
      margin-left:5px;
      margin-right:5px;
      
    }
    .oculta{
      float:right;
      margin-right:-192px;
      width:223px;
    }
    
/* footer */
.footer{
font-family: 'Open Sans', Arial, sans-serif;
position:absolute;
z-index:999;
bottom:0px;
right:0px;
padding:3px 5px;
background-image:url('../images/trans.png');
font-size:10px;
color:#fff;
vertical-align:middle;
-moz-border-radius-topleft: 5px;
border-top-left-radius: 5px;
}
.footer a{
  color:#fff;
  font-weight:bold;

}

.footer img {
  margin-left:5px;
  margin-right:5px;
}

.wml-map-control{
background: url('../images/zoom/zoom-bg.png') no-repeat !important;
z-index: 1000 !important;
}

.wml-map-control-bottom {
  background: url('../images/zoom/zoom-bottom.png') no-repeat !important;
}

.wml-zoom-label {
  background: url('../images/zoom/zoom-label.png') no-repeat !important;
}
.wml-zoom-label-selected {
  color: #FF8A00 !important;
}
.wml-copyright {
  /* We are showing our own localized copyright */
  display: none !important;
}
