@charset "utf-8";
/* CSS Document */
body{ 
	background-color: #000;
	}
.mainContent{ 
	width:100%; 
	height:100%px; 
	background-color:#900; 
	/*
	left: 50%;
	margin-left: -500px;
	*/
    position: absolute;
	}


/*start header*/
.header{
	width:980px; 
	height:82px;
	left: 50%;
	margin-left: -500px;
    position: absolute;
	}
.navigation{
	filter: none;
	width:980px; 
	height:82px; 
	margin:10px; 
	float:left; 
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	background: #ad0000; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FkMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  #ad0000 0%, #ff0000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ad0000), color-stop(100%,#ff0000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #ad0000 0%,#ff0000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #ad0000 0%,#ff0000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #ad0000 0%,#ff0000 100%); /* IE10+ */
	background: linear-gradient(to right,  #ad0000 0%,#ff0000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad0000', endColorstr='#ff0000',GradientType=1 ); /* IE6-8 */
	margin-bottom:10px;
	}
.brand{ 
	width:187px; 
	height:80px; 
	float:left; 
	background-image:url(../img/brand.png); 
	margin-left:10px;
	}


	/*start navigation */
	.nav-content{ 
		width:656px; 
		height:82px; 
		float:left; 
		margin-left:122px;
		}
	.btn {
		width: 82px;
		height: 82px;
		display:block; 
		float:left;
		}
	.btnContainer a{ 
		float:left; 
		}
	.inicio_btn { 
		background-image:url(../img/btn/home.png);
		background-repeat:no-repeat; 
		}
	.inicio_btn:hover{ 
		background-image:url(../img/btn/home-on.png);
		background-repeat:no-repeat; 
		background-position: 0px -1px; 
		cursor:pointer;
		}
	#inicio_btn.activo{ 
		background-image:url(../img/btn/home-on.png);
	 	background-repeat:no-repeat; 
		background-position: 0px -1px; 
		cursor:pointer;
		}
	.digital_btn { 
		background-image: url(../img/btn/digital.png); 
		background-repeat:no-repeat; 
		}
	.digital_btn:hover{ 
		background-image: url(../img/btn/digital-on.png); 
		background-repeat:no-repeat; 
		background-position: 0px -1px; 
		cursor:pointer;
		}
	#digital_btn.activo{ 
		background-image: url(../img/btn/digital-on.png); 
		background-repeat:no-repeat; 
		background-position: 0px -1px; 
		cursor:pointer;
		}
	.plotters_btn { 
		background-image: url(../img/btn/plotters.png); 
		background-repeat:no-repeat; 
		}	
	.plotters_btn:hover{ 
		background-image: url(../img/btn/plotters-on.png); 
		background-repeat:no-repeat; 
		background-position: 0px -1px; 
		cursor:pointer;
		}
	#plotters_btn.activo{ 
		background-image: url(../img/btn/plotters-on.png);
		background-repeat:no-repeat; 
		background-position: 0px -1px; 
		cursor:pointer;
		}
	.servicios_btn { 
		background-image: url(../img/btn/servicios.png); 
		background-repeat:no-repeat; 
		}
	.servicios_btn:hover{ 
		background-image: url(../img/btn/servicios-on.png); 
		background-repeat:no-repeat; 
		background-position: 0px -1px; 
		cursor:pointer;
		}
	#servicios_btn.activo{ 
		background-image: url(../img/btn/servicios-on.png);
	 	background-repeat:no-repeat; 
		background-position: 0px -1px; 
		cursor:pointer;
		}	
	.etiquetas_btn { 
		background-image: url(../img/btn/etiquetas.png); 
		background-repeat:no-repeat; 
		}
	.etiquetas_btn:hover{ 
		background-image: url(../img/btn/etiquetas-on.png); 
		background-repeat:no-repeat; 
		background-position: 0px -1px; 
		cursor:pointer;
		}
	#etiquetas_btn.activo{ 
		background-image: url(../img/btn/etiquetas-on.png);
		background-repeat:no-repeat; 
		background-position: 0px -1px; 
		cursor:pointer;
		}
	.offset_btn { 
		background-image: url(../img/btn/offset.png); 
		background-repeat:no-repeat; 
		}
	.offset_btn:hover{ 
		background-image: url(../img/btn/offset-on.png); 
		background-repeat:no-repeat; 
		background-position: 0px -1px; 
		cursor:pointer;
		}
	#offset_btn.activo{ 
		background-image: url(../img/btn/offset-on.png);
		background-repeat:no-repeat; 
		background-position: 0px -1px; 
		cursor:pointer;
		}
	.finishing_btn { 
		background-image: url(../img/btn/finishing.png); 
		background-repeat:no-repeat; 
		}
	.finishing_btn:hover{ 
		background-image: url(../img/btn/finishing-on.png); 
		background-repeat:no-repeat; 
		background-position: 0px -1px; 
		cursor:pointer;
		}
	#finishing_btn.activo{ 
		background-image: url(../img/btn/finishing-on.png);
		background-repeat:no-repeat; 
		background-position: 0px -1px; 
		cursor:pointer;
		}
	.info_btn { 
		background-image: url(../img/btn/info.png); 
		background-repeat:no-repeat; 
		}
	.info_btn:hover{ 
		background-image: url(../img/btn/info-on.png); 
		background-repeat:no-repeat; 
		background-position: 0px -1px; 
		cursor:pointer;
		}
	#info_btn.activo{ 
		background-image: url(../img/btn/info-on.png);
		background-repeat:no-repeat; 
		background-position: 0px -1px; 
		cursor:pointer;
		}
	.club_btn { 
		background-image: url(../img/btn/club.png); 
		background-repeat:no-repeat; 
		}
	.club_btn:hover{ 
		background-image: url(../img/btn/club-on.png); 
		background-repeat:no-repeat; 
		background-position: 0px -1px; 
		cursor:pointer;
		}
	#club_btn.activo{ 
		background-image: url(../img/btn/club-on.png);
		background-repeat:no-repeat; 
		background-position: 0px -1px; 
		cursor:pointer;
		}
	.contacto_btn { 
		background-image: url(../img/btn/contacto.png); 
		background-repeat:no-repeat; 
		}
	.contacto_btn:hover{ 
		background-image: url(../img/btn/contacto-on.png); 
		background-repeat:no-repeat; 
		background-position: 0px -1px; 
		cursor:pointer;
		}
	#contacto_btn.activo{ 
		background-image: url(../img/btn/contacto-on.png);
		background-repeat:no-repeat; 
		background-position: 0px -1px; 
		cursor:pointer;
		}
	/*end navigation*/


	/*start banner*/
	.banner{ 
		background-color:#093; 
		width:980px; 
		height:246px; 
		margin-left:10px;
		border-radius: 5px; 
		-moz-border-radius: 5px; 
		-webkit-border-radius: 5px; 
		float:left;
		}
	/*end banner*/


/*end header*/


/*start content*/
.content{ 
	width:100%; 
	height:404px; 
	float:left;
	margin-top:10px; 
	background-color:#00F;
	top:348px; 
	position:absolute;
	}
.loader{ 
	width:100%; 
	height:404px; 
	float:left;
	background-color: #960;
	}
/*end content*/


/*start footer*/
.footer{
	filter: none;
	width:980px; 
	height:82px; 
	margin:10px; 
	float:left; 
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	background: #ad0000; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FkMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  #ad0000 0%, #ff0000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ad0000), color-stop(100%,#ff0000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #ad0000 0%,#ff0000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #ad0000 0%,#ff0000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #ad0000 0%,#ff0000 100%); /* IE10+ */
	background: linear-gradient(to right,  #ad0000 0%,#ff0000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad0000', endColorstr='#ff0000',GradientType=1 ); /* IE6-8 */
	left: 50%;
	margin-left: -491px; 
	top:762px;
    position: absolute;
	}
.txt{ 
	margin:8px; 
	width:114px; 
	height:62px; 
	float:left;
	}
.tel{
	margin-top:21px; 
	margin-left:622px;
	width:215px; 
	height:62px; 
	float:left;
	}
.onda{ 
	background-image:url(../img/onda.png); 
	width:357; 
	height:51px; 
	background-repeat:no-repeat; 
	position:relative; 
	top:31px; 
	left:623px;
	}
.afip{ 
	width:100px; 
	height:100px; 
	}
/*end footer*/