body {
	background-color: #000;
	
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #9aa6af;
	text-rendering: optimizelegibility;
	
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	
	-moz-tap-highlight-color:rgba(0,0,0,0); 
	-moz-text-size-adjust: none;
	-moz-font-smoothing: antialiased;
	
	-ms-tap-highlight-color:rgba(0,0,0,0); 
	-ms-text-size-adjust: none;
	-ms-font-smoothing: antialiased;
}
a {text-decoration: none;}

.container {
	overflow: hidden;
	background-color: #000;

/*  Prevents Flickering  */
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
}




header {
	height: 120px;
	position: relative;
	/*background-color: #f3f5f6;*/
	background-color:#000;
	
}
header h1 {
	color: #9aa6af;
	text-align: left;
	font-size: 27px;
	line-height: 60px;
	font-weight: bold;
	padding-left: 20px;
}

.burger {
	position: absolute;
	float: left;
	padding: 10px;
	top: 4px;
	left: 10px;
	
	display: none;
}
.burger li {
	width: 30px;
	height: 4px;
	background-color: #fff;
	border-radius: 3px;
	margin: 5px 0;
}
.burger.open li {background-color: #d9dde1;}

nav {
	position: absolute;
	top: 80px;
	right: 100px;
}
nav li {
	float: left;
	
	display: inline-block;
}
nav li a {
	font-size: 14px;
	/*color: #9aa6af;*/
	color:#FFF;
	padding: 10px 15px;
	display: block;
	background-color:#242628;
	/*background: linear-gradient( to bottom, #333333, #666666);*/
}
nav li a:hover {
	color: #FFF;
	background-color:#333;
	/*background: linear-gradient( to bottom, #666666, #333333);*/
	}

/*  Removable CSS  */

.header-section,
.body-section,
.footer-section,
.pie-pagina
{padding: 5px;}

.header-section {background-color: #242628;}
.body-section {background-color: #000;}
.footer-section 
{
	background-color:#333;
	height:80px;
	padding: 0px;
}

/*
.placefiller {
	text-align: center;
	font-size: 20px;
	border: 1px dashed rgba(190, 196, 202, 0.5);
}
.header-section .placefiller {line-height: 300px;}
.body-section .placefiller {line-height: 900px;}
.footer-section .placefiller {
	line-height: 200px;
	border: 1px dashed rgba(190, 196, 202, 0.9);
}

*/



/*@media all and (max-width: 800px){
	#contenedor .bloque{
		display: block !important;	 Cuando el ancho sea inferior a 800px el elemento será un bloque 
		width: auto !important;
	}
}*/
#baners .bloque{
	display: inline-block;	/* Es esencial para que se muestren los bloques en línea */
	height:255px;
	width: 255px;
	border:0px solid #333;
	background: #000;
	margin:20px;
}
#baners .bloque_2{
	display: inline-block;	/* Es esencial para que se muestren los bloques en línea */
	height:200px;
	width: 200px;
	border:0px solid #333;
	background: #000;
	margin:20px;
	box-shadow: 2px 2px 5px #000;
	-webkit-box-shadow: 2px 2px 5px #000;
  	-moz-box-shadow: 2px 2px 5px #000;
}
#baners .bloque_3{
	display: inline-block;	/* Es esencial para que se muestren los bloques en línea */
	width: 230px;
	height:280px;
	border:0px solid #333;
	background: #000;
	margin:20px;
	box-shadow: 2px 2px 5px #000;
	-webkit-box-shadow: 2px 2px 5px #000;
  	-moz-box-shadow: 2px 2px 5px #000;
}#baners .bloque_4{
	display: inline-block;	/* Es esencial para que se muestren los bloques en línea */
	width: 450;
	height:400;
	border:0px solid #333;
	background: #000;
	margin:20px;
	box-shadow: 2px 2px 5px #000;
	-webkit-box-shadow: 2px 2px 5px #000;
  	-moz-box-shadow: 2px 2px 5px #000;
}
#baners .contacto{
	display: inline-block;	/* Es esencial para que se muestren los bloques en línea */
	width: 450px;
	height:450px;
	border:0px solid #333;
	background: #242628;/* #242628;*/
	margin:10px;
}
#baners .producto{
	display: inline-block;	/* Es esencial para que se muestren los bloques en línea */
	width: 750px;
	height:550px;
	border:0px solid #333;
	background: #242628;/* #242628;*/
	margin:10px;
}
#mapa{
	display: inline-block;	/* Es esencial para que se muestren los bloques en línea */
	width: 460px;
	height:500px;
	border:0px solid #333;
	background: #000;
	margin:20px;
}

#baners .titulo{
	/*display: inline-block;	/* Es esencial para que se muestren los bloques en línea */
	display:block;
	width: 900px;
	height:30px;
	margin:20px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#FFF;
}

.TituloProducto{
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	font-weight:800;
	font-style:normal;
	color:#FFF;
	text-align:center;
	margin-top:5px;
}
/*CSS CONTACTO*/
label {
	display: inline-block;
	margin-top:10px;
	letter-spacing:1px;
}
form {
	margin:0 auto;
	width:400px;
}
input, textarea {
	width:380px;
	height:27px;
	background:#666666;
	border:2px solid #f6f6f6;
	padding:5px;
	margin-top:5px;
	font-size:14px;
	color:#ffffff;
}
textarea {
	height:100px;
}
#submit {
	width:85px;
	height:35px;
	border:none;
	margin-top:20px;
	cursor:pointer;
}
@media only screen and (max-width: 780px) {
	
#baners .bloque{
	display: block !important;	/* Cuando el ancho sea inferior a 800px el elemento será un bloque */
	width: 250px !important;
}
#baners .bloque_3{
	display:block !important;
	width: 230px !important;
	height:260px !important;
}
#baners .contacto{
	display:block !important;
	width: 230px !important;
}
#baners .mapa{
	display:block !important;
	width: 230px !important;
}
#baners .titulo{
	display:block !important;
	width: auto !important;
	height:30px !important;
}
/*CSS CONTACTO*/
iframe{
	width:200px !important;
	height:200px !important;
}
label {
	display: block !important;
}
form {
	margin:0 auto;
	width:200px;
}
input, textarea {
	width:180px;
	height:20px;
}
textarea {
	height:70px;
}
#submit {
	width:85px;
	height:35px;
	border:none;
	margin-top:20px;
	cursor:pointer;
}

header {
	height: 80px;
	z-index: 2;
	background-color: #060a0c;
	
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	
		/* starting point */
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
header h1 {
	color: #ffffff;
	text-align: center;
	padding-left: 0;
	display: block;
}
.burger {display: block;}


/*  Nav Drawer Layout  */
nav {position: relative;}

nav ul {
	height: 100%;
	overflow-y: auto;
}
nav li {
	display: block;
	float: none;
}
nav li a {
	padding: 22px 25px;
	letter-spacing: 3px;
	font-size: 14px;
}
nav li a.logo {
	display: none;
}
nav li a.active {
	color: #fff;
	background-color: #141e23;
}
nav li a:hover {
	color: #fff;
	background-color: #19252c;
}
nav li:first-child a.active,
nav li:first-child a:hover 
{border-radius: 10px 0 0 0;}

.header-section {margin-top: 60px;}


/* NAVIGATION ANNIMATION */
nav {
	width: 93%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	margin: 0;
	background-color: #1d2d35;
	border-radius: 8px;
	
	/* starting point */
	opacity: .3;
	-webkit-transform: translate3d(5%,0,0)scale(.97);
	-moz-transform: translate3d(5%,0,0)scale(.97);
	transform: translate3d(5%,0,0)scale(.97);
}

/*Nav Expanding Open Effect*/
nav.open {
	opacity: 1;

	-webkit-transform: translate3d(0,0,0)scale(1);
	-webkit-animation: slideIn .35s ease-in-out;
	
	-moz-transform: translate3d(0,0,0)scale(1);
	-moz-animation: slideIn .35s ease-in-out;
	
	transform: translate3d(0,0,0)scale(1);
	animation: slideIn .35s ease-in-out;
}
@-webkit-keyframes slideIn {
	0%       {opacity: .3;
				-webkit-transform: translate3d(5%,0,0)scale(.97);}
	100%  {opacity: 1;
				-webkit-transform: translate3d(0,0,0)scale(1);}
}
@-moz-keyframes slideIn {
	0%      {opacity: .3;
				-moz-transform: translate3d(5%,0,0)scale(.97);}
	100%  {opacity: 1;
				-moz-transform: translate3d(0,0,0)scale(1);}
}
@keyframes slideIn {
	0%      {opacity: .3;
				transform: translate3d(5%,0,0)scale(.97);}
	100%  {opacity: 1;
				transform: translate3d(0,0,0)scale(1);}
}

/*Nav Shrinking Closed Effect*/
nav.close {
	opacity: .3;
	
	-webkit-transform: translate3d(5%,0,0)scale(.97);
	-webkit-animation: slideOut .3s ease-in-out;
	
	-moz-transform: translate3d(5%,0,0)scale(.97);
	-moz-animation: slideOut .3s ease-in-out;
	
	transform: translate3d(5%,0,0)scale(.97);
	animation: slideOut .3s ease-in-out;
}
@-webkit-keyframes slideOut {
	0%      {opacity: 1;
				-webkit-transform: translate3d(0,0,0)scale(1);}
	100%  {opacity: .3;
				-webkit-transform: translate3d(5%,0,0)scale(.97);}
}
@-moz-keyframes slideOut {
	0%      {opacity: 1;
				-moz-transform: translate3d(0,0,0)scale(1);}
	100%  {opacity: .3;
				-moz-transform: translate3d(5%,0,0)scale(.97);}
}
@keyframes slideOut {
	0%      {opacity: 1;
				transform: translate3d(0,0,0)scale(1);}
	100%  {opacity: .3;
				transform: translate3d(5%,0,0)scale(.97);}
}



/* CONTENT ANNIMATION */
.content {
	/* starting point */
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	z-index: 1;
}

/*Content Sliding Open Effect*/
header.open,
.content.open 
{   
	-webkit-transform: translate3d(240px,0,0);
	-webkit-animation: open .5s ease-in-out;
	
	-moz-transform: translate3d(240px,0,0);
	-moz-animation: open .5s ease-in-out;
	
	transform: translate3d(240px,0,0);
	animation: open .5s ease-in-out;
}
@-webkit-keyframes open {
	0%      {-webkit-transform: translate3d(0,0,0);}
	70%    {-webkit-transform: translate3d(260px,0,0);}
	100%  {-webkit-transform: translate3d(240px,0,0);}
}
@-moz-keyframes open {
	0%      {-moz-transform: translate3d(0,0,0);}
	70%    {-moz-transform: translate3d(260px,0,0);}
	100%  {-moz-transform: translate3d(240px,0,0);}
}
@keyframes open {
	0%      {transform: translate3d(0,0,0);}
	70%    {transform: translate3d(260px,0,0);}
	100%  {transform: translate3d(240px,0,0);}
}

/*Content Sliding Closed Effect*/
header.close,
.content.close 
{
	-webkit-transform: translate3d(0,0,0);
	-webkit-animation: close .3s ease-in-out;
	
	-moz-transform: translate3d(0,0,0);
	-moz-animation: close .3s ease-in-out;
	
	transform: translate3d(0,0,0);
	animation: close .3s ease-in-out;
}
@-webkit-keyframes close {
	0%      {-webkit-transform: translate3d(240px,0,0);}
	100%  {-webkit-transform: translate3d(0,0,0);}
}
@-moz-keyframes close {
	0%       {-moz-transform: translate3d(240px,0,0);}
	100%  {-moz-transform: translate3d(0,0,0);}
}
@keyframes close {
	0%       {transform: translate3d(240px,0,0);}
	100%  {transform: translate3d(0,0,0);}
}

}
/*POPUP*/
/*PERSONALIZADO*/
	.modalDialog {
		position: fixed;
		font-family: Arial, Helvetica, sans-serif;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(0,0,0,0.8);
		z-index: 99999;
		opacity:0;
		-webkit-transition: opacity 400ms ease-in;
		-moz-transition: opacity 400ms ease-in;
		transition: opacity 400ms ease-in;
		pointer-events: none;
	}

	.modalDialog:target {
		opacity:1;
		pointer-events: auto;
	}

	.modalDialog > div {
	width: 780px;
	height:400px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
	}
	
/*ESTANDAR*/
	.close {
		background: #606061;
		color: #FFFFFF;
		line-height: 25px;
		position: absolute;
		right: -12px;
		text-align: center;
		top: -10px;
		width: 24px;
		text-decoration: none;
		font-weight: bold;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		border-radius: 12px;
		-moz-box-shadow: 1px 1px 3px #000;
		-webkit-box-shadow: 1px 1px 3px #000;
		box-shadow: 1px 1px 3px #000;
	}

	.close:hover { background: #00d9ff; }
