/* *{
	font-family: Verdana, Geneva, sans-serif;
	font-size:10px;
} */

body {
    background: url(../img/bg.png) no-repeat fixed center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	/*opacity:0.6;*/
}

.textTable{
	background-color: #f4f4f4 !important;
	text-align: center;
	font-size: 1.2rem;
	opacity:0.9;
}

.vertical{
    transform: rotate(-90deg);
    margin-top: 200px;
}

.table .wh{
	width: 80px !important;
    height: 80px !important;
    vertical-align: middle;
    font-size: 16px;
    white-space: nowrap;
}

.table .disponible{
	background-color: #71ff71; 
	opacity:0.9;
	color: gray;
}

.table .asignado{
	background-color: #f4acac; 
	opacity:0.9;
	font-weight: bold;
}