html {
  height: 100%;
  box-sizing: border-box;
}
*{
	margin: 0;
	padding: 0;

}
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.embed-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body li{
	list-style: none;
}
@font-face {

font-family: "BebasNeue";

src: url(../BebasNeue.otf) format("opentype");

}
body p{
  line-height: 35px;
  font-weight: bold;
  font-size: 20px;
  text-align: justify;
  color: #49acde;
  
}
.main{
	box-sizing: border-box;

}
.footer{
	  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color: #333333;
  text-align: center;
  color: #FFF0F0;
}
#mnu_footer a {
	text-decoration: none;
	color: #FFFFFF;
}
#mnu_footer{
	text-align: center;
}
body{
margin: 0 0;
position: relative;
  
  padding-bottom: 6rem;
  min-height: 100%;
}
#offmargin{
	padding: 0;
	 
}
.fontppal{
font-family: "BebasNeue";
}

.contendor {
	margin: 0 auto;
	box-sizing: border-box;
	max-width: 1000px;
	width: 100%;
}
header img{
	width: 100%;
	height: auto;

}
div nav ul{
	
  	List-style: none;
  	margin: 0;
  	padding: 0;

}
div nav ul li{
	 float: left;
  	 width: 14.285%;
  	 font-family: "BebasNeue";

}
#flashContent { width:100%; height:100%; }

div nav ul li a{
	 color: #FFFFFF;
  display: block;
  padding: 10px;
  text-decoration: none;
  background: #49acde; /* Old browsers */


font-size: 20px;
}

div nav ul li a:hover{
	background: #75bf43	;
	text-decoration: none;

}


.redes{
	background: #F4F4F4;
  	List-style: none;
  	margin: 0;
  	padding: 0;

}
.redes li{
	 font-family: "BebasNeue";
	font-size: 16px;

}


.redes li a{
	 color: #FFFFFF;
  display: block;
  padding: 10px;
  text-decoration: none;
  background: #0485D7;
   
}
.redes li a:hover{
	background: #00CA00;

}
.slides{

margin: 0 auto;
}

.slidesjs-pagination{
	background: #424242;
	list-style: none;
	overflow: hidden;

}
.slidesjs-pagination li{
	float: left;

}
.slidesjs-pagination li a{
	display: block;
	padding: 10px 20px;
	color: #fff;
	text-decoration: none;

}
.slides .active{
	background: #000;
}
.slidesjs-pagination li a:hover{
background: #000;
}
.slidesjs-navigation{
	background: #000;
	color:#fff;
	display: inline-block;
	padding: 10px 20px;
	float: right;
text-decoration: none;

}
.fancybox-custom .fancybox-skin {
			box-shadow: 0 0 50px #222;
		}
.productBox{
	
	padding: 15px;
	margin: 0 0;
	align-items: center;
	margin-left: 10px;
  margin-top: 10px;
	border-color:  #3399CC;
	border-style: solid;
	width: 233px;
	height: 250px;
	text-align: center;
	box-shadow: 5px 5px 5px #3399CC;
	-webkit-box-shadow: 5px 5px 5px #3399CC;
  	-moz-box-shadow: 5px 5px 5px #3399CC;
  	border-width: thin;
display: inline-block;
}
.single-image img{
			width:200px;
			height:200px;
		}
		.fancyOther2{
			cursor:pointer;
		}
    .gallery-image img{
      width:200px;
      height:200px;
      float:left;
      margin-right:10px;
    }
.tooltip {
    display: inline;
    position: relative;
    opacity: .95;
   -moz-opacity: .95;
   filter:alpha(opacity=95);

  }
  .tooltip:hover:after {
    /*top: 20px; cuadrado debajo*/
    bottom:26px;/* cuadrado Encima*/    
    content: attr(original-title); /* este es el texto que será mostrado */
    left: 20%;
    position: absolute;
    z-index: 500;
    /* el formato gráfico */
   /*background: rgba(255,255,255, 0.2) ;*/
    background: #05EA50;
    border-radius: 5px;
    color: #FFF; /* el color del texto */
    font-family: Georgia;
    font-size: 12px;
    padding: 5px 15px;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    width: 150px;

  }
  .tooltip:hover:before {
    /*top: 20px; triangulo debajo*/
    bottom:20px;/* triangulo Encima*/
    content: "";
    left: 50%;
    position: absolute;
    z-index: 500;
    /* el triángulo inferior */
    border: solid;
    /*border-color: rgba(255,255,255, 0.2) transparent;*/
    border-color: #05EA50 transparent;
    /* border-width: 0 6px 6px 6px; Triangulo sentido arriba*/
    border-width: 6px 6px 0 6px; /* Triangulo sentido abajo*/

  }




.banner{
  border:1px solid #d9d9d9;
}
#canvas{
  width: 100%;
  float: left;
}


@media screen and (max-width:600px ){
.slides{
	width: 100%;
}
.lateral{
	display: none;
}
.redes li{
	float: left;
width: 33.33%;
}
.visit{
	display: none;
}
aside{
	display: 	none;	
}
}

@media screen and (max-width:1000px ){
  #tweets{
    display: none;
  }
}








