/*css de central de reservas*/
#hea_cr {
	height: 113.7px;
	width: 100%;
}
div.upphea-cr {
	background: #ffffff;
	border-bottom: #b8afaf 2px solid;
	height: 49.3px; width:100%;
}
div.text-cr {
	font-family: "opensans";
	font-size: 40px;
  	font-style: bold;
  	font-weight: 600;
	height: 62.4px; width:100%;
	letter-spacing: 1px;
	padding-left: 90px;
	padding-top: 20px;
	text-transform: uppercase;
}
img.img-cr, div.emp-cr {
	display: inline-block;
	vertical-align: top;
	width: 40%;
}
img.img-cr {
	height: 480px; width: 640px;
	margin-left: 90px;
}
img.logo-cr, a.aemp-cr {
	display: block;
}
img.logo-cr {
	max-height: 180px; max-width: 313px; width: 313px;
	margin-left: 140px;
	margin-top: 120px;
}
a.aemp-cr {
	font-size: 17px;
	margin-left: 140px; margin-top:20px;
	padding: 10px;
	border-radius:5px;
	cursor: pointer;
	text-align: center;
	width: 313px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mdaterange {
	padding: 9px 20px;
    min-width: 250px;
    text-align: center;
}
.dispoyes, .dispono {
	font-size: 15px;
    margin-top: 10px;
    font-weight: bold;    
    color: green;
} .dispono {color: red;}


.daterangepicker {width: auto; min-width: 550px; padding-left: 25px;}

