
.reserva-cuadro {
	float:right;
	width:256px;
	height:119px;
	color: #4e4e56;
	font-family: "Open Sans","Arial","Helvetica",sans-serif;
	font-size: 16px;
	padding: 4px 8px;
	background: #fafafa;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.15);	
}
.reserva-cuadro-fecha {
	float:left;
	width:50%;
}

.cuadro-datos {
	width:100%;
	max-width:560px;
	min-height:350px;
	color: #4e4e56;
	font-family: "Open Sans","Arial","Helvetica",sans-serif;
	font-size: 16px;
	padding: 4px 8px;
	/*background: #fafafa;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.15);	*/
	margin: 0 auto 0 auto;
}

.reserva-cuadro ul {
	width:100%;
	margin: 0 -2px 4px;
	padding: 0;
	list-style: none;	
	}
.reserva-cuadro ul li {
	box-sizing: border-box;
	float: left;
	margin: 0;
	padding: 2px 4px;
	width: 50%;	
	list-style:none;	
	}
	
	
.reserva-cuadro ul li button {
	height: 32px;
	background: #fff;
	border: 0;
	padding: 0;
	line-height: 14px;
	font-weight: 600;
	box-shadow: 0 1px 0 0 #c5c5ca;
	transition: box-shadow .3s;	
	width: 100%;
	font-size: .9rem;
	border-radius: 3px;
	font-family: "Open Sans","Arial","Helvetica",sans-serif;
	outline: 0 none;
	cursor: pointer;	
	color: #4e4e56;
	font-size: 14px;
	font-weight: normal;
	}
.reserva-cuadro ul li button:hover {
	background: #e6e6e6;
	}		
.cuadro-dia {
	box-sizing: border-box;
	float: left;
	margin: 0;
	padding: 2px 4px;
	width: 25%;	
	}
h3 {
	color: #4e4e56;
	margin: 0 0 4px;
	font-weight: 600;
	font-size: 16px;
	text-transform: capitalize;
	}
	
.textos {
    color: #8b8b91;
    font-weight: 600;
    color: #4e4e56;
    cursor: pointer;	
    font-size: 14px;
		font-weight: normal;
	}
.fecha {
    width: 100%;
		text-align:center;
	}	
	
.campo_texto {
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Open Sans","Arial","Helvetica",sans-serif;
	font-size: 1rem;
	border-radius: 2px;
	width: 100%;
	padding: 8px;
	border: 1px solid #c5c5ca;	
	}
	
.contenedor-texto-medio {
	width:48%;
	margin-top:5px;
	}
	
.contenedor-texto-largo {
	width:100%;
	margin-top:5px;
	}
	
.boton {
	color: #ffffff;
	border: 1px solid #ffffff;
	background: #589442 !important;
	font-size: 1.1em;
	padding: .5em 1.5em;
	text-transform: uppercase;
	font-weight: 400;
	border-radius: 4px;
	text-decoration: none;	
	}
	
.boton:hover {
	background: #2d6c16;
	}
	
.fin-reserva {
	background: #589442;
	font-weight: 500;
	padding: 1px 16px;
	border-radius: 64px;
	display: inline-block;
	color: #fff;
	text-transform: lowercase;
	text-align: center;
	height:42px;
	font-weight:lighter;
	font-size:16px;
	margin: 0 auto 0 auto;
	padding-top: 5px;
	}
	


.claseactivo { background: #ff3838;}