/*FICHA*/
.card .other-tabs .nav-tabs a{
    border-bottom: none;
    border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
}
/*HOTEL*/
.card.card-hotel .other-tabs .nav-tabs a{
	background: url(../../images/theme/itr/bg_gradient-blue-light1.png) repeat-x left bottom #B0D8F3;
    border: 1px solid #B0D8F3;
	border-bottom: none;
	color: #0076C0 !important;
}
.card.card-hotel .other-tabs .nav-tabs a:hover {
	background: url(../../images/theme/itr/bg_gradient-blue-light1-hover.png) repeat-x left top #B0D8F3;
}
.card.card-hotel .other-tabs .nav-tabs .active a,
.card.card-hotel .other-tabs .nav-tabs .active a:hover {
	background: url(../../images/theme/itr/bg_gradient-blue-dark1.png) repeat-x left bottom #0073BF;
    border: 1px solid #004F84;
	border-bottom: none;
	color: #fff !important;
}
.card.card-hotel .other-tabs .tab-content{
	border: 1px solid #ddd;
	border-top: 5px solid #004F84;
	}
.card.card-hotel h3{
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-bottom: 1px solid #eee;
	background: url("../../images/theme/itr/bg_gradient-blue-dark1.png") repeat-x scroll left bottom #0076C0;
    color: #FFFFFF;
	}
.card.card-hotel h3 i{
	color: #fff;
	}
.card.card-hotel h5{
	color: #0076C0;
	border-bottom: 1px solid #eee;
	}
.card.card-hotel p{
	color: #444;
	}
.card.card-hotel i{
	color: #0076C0;
	}
.card.card-hotel i.icon-ok,
.card.card-hotel i.con-right-open{
	color: #79C66E;
	}
/*ESCAPADAS*/
.card.card-escapadas .other-tabs .nav-tabs a{
	background: url(../../images/theme/itr/bg_gradient-green-light1.png) repeat-x left bottom #79C66E;
    border: 1px solid #79C66E;
	border-bottom: none;
	color: #fff !important;
}
.card.card-escapadas .other-tabs .nav-tabs a:hover {
	background: url(../../images/theme/itr/bg_gradient-green-light1-hover.png) repeat-x left bottom #79C66E;
}
.card.card-escapadas .other-tabs .nav-tabs .active a,
.card.card-escapadas .other-tabs .nav-tabs .active a:hover {
	background: url(../../images/theme/itr/bg_gradient-green-dark1.png) repeat-x left bottom #79C66E;
    border: 1px solid #489C3D;
	border-bottom: none;
	color: #fff !important;
}
.card.card-escapadas .other-tabs .tab-content{
	border: 1px solid #ddd;
	border-top: 5px solid #489C3D;
	}
.card.card-escapadas h3{
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-bottom: 1px solid #eee;
	background: url("../../images/theme/itr/bg_gradient-green-dark1.png") repeat-x scroll left bottom #79C66E;
    color: #FFFFFF;
	}
.card.card-escapadas h3 i{
	color: #fff;
	}
.card.card-escapadas h5{
	color: #489C3D;
	border-bottom: 1px solid #eee;
	}
.card.card-escapadas p{
	color: #444;
	}
.card.card-escapadas i{
	color: #489C3D;
	}
.card.card-escapadas i.icon-ok,
.card.card-escapadas i.con-right-open{
	color: #0076C0;
	}
/*GRUPOS*/
.card.card-grupos .other-tabs .nav-tabs a{
	background: url(../../images/theme/itr/bg_gradient-grey-light1.png) repeat-x left bottom #eee;
    border: 1px solid #ccc;
	border-bottom: none;
	color: #666 !important;
}
.card.card-grupos .other-tabs .nav-tabs a:hover {
	background: url(../../images/theme/itr/bg_gradient-grey-light1-hover.png) repeat-x left top #eee;
}
.card.card-grupos .other-tabs .nav-tabs .active a,
.card.card-grupos .other-tabs .nav-tabs .active a:hover {
	background: url(../../images/theme/itr/bg_gradient-grey-dark1.png) repeat-x left bottom #bbb;
    border: 1px solid #999;
	border-bottom: none;
	color: #fff !important;
}
.card.card-grupos .other-tabs .tab-content{
	border: 1px solid #ddd;
	border-top: 5px solid #777;
	}
.card.card-grupos h3{
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-bottom: 1px solid #eee;
	background: url("../../images/theme/itr/bg_gradient-grey-dark1.png") repeat-x scroll left bottom #AAAAAA;
    color: #FFFFFF;
	}
.card.card-grupos h3 i{
	color: #fff;
	}
.card.card-grupos h5{
	color: #444444;
	border-bottom: 1px solid #eee;
	}
.card.card-grupos p{
	color: #444;
	}
.card.card-grupos i{
	color: #0076C0;
	}
.card.card-grupos i.icon-ok,
.card.card-grupos i.con-right-open{
	color: #489C3D;
	}