/* CSS Document */
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	padding-top: 60px !important;
}

.azul {
	background-color: #39419A;
}
.verde {
	background-color: #4BC755;
}

/* Slider */
.carousel-caption {
	background-color: rgba(41, 23, 1, 0.35);
	height: 20%;
	left: 0;
	bottom: 0;
	width: 100%;	
}
.carousel-caption p {
	font-size: 16px;
	line-height: 10px;
	align-items: center;
	margin-right: 20px;
	float: right;
}
.carousel-caption a {
	float: left;
	margin-left: 20px;
}
/* Fin Slider */

.oculto {
	display: none;
}
.fondohotel {
	background-color: #D4D4D4;
}
.minipad {
	padding-top: 10px;
}
.extraminipad {
	padding-top: 2px;
}
.amarillo {
	color: #D8CB16
}
.precio {
	font-size: 30px;
	font-weight: 800;
	color: #7AD967;
}
#scrollUp {
	bottom: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	background: url('up.png');
	background-size: cover;
}
#map {
	display: block;
	height: 350px;
	margin: 0 auto;
	width: 100%;
}
.rojomapa {
	color: #CF4A4C
}
ul.galeria {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
ul.galeria li {
	list-style: none;
	margin-bottom: 25px;
}
ul.galeria li img {
	cursor: pointer;
}
.modal-body {
	padding: 5px !important;
}
.modal-content {
	border-radius: 0;
}
.modal-dialog img {
	text-align: center;
	margin: 0 auto;
}
.controls {
	width: 50px;
	display: block;
	font-size: 11px;
	padding-top: 8px;
	font-weight: bold;
}
.next {
	float: right;
	text-align: right;
}
.day.disabled {
	color: #D93234 !important;
}
.day.old.disabled {
	color: #CCCCCC !important;
}
.day.new, .day.old {
	color: #CCCCCC !important;
}
/*footer{

	color: #FFFFFF;
	margin-top: 10px;
	background-image: url(../images/fotopie.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
}*/
section {
	padding: 30px 0;
}
section .section-title {
	text-align: center;
	color: #00627B;
	margin-bottom: 75px;
	text-transform: uppercase;
}

#footer {
	background: #90A0A4 !important;
}
#footer h5 {
	padding-left: 10px;
	/*border-left: 3px solid #eeeeee;*/
	padding-bottom: 6px;
	margin-bottom: 20px;
	color: #ffffff;
	font-size: 20px;
}
#footer a {
	color: #ffffff;
	text-decoration: none !important;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
#footer ul.social li {
	padding: 3px 0;
}
#footer ul.social li a i {
	margin-right: 5px;
	font-size: 25px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.social li:hover a i {
	font-size: 30px;
	margin-top: -10px;
}
#footer ul.social li a, #footer ul.quick-links li a {
	color: #ffffff;
}
#footer ul.social li a:hover {
	color: #eeeeee;
}
#footer ul.quick-links li {
	padding: 3px 0;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.quick-links li:hover {
	padding: 3px 0;
	margin-left: 5px;
	font-weight: 700;
}
#footer ul.quick-links li a i {
	margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
	font-weight: 700;
}

@media (max-width:767px) {
#footer h5 {
	padding-left: 0;
	border-left: transparent;
	padding-bottom: 0px;
	margin-bottom: 10px;
}
}
