/* 
    Document   : predeterminado
    Created on : 25-may-2011, 17:50:58
    Author     : m0rph3us
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

@font-face {
        font-family: mybi-font;
        /*src: url(../fonts/SEGOEUI.ttf);*/
        /*src: url(../fonts/APPLE.ttf);*/
        /*src: url(../fonts/SWZ.ttf);*/
        /*src: url(../fonts/SEGOEWP.ttf);*/
        src: url(fonts/UBUNTUL.ttf);
}

html {
  height: auto;
}

body {
  height: auto;
  margin: 0;
  padding: 0;
  font-family: mybi-font;
  font-size: 12px;  
}

#map_canvas {
  height: auto;
  position: absolute;
  bottom:0;
  left:0;
  right:0;
  top:0;
}

@media print {
  #map_canvas {
    height: 950px;
  }
}

#anyadirMarcador {
    z-index: 8000;
    position: absolute;
    top: -7px;
    left: 100px;
    background: transparent url('../images/add-marker.png') no-repeat left;
    width: 125px;
    height: 31px;
    border: 0px;
    cursor: pointer;
}

#logout {
    z-index: 8000;
    position: absolute;
    top: -7px;
    left: 230px;
    background: transparent url('../images/logout.png') no-repeat left;
    width: 125px;
    height: 31px;
    border: 0px;
    cursor: pointer;
}

#administrar {
    z-index: 8000;
    position: absolute;
    top: -7px;
    left: 100px;
    background: transparent url('../images/admin-btn.png') no-repeat left;
    width: 125px;
    height: 31px;
    border: 0px;
    cursor: pointer;
}

.leyenda {
    background-color: rgba(222,222,222,0.25);
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;    
    -ms-border-radius-topleft: 10px;
    -ms-border-radius-topright: 10px;
    -ms-border-radius-bottomleft: 10px;
    -ms-border-radius-bottomright: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-topleft: 10px;
}

