@charset "UTF-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Abel|Roboto:900,500,300,100);

.libres{ 
fill:#0C3;
opacity:0.30;

webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-ms-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;
 }
.libres:hover{ opacity:0.68	; cursor:pointer;  }

.ocupadas{
fill:#FF0000; 
opacity:0.30;

webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-ms-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;
 }
.ocupadas:hover{ cursor:  default  ;  }


.textos{ font-family: 'Roboto';  font-size: 13px; color: #333; }

#caracteristicas { font-family: 'Roboto'; font-size: 18px; color: #FFF; width:100%; padding:10px; background-color: #F60; display:none; position:absolute; }


/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
}
