.img-welcome{

	display:block;

	left:0;
	padding-top: 50px; 
	padding-left: 100px;
	padding-right: 100px;

 width: 100%; 

 background-image: -webkit-gradient(linear, left 0%, left 100%, from(#2b669a), to(#003366)); 

 background-image: -webkit-linear-gradient(top, #2b669a 0%, #003366 100%); 

 background-image: -moz-linear-gradient(top, #2b669a 0%, #003366 100%);

 background-image: linear-gradient(to bottom, #2b669a 0%, #003366 100%); 

 background-repeat: repeat-x; 

 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0); 

 opacity: .9;

}

.img-us{

	display:block;

	left:0;

	padding-left: 50px;

	padding-right: 50px;

 width: 100%; 

 background-image: -webkit-gradient(linear, left 0%, left 100%, from(#2b669a), to(#003366)); 

 background-image: -webkit-linear-gradient(top, #2b669a 0%, #003366 100%); 

 background-image: -moz-linear-gradient(top, #2b669a 0%, #003366 100%);

 background-image: linear-gradient(to bottom, #2b669a 0%, #003366 100%); 

 background-repeat: repeat-x; 

 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0); 

 opacity: .8;

}

.carousel-caption-prom-us {

    right: 20%;

    left: 20%;

    padding-bottom: 0px;

	padding-top: 0px;

  }



.carousel-inner > .itemI {

  position: relative;

  display: none;

  /*height: 450px;*/

}





.carousel-inner > .itemI > img,

.carousel-inner > .itemI > a > img {

  display: block;

  height: auto;

  width: 100%;

  line-height: 1;

}







.masthead{

	top: 0;

	background-image: -webkit-gradient(linear, left 0%, left 100%, from(#2b669a), to(#003366));

	background-image: -webkit-linear-gradient(top, #2b669a 0%, #003366 100%);

	background-image: -moz-linear-gradient(top, #2b669a 0%, #003366 100%);

	background-image: linear-gradient(to bottom, #2b669a 0%, #003366 100%);

	background-repeat: repeat-x;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);

}

.det-logo{

	background-color:transparent; border-color:transparent; color:#FFFFFF;

}

.encabezado-detalles{

	margin-top:50px;

}

.col-detalles {

	border: #004466;

	border-style:solid;

	border-width: 2px;

	margin-right: 5px;

	margin-top: 5px;

	margin-bottom: 5px;

	background-color: #FFFFFF;

	border-radius: 5px;

}

.col-car-detalles{

	margin-top: 15px;

}



.thumb-detalle-borde{

	border: #004466;

	border-style:solid;

	/*border-right:solid #004466;

	border-bottom:solid #004466;*/

}



.row-detalle-mar {

	margin: 15px;

	display:block;

}



.panel-promotion-font{

	

	font-family: 'Ubuntu Condensed', sans-serif;

	text-align:center;


	font-size: 30px;
	font-weight: bold;

}



.panel-promotion-font-contact{

	

	font-family: 'Ubuntu Condensed', sans-serif;


	font-size: 30px;
	font-weight: bold;

}

.panel-promotion-product{

	

	font-family: 'Ubuntu Condensed', sans-serif;

	

	font-size:20px;	

}



.panel-promotion-pad{

	margin-top: 5px;



}



.shadow-detalle-1{

	-webkit-box-shadow: 6px 6px 9px 0px rgba(131, 142, 142, 0.75);

	-moz-box-shadow:    6px 6px 9px 0px rgba(131, 142, 142, 0.75);

	box-shadow:         6px 6px 9px 0px rgba(131, 142, 142, 0.75);

}



.shadow-detalle-2{

	-webkit-box-shadow: 5px 6px 12px 0px rgba(131, 142, 142, 0.75);

	-moz-box-shadow:    5px 6px 12px 0px rgba(131, 142, 142, 0.75);

	box-shadow:         5px 6px 12px 0px rgba(131, 142, 142, 0.75);

}



.shadow-detalle-3{

	-webkit-box-shadow: 3px 4px 0px 0px rgba(27, 82, 145, 1);

	-moz-box-shadow:    3px 4px 0px 0px rgba(27, 82, 145, 1);

	box-shadow:         3px 4px 0px 0px rgba(27, 82, 145, 1);

}



.shadow-detalle-4{

	-webkit-box-shadow: 4px 4px 4px 0px rgba(27, 82, 145, 1);

	-moz-box-shadow:    4px 4px 4px 0px rgba(27, 82, 145, 1);

	box-shadow:         4px 4px 4px 0px rgba(27, 82, 145, 1);

}



.shadow-detalle-cont{

	-webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.41);

	-moz-box-shadow:    0px 0px 15px 0px rgba(50, 50, 50, 0.41);

	box-shadow:         0px 0px 15px 0px rgba(50, 50, 50, 0.41);

}



.texto-justificado{

	text-align:justify;	

}



.drop-detalle{

	/*margin-bottom: 0;

	padding-top: 15px;

	padding-bottom: 15px;*/

	margin-left: 1px;

	/*color: #777;*/

	font-weight: bold;

	text-align: center;

	border-bottom: 1px solid #d5d5d5;

	background-color: #e5e5e5;

	background-repeat: repeat-x;

	background-image: -moz-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);

	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#e5e5e5));

	background-image: -webkit-linear-gradient(top, #f5f5f5 0%,#e5e5e5 100%);

	background-image: -o-linear-gradient(top, #f5f5f5 0%,#e5e5e5 100%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e5e5e5',GradientType=0 );

	background-image: linear-gradient(top, #f5f5f5 0%,#e5e5e5 100%);

}

.drop-detalle-first{

	border-top-left-radius: 6px;

	border-top-right-radius: 6px;

}

.link-drop-first>a:hover{

	border-top-right-radius: 6px;

}



.drop-detalle-last{

	border-bottom-left-radius: 6px;

	border-bottom-right-radius: 6px;

}

.link-drop-last>a:hover{

	border-bottom-right-radius: 6px;

	border-bottom-left-radius: 6px;

	

}



/******************************************************************************************************/

.dropdown-submenu{position:relative;}

.dropdown-submenu>.dropdown-menu{

	top:0;

	left:100%;

	margin-top:0px;

	margin-left:-1px;

	-webkit-border-radius:0 6px 6px 6px;

	-moz-border-radius:0 6px 6px 6px;

	border-radius:0 6px 6px 6px;}

/*.dropdown-submenu:hover>.dropdown-menu{display:block;}*/

.dropdown-submenu>a:after{

	display:block;

	content:" ";

	float:right;

	width:0;

	height:0;

	border-color:transparent;

	border-style:solid;

	border-width:5px 0 5px 5px;

	border-left-color:#cccccc;

	margin-top:5px;

	margin-right:-10px;

	}

.dropdown-submenu:hover>a:after{border-left-color:#ffffff;}

.dropdown-submenu.pull-left{float:none;}

.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}




@media (min-width: 768px) {
	.nav-justified > .dropdown .dropdown-menu .dropdown-submenu .dropdown-menu {

		top: 0;

		left: 100%;

	}
}




/******************************************************************************************************/
.header-phones-mobile{
	display: none;
}
.header-phones-desktop{
	display: block;
}
.phonesMobile{
	display: none;
}
.phonesDesktop{
	display: block;
}

@media (max-width: 768px) {
	.phonesMobile{
		display: block;
	}
	.phonesDesktop{
		display: none;
	}

	.divTextoBienvenida{
		display: block !important;
	}
	.carousel-captionBienvenida{
		display: none;
	}
	.panel-promotion-font{
		font-size:26px !important;	
		font-weight: lighter;
	}
	.panel-contacto div{
	    font-size: 14px !important;
	}
	.panel-contacto .phoneText{
		padding-bottom: 0 !important;
	}
	.panel-contacto .phoneNumber{
		padding-top: 0 !important;
	}
	.panel-contacto div a{
	    font-size: 14px !important;
	    color: #333333;
	}

	.carousel-inner-nosotros, .carousel-inner-nosotros .item, .carousel-inner-nosotros > .item > img{
		height: 200px !important;
	}
	.carousel-caption-prom h1{
		font-size: 14px !important;
	}
	.header-phones-mobile{
		display: block !important;
	}
	.header-phones-desktop{
		display: none !important;
	}

	.det-logo{
		width: 100%;
	}
	.panel-body{
	min-height: 100px;
	}
	.cabecera-textos h3{
		font-size: 12px !important;
	}
	.carousel-caption{
		top:170px;
	}
	.header-phones{
		font-size: 20px !important;
		font-weight: bold;
	}
	.header-phones img{
		height: 14px !important;
	}

	.cabecera-main{
		  min-height: 175px;
	}
	.img-welcome{ 
		padding-left: 50px;
		padding-right: 50px;
	}
}


@media (max-width: 1024px) {
	.modal-dialog{
		width: 100% !important;
	}
	.header-phones-bottom{
		font-size: 23px !important;
	}
	.header-phones-bottom a{
		font-size: 23px;
	}
}

@media (max-width: 950px) {
	.header-phones-bottom{
		font-size: 18px !important;
	}
	.header-phones-bottom a{
		font-size: 18px;
	}
	.header-phones-desktop{
		font-size: 18px !important;
	}
}

@media (max-width: 420px) {
	.logo-head{
		width: 100% !important;
	}
	.logo-head img{
		width: 70% !important;
	}
	.cabecera-main{
		  min-height: 190px;
	}
}
.logo-head{
	width: 40%;
	text-align: center;
}
.logo-head img{
	width: 100%;
}

.header-phones{
	font-family: 'Ubuntu Condensed', sans-serif;
	margin-top:10px;
	margin-bottom:0px;
	color:#FFFFFF;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}
.header-phones-bottom{
  margin-top: 0px !important;
}
.header-phones span{
	/*color: lightgray;*/
}
.cabecera-textos h3{
	font-size: 16px;
	color:#FFFFFF;
	text-align: center;
}

.thumbnail.thumbnail-offer{
  height: 450px;
}
.panel-heading.panel-headign-offer {
    height: 80px;
}

.divTextoBienvenida{
	display: none;
	color: #ffffff;
	position: relative;
	  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#2b669a), to(#003366));
  background-image: -webkit-linear-gradient(top, #2b669a 0%, #003366 100%);
  background-image: -moz-linear-gradient(top, #2b669a 0%, #003366 100%);
  background-image: linear-gradient(to bottom, #2b669a 0%, #003366 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
  opacity: .9;
}

.divTextoBienvenida p{
	padding: 10px;
	font-size: 10pt;
}