body{
	color:#666;
	font-family: 'Quicksand';
	font-size:13px;
}
header div.responsive{
    border-bottom-color:#EA1C2E;
}
section.index h1.destacado{
    background-color:#EA1C2E;
    padding-left:10px;
    text-align:left;
}
section.index h1:after,
section.index h1:before{
	color:#FFF;
}
section.index h1:after{
	background-color:#FFF;
	content: url('../images/mastercard_small.png');
	float: right;
	margin-top: -15px;
    padding-left: 5px;
}
section.index h2,
section.detail h1,
.detailPack .salida, .detailPack .vigencia,
.cajaPrecio .precioPersona span, .cajaPrecio .precioHabitacion span,
section.detail h2,
.detailPack .cityName,
.detailPack .hotelName,
.gracias h1, .checkout h1, .detail h1, .result h1,
.checkout h3,
#precioPersona{
    color:#EA1C2E !important;
}
section.index h2:before,
section.detail h2:before,
.slider.ofertas p.descuento,
.slider ul.bullets li a.active{
    background-color:#EA1C2E !important;
}
section.index .slider .buttons {
    color:#EA1C2E !important;
}
section.index p.descuento {
    background-color:#EA1C2E !important;
}
section.index p.descuento:before,
.slider.ofertas p.descuento:before {
	border-right-color:#EA1C2E !important;
}
section.index p.detalle{
	color:#EA1C2E !important;
}
.checkout .cajaPrecio{
	border-bottom-color:#EA1C2E !important;
}
footer a:hover,
.site a:hover,
.checkout a:hover,
.gracias a:hover,
header ul.header > a[href]:hover{
    color:#39C;
}
/*
body{
	color:#666;
	font-family: 'Quicksand';
	font-size:13px;
}
section.site{
    overflow:hidden;
}
b, strong,
h1,h2,h3,h4,h5,h6{
	font-family:'OpenSansBold';
	font-weight:normal;
	padding:0;
}
.gracias h1,
.checkout h1,
.detail h1,
.result h1{
	color:#EA1C2E;
    font-family:'OpenSansBold';
    font-weight:normal;
	font-size:32px;
	margin:10px 0;
}
.checkout h3{
	color: #EA1C2E;
	font-size:16px;
}
a{
	cursor:pointer;
}
footer a,
.site a,
.detail a,
.checkout a,
.gracias a{
    color: #157BB2;
    cursor:pointer;
    text-decoration: underline;
    font-weight: normal;
}
footer a:hover,
.site a:hover,
.checkout a:hover,
.gracias a:hover{
    color:#D43D30;
    text-decoration: underline;
}
.volver{
    font-size: 12px;
}
p.cuotas{
    font-size: 14px;
    font-weight:normal !important;
}
p.cuotas:before{
    content: "\e935";
    display: inline-block;
    font-family: 'TTSfontIcons';
    margin-right:5px;
    vertical-align:top;
}
.form-control{
    background: red;
    background: -webkit-linear-gradient(#EEE, #FFF);
    background: -o-linear-gradient(#EEE, #FFF);
    background: -moz-linear-gradient(#EEE, #FFF);
    background: linear-gradient(#EEE, #FFF);
    background-image:-webkit-gradient(linear, #EEE);
}
.form-group,
.form-control{
	overflow:auto;
}*/

input[type="submit"],
.submit,
#submit,
button{
	background:none;
    background-color:#EA1C2E;
    border-radius:4px;
    padding:0px;
}
input[type="submit"]:enabled:hover,
.submit:enabled:hover,
#submit:enabled:hover,
button:enabled:hover{
    background-color: #EA1C2E;
}


input[type="submit"]:focus,
.submit:focus,
#submit:focus,
button:focus{
    color: #FFF;
}/*
span.estrellas{
	display: inline-block;
	margin-left:5px;
	white-space:nowrap;
}
span.estrellas img,
img.estrellas{
    display: inline-block;
    height:15px;
    margin:-1px 0 0 -2px;
    vertical-align:bottom;
    width:15px;
}
h1 span.estrellas img{
    height:25px;
    margin:0;
    width:25px;
}
p span.estrellas{
	display:inline-block;
	vertical-align:top;
	margin-top:2px;
}
.scroll-y{
	overflow-y: auto;
	padding:0 10px;
}
.scroll::-webkit-scrollbar-track,
.scroll-y::-webkit-scrollbar-track,
.scroll-x::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 5px;
	background-color: #F5F5F5;
}

.scroll::-webkit-scrollbar,
.scroll-y::-webkit-scrollbar,
.scroll-x::-webkit-scrollbar{
	width: 10px;
	background-color: #F5F5F5;
}
.scroll::-webkit-scrollbar-thumb,
.scroll-y::-webkit-scrollbar-thumb,
.scroll-x::-webkit-scrollbar-thumb{
	border-radius: 5px;
	background-color: #CCC;
}
button.verMas{
	background:none !important;
	border:none;
	border-radius:0;
	border-top:1px solid #CCC;
	color: #157BB2;
	text-align:left;
}
button.verMas:after{
    content: "\e902";
    display: inline-block;
    font-family: 'TTSfontIcons';
    margin-left:5px;
    vertical-align:middle;
}
button.verMas-up:after{
    content: "\e905";
}
button.verMas:hover{
	color: #EA1C2E;
}
div.verMas-up{
	overflow:hidden;
	max-height: 55px;
}
*/

.responsive.slide-cover{
	min-height: 297px;
	padding: 0;
}

.modal-header-tts{
  text-align: right;
  padding: 3px 10px;
}
.modal-header-tts a{
  cursor: pointer;
}
.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}