.btn-bodega {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	background-color: #d55512;
	color: white;
	border: 2px solid;
	border-color: #d55512;
	white-space: nowrap;
	padding: 2px 4px;
	line-height: 1.42857143;
	border-radius: 2px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.line-left{
	border-left:1px solid #091d60
}

@media (max-width:991px){
	.line-left{border-left:0}
}

.col-laf-33{
	width: 50%;
	float: left;
	position: relative;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
}

.date-seleccion .seleccion-4:after {
	width: 20px;
	height: 20px;
	background-color: #3bb24f;
	position: absolute;
	content: '';
	left: 12px
}

.date-seleccion .seleccion-5:after {
	width: 20px;
	height: 20px;
	background-color: #5BA9EB;
	position: absolute;
	content: '';
	left: 12px
}	
	
	
.destacado2 {
	top: 15px;
	right: 5%;	
    color: #fff !important;
    font-size: 16px !important;
    background: #d55512 !important;
    padding: 3px 35px 4px 15px;
	border-radius: 4px 0px 0px 4px;
	box-shadow: -2px 2px 2px 0 rgba(0,0,0,0.6);
	z-index: 1;
    min-width: 120px;
    position: absolute

}

.destacado2:after {
    content: "";
    position: absolute;
    display: block;
    border-style: solid;
    border-color: #d67912 transparent transparent transparent;
    bottom: -0.6em;
    right: 0em;
    border-width: .6em .6em 0 0
}

@media (min-width:480px) {
    .destacado2 {
        top: 15px;
        right: 0%
    }
}

@media (max-width:991px) {
    .destacado2 {
		top: 15px;
		right: 0%;	
        position: absolute;
		min-width: 160px;
        padding: 8px 15px 8px 15px
    }

    .destacado2:after {
        display: none !important;
        right: 0 !important
    }
}

.destacado3 {
    background: #3CC25F !important;
}

.destacado3:before {
    border: 10px solid #3CC25F;
}

.destacado3:after {
    border-color: #2B8A44 transparent transparent transparent;
}

.destacado4 {
    background: #85b5f5 !important;
}

.destacado4:before {
    border: 10px solid #85b5f5;
}

.destacado4:after {
    border-color: #091d60 transparent transparent transparent;
}

.form-paquetes-2 {
	background: white;
	border-left: 1px solid #9d9d9d;
	border-right: 1px solid #9d9d9d;	
	border-bottom: 1px solid #9d9d9d;
	border-radius: 0px 0px 4px 4px;
    padding: 0 15px 15px 15px;
    margin-bottom: 20px;
}	
.form-paquetes-2 label {
    font-weight: 300;
    color: #333333
}

.form-paquetes-2 .btn-blue {
    text-transform: uppercase;
    margin-top: 15px
}

.form-paquetes-2:hover {
    transition: box-shadow .3s ease-out;
	box-shadow: 0px 0px 3px 4px rgba(0,0,0,0.1);
}

.img-responsive2 {
    float: left;
    padding: 2px 0px 0px 0px;	
    max-width: 33.33333%;
    height: auto
}

.item-resultados-2 {
    padding: 15px;
	background: white;
	margin-bottom: 20px;
    border: 1px solid #9d9d9d;
	border-radius: 4px;
	box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.3);	
    overflow: hidden
}

.item-resultados-2:hover {
    transition: box-shadow .3s ease-out;
	background: #ebebeb;
	box-shadow: 0px 0px 5px 7px rgba(0,0,0,0.1);
}

.item-resultados-3 {
	padding: 5px;
	background: white;
	margin-bottom: 10px;
	border: 1px solid #9d9d9d;
	border-radius: 4px;
	box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.3);	
	overflow: hidden
}

.pad5{
	padding-left: 5px;
}

.title-bs-paquetes-2 {
    background-color: #dbdbdb;
    text-align: center;
    font-weight: 300;
    font-size: 18px;
    text-transform: uppercase;
	border-left: 1px solid #9d9d9d;
	border-right: 1px solid #9d9d9d;	
	border-top: 1px solid #9d9d9d;	
	border-radius: 4px 4px 0px 0px;	
    margin: 0;
    padding: 10px 0
}

.title-consulta-d {
    display: block !important;
    margin-top: 10px;
    margin-bottom: 20px;
	font-weight: 400;
    font-size: 22px;
    color: #091d60;
}	

.tooltip {
  position: relative;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  margin-top: 5%;
  margin-left: -100px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  font-size: 10px;
 
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.ui-highlight .ui-state-default{
	background: #091d60 !important;
	border-color: #091d60 !important;
	color: white !important;
	text-align: center;	  
}

.ui-highlight-green .ui-state-default{
	background: #6ab23b !important;
	border-color: #6ab23b !important;
	color: white !important;
	text-align: center;	  
}

.ui-highlight-lightgreen .ui-state-default{
	background: #3bb24f !important;
	border-color: #3bb24f !important;
	color: white !important;
	text-align: center;	  
}

.ui-highlight-select .ui-state-default{
	background: #091d60 !important;
	border-width: 4px;
	border-radius: 2px;
	border-color: #d55512 !important;
	color: white !important;
	text-align: center;	  
}

.ui-highlight-green-select .ui-state-default{
	background: #6ab23b !important;
	border-width: 4px;	
	border-radius: 2px;	  
	border-color: #d55512 !important;
	color: white !important;
	text-align: center;	  
}

.ui-highlight-lightgreen-select .ui-state-default{
	background: #3BB24F !important;
	border-width: 4px;	
	border-radius: 2px;	  
	border-color: #d55512 !important;
	color: white !important;
	text-align: center;	  
}

input[type='radio']:after {
	width: 15px;
	height: 15px;
	border-radius: 0px;
	left: -1px;
	position: relative;
	background-color: #d1d3d1;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 2px solid white;
}

input[type='radio']:checked:after {
	width: 15px;
	height: 15px;
	border-radius: 0px;
	left: -1px;
	position: relative;
	background-color: #85b5f5;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 2px solid white;
}
input[type='checkbox']:after {
	width: 15px;
	height: 15px;
	border-radius: 0px;
	left: -1px;
	position: relative;
	background-color: #d1d3d1;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 2px solid white;
}

input[type='checkbox']:checked:after {
	width: 15px;
	height: 15px;
	border-radius: 0px;
	left: -1px;
	position: relative;
	background-color: #85b5f5;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 2px solid white;
}	



	
	




