/* TALLERES */
	#menuLateral {
	    display: block;
	    left: 0;
	    position: fixed;
	    top: 145px;
	    z-index: 100;
	}
	
	
	#menuLateral .enun{
	    background-color: #303b44;
	    padding: 5px 15px 5px 5px;
	    margin: 2px 0; 
	}
	
	#menuLateral .enun:hover{ 
	    cursor: pointer;	    
	}
	
	#menuLateral .enun a{
	    font-weight: 600;
	}
	
	#menuLateral .enun:hover a{
	    color: #FFFFFF;
	}
	
	#menuLateral img {
		height: 35px;
		padding-right: 5px;
	}
	
	#redessocialestaller h3{
		line-height: 10px;
		font-size: 19px;
	}
	
	#redessocialestaller h3 a:hover{
		color: #FFFFFF;
	}
	
	
/* CARROUSEL */
#promociones{
	margin-top: 15px !important;
}

#promociones h2{
	margin-bottom: 5px;
}

#promociones .carousel-inner{
	
}

#promociones .carousel-inner .row{
	margin: 0px;
}

#promociones .carousel-inner .col-xs-4{
	padding: 1px;
}


#promociones .carousel-inner .good-bottom {
    background: #535659;
}

#promociones .carousel-inner .good-bottom h4{

	display: table;
	padding: 15px;
	font-weight: bold;
	font-size: 22px;
	min-height: 64px;
	border-bottom: 3px solid #fcbe00;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 5px;
}

#promociones .carousel-inner .good-bottom .good-bottom-right{
	padding-bottom: 5px;
}

#promociones .carousel-inner .good-bottom .bxnbtn {
    display: inline-block;
    border: 1px solid white;
    padding: 2px 19px;
    border-radius: 10px;
    width: 40%;
    color: White;
    font-size: 12px;
    margin: 0 7px;
    
}


#promociones .slide span {
    margin-left: 0px !important;
    color: #353535;
    padding: 11px 7px;
    cursor: pointer;
}

#promociones .carousel-control {
    background-color: #fcbe00;
    width: 25px;
}

/* FIN CARROUSEL */

/*CARRUSEL PROMOCIONES TALLER*/
.carousel.flexible.default.slide .good-image img{
	width: 100% !important;
	height: 100% !important;
}

/*CARRUSEL PROMOCIONES TALLER*/

.promocion-image-mini{
	width: 130px;
	height: auto;
	float: left;
	margin: 2.5px;
	cursor: pointer;
	
}


.divider {
    margin-top: 20px;
    border-top: 2px solid #fcbe00;
}

/* RESPONSIVE */
@media (min-width : 1200px) and (max-width : 1400px) {
	
}


@media (max-width : 1199px) {
	
}


@media (min-width : 992px) and (max-width : 1199px) {

}

@media (min-width : 768px) and (max-width : 991px) {
	
}


@media (max-width : 991px) {
	
	.topmenur {
   		height: 60px;
   		background-color: transparent;
   	}
   	
   	#menuLateral {
	    display: block;
	    left: 50%;
		transform:translateX(-50%);
		-ms-transform:translateX(-50%);
		-webkit-transform:translateX(-50%); 
	    position: fixed;
	    top: 2px;
	    z-index: 99999;
	    width: 500px;
	    
	}
	
	#menuLateral .enun {
	    background-color: none;
	    padding: 5px 15px 5px 5px;
	    float: left;
	    margin: 5px;
	}





	.minisite_servicios .col-md-2{
		width: 33.33%;
		float: left;
		min-height: 275px;
	}
	
	

}

@media (min-width : 360px) and (max-width : 767px) {
	
}

@media (max-width : 767px) {
	
	#menuLateral {
		display: none;
	}
	
	.minisite_servicios .col-md-2{
		width: 50%;
		float: left;
		min-height: 275px;
	}
	
}














/*MODAL*/
/* The Modal (background) */
.Promotionmodal {
  display: none;
  position: fixed;
  z-index: 999999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.Promotionmodal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.Promotionclose {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.Promotionclose:hover,
.Promotionclose:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.PromotionmySlides {
  display: none;
}

/* Next & previous buttons */
.Promotionprev,
.Promotionnext {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.Promotionnext {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.Promotionprev:hover,
.Promotionnext:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.Promotionnumbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.Promotioncaption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.Promotiondemo {
  opacity: 0.6;
  width: 150px;
  float: left;
}

.Promotionactive,
.Promotiondemo:hover {
  opacity: 1;
}

img.Promotionhover-shadow {
  transition: 0.3s
}

.Promotionhover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
/*MODAL*/
