* {
	
  box-sizing: border-box;
}

body  {
	width:100%;
	height:100%
	font-family: Helvetica;
	font-size: 14px;
	background-color: #f0f5f5 !important;
	text-align: center;
}

a {
	font-family: Helvetica;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

#headertext {
	float:right;
}


a.nav-link:link,a.nav-link:active,a.nav-link:visited {font-size:14px;text-decoration: none; color: #444 !important;}
a.nav-link:hover {
    color: #ff3300 !important;
	position: relative; top: 1px; left: 1px;
	font-size:16px;
}

.conestilo {
	transition:1.5s cubic-bezier(0.07, 0.25, 0.35, 0.98); 
	width: 346px; height: 99px; 
	display: block; 
	position: absolute; 
	right: 280px; top: 50px; 
	-webkit-transition: all 1.5s cubic-bezier(0.07, 0.25, 0.35, 0.98); 
	-moz-transition: all 1.5s cubic-bezier(0.07, 0.25, 0.35, 0.98); 
	-o-transition: all 1.5s cubic-bezier(0.07, 0.25, 0.35, 0.98);
}

.negro {
	background-color: #f0f5f5;
	color:#fff;
	text-align: center;
	padding:10px;
}

.tit {
	margin-top:0px;
	height: 40px;
	background-color: #333;
	color: #fcfcfc;
	width: 70%;
	float: right;
	padding-top:7px;
	z-index:100;
	margin-right:5px;
}

.footer {
   width: 100%;
   text-align: center;
   background-color:#000;
   border-top:0.5px solid #d0d0d0;
   color:#333;
   padding-bottom:15px;
}

.navbar {

	overflow: hidden;
	width: 100%; /* Full width */
}


@media screen and (max-width:960px)
{
a.nav-link:link,a.nav-link:active,a.nav-link:visited {font-size:12px;text-decoration: none; color: #444 !important;}
a.nav-link:hover {
    color: #ff3300 !important;
	font-size:12px;
}	
.conestilo {
	position: relative; 
	max-width: 100%;
	left:0px;
}
}
@media only screen and (max-width:800px) {
  /* For tablets: */
a.nav-link:link,a.nav-link:active,a.nav-link:visited {font-size:12px;text-decoration: none; color: #444 !important;}
a.nav-link:hover {
    color: #ff3300 !important;
	font-size:12px;
} 
  .navbar-toggler {
	height:50px !important;
  }
  .nav-itemw {
	display:none;
  }  
  .b1detalle_price {
	display:none;
  }
}

@media only screen and (max-width:500px) {
  /* For mobile phones: */
a.nav-link:link,a.nav-link:active,a.nav-link:visited {font-size:12px;text-decoration: none; color: #444 !important;}
a.nav-link:hover {
    color: #ff3300 !important;
	font-size:12px;
}  
  .navbar-toggler {
	height:50px !important;
  }  
  .nav-itemw {
	display:none;
  }
  .b1detalle_price {
	display:none;
  }  
}