body {
 margin: 0px;
 font-size: 24px;
 background-color: #f2f2f2;
 font-family: Helvetica, Verdana, Arial;
 text-align: left;
}

/* BARRA SUPERIOR */

#barra-superior {
	z-index: 1;
	background-color: #0c0c0c;
	height: 68px;
	width: 100%;
}


#fondo-barra-superior {
	position: absolute;
	z-index: 2;
	height: 68px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}

#degradado-barra-superior {
	z-index: 0;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-x;
	left: 0px;
	top: 0px;
	position: absolute;
	height: 68px;
	width: 100%;
	background-image: url(../images/degradado-barra-superior.png);
}
#reflejo {
	margin-right: auto;
	margin-left: auto;
	right: 200px;
	left: 200px;
	position: relative;
	margin-top: 20px;
	z-index: 0;
}

/* CABECERA */

#cabecera {
	left: auto;
	position: absolute;
	z-index: 1;
	background-repeat: repeat-x;
	height: 200px;
	width: 100%;
	background-position: center;
	background-image: url(../images/fondo-cabecera.png);
}

           

/* MENò */

#menu {
 bottom: 10px;
 position: relative;
 margin-left: auto;
 margin-right: auto;
 width: 1000px;
 z-index: 2;
 border-bottom: none;
}

#menu li a, #menu li {
 z-index: 2;
 text-shadow: 0px 0px 7px black;
 color: white;
 float: left;
}

#menu li {
 display: run-in;
 z-index: 2;
 height: 50px;
 width: 198px;
 list-style: none;
 position: relative;
}

#menu li a {
 z-index: 2;
 padding-left: 60px;
 padding-top: 10px;
 height: 50px;
 background-repeat: no-repeat;
 background-image: url(../images/menu.png);
 width: 198px;
 text-decoration: none;
 
}

#menu #decorativa a {
 z-index: 2;
 padding-left: 60px;
 padding-top: 10px;
 height: 50px;
 background-repeat: no-repeat;
 background-image: url(../images/decorativa.png);
 width: 198px;
 text-decoration: none;
 
}

#menu #maderas a {
 padding-left: 60px;
 padding-top: 10px;
 height: 50px;
 background-repeat: no-repeat;
 background-image: url(../images/maderas.png);
 width: 198px;
 text-decoration: none;
 
}

#menu #automotriz a {
 z-index: 2;
 padding-left: 60px;
 padding-top: 10px;
 height: 50px;
 background-repeat: no-repeat;
 background-image: url(../images/automotriz.png);
 width: 198px;
 text-decoration: none;
 
}

#menu #industrial a {
 z-index: 2;
 padding-left: 60px;
 padding-top: 10px;
 height: 50px;
 background-repeat: no-repeat;
 background-image: url(../images/industrial.png);
 width: 198px;
 text-decoration: none;
 
}

#menu #inicio a {
 z-index: 2;
 padding-left: 60px;
 padding-top: 10px;
 height: 50px;
 background-repeat: no-repeat;
 background-image: url(../images/inicio.png);
 width: 198px;
 text-decoration: none;
 
}

#menu #contacto a {
 z-index: 2;
 padding-left: 60px;
 padding-top: 10px;
 height: 50px;
 background-repeat: no-repeat;
 background-image: url(../images/contacto.png);
 width: 198px;
 text-decoration: none;
 
}

#menu #inicio a:hover {


	z-index: 2;


	height: 50px;


	width: 198px;


	background-image: url(../images/inicio-hover.png);


}


             

#menu #contacto a:hover {


	z-index: 2;


	height: 50px;


	width: 198px;


	background-image: url(../images/contacto-hover.png);


}


             

#menu #decorativa a:hover {


	z-index: 2;


	height: 50px;


	width: 198px;


	background-image: url(../images/decorativa-hover.png);


}


             

#menu #maderas a:hover {


	z-index: 2;


	height: 50px;


	width: 198px;


	background-image: url(../images/maderas-hover.png);


}


             

#menu #automotriz a:hover {


	z-index: 2;


	height: 50px;


	width: 198px;


	background-image: url(../images/automotriz-hover.png);


}


             

#menu #industrial a:hover {


	z-index: 2;


	height: 50px;


	width: 198px;


	background-image: url(../images/industrial-hover.png);


}


             

#menu li a:hover {


	z-index: 2;


	width: 198px;


	background-image: url(../images/menu-hover.png);


}


/* SUBMENU */

#menu li ul {
 z-index: 2;
 display: none;
 position: absolute;
 left: 0;
 top: 100%;
 padding: 0; margin: 0;
}

#menu li:hover >ul {
 z-index: 2;
 display: block;
}

#menu li ul li, #menu li ul li a {
 z-index: 2;
 float: none;
}

#menu li ul li {
 z-index: 2;
 _display: inline; /* for IE6 */
}

#menu li ul li a {
 z-index: 2;
 height: 50px;
 width: 198px;
 display: block;
}

/* SUBSUB Menu */

#menu li ul li ul {
 z-index: 2;
 display: none;
}

#menu li ul li:hover ul {
 z-index: 2;
 left: 100%;
 top: 0;
}

#menu li ul

#contenido {
	z-index: 2;
	top: 160px;
	position: absolute;
	background-image: url(../images/fondo-contenido.png);
	height: 500px;
	width: 100%;
}



/* PIE */
#contenido {
	background-color: black;
	height: 1400px;
	background-position: center top;
	z-index: 0;
	position: absolute;
	width: 100%;
	background-repeat: no-repeat;
	background-image: url(../images/fondo-rayas.jpg);
}

#recuadro {
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/fondo-detalle.png);
	top: 200px;
	background-repeat: no-repeat;
	position: relative;
	right: auto;
	z-index: 1;
	height: 1000px;
	width: 900px;
	border-width: 0px;
}

#recuadro-detalle {
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/fondo-detalle.png);
	top: 200px;
	background-repeat: no-repeat;
	position: relative;
	right: auto;
	z-index: 1;
	height: 1000px;
	width: 900px;
	border-width: 0px;
}

#recuadro-index {
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/fondo-index.png);
	top: 200px;
	background-repeat: no-repeat;
	position: relative;
	right: auto;
	z-index: 1;
	height: 1100px;
	width: 900px;
	border-width: 0px;
}

.linea {
	margin-left: auto;
	margin-right: auto;
	top: 50px;
	font-weight: bold;
	text-align: center;
	font-size: 50px;
	position: relative;
	text-decoration: none;
	color: #3f3f3f;
}

.link {
	padding-top: 90px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 16px;
	position: relative;
	color: #3f3f3f;
}

.link:hover {
	padding-top: 90px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 16px;
	position: relative;
	color: #36A9E1;
}

.link:active {
	padding-top: 90px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 16px;
	position: relative;
	color: #E94E1B;
}

#logo {
	border-width: 0px;
	z-index: 3;
	left: 20px;
	top: 100px;
	position: absolute;
}

#diapositivas {
	background-color: black;
	margin: 0px;
	left: 50px;
	bottom: auto;
	z-index: 2;
	top: 50px;
	height: 450px;	
	position: absolute;	
	width: 800px;
}

#imagenes {	
	margin: 0px;	
	border: 1px solid #a7a7a7;	
	height: 450px;	
	width: 800px;
}

#imagenes a.mini {
	margin: 0px;
	display:none;
}

#comandos-diapositivas h4 {
		color: #7f7f7f;
		font-size: 10px;
		margin-top:1px;
		width:100%;
}

#espacio {
	background-color: #0c0c0c;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	top: 50px;
	position: relative;
	height: 530px;
	width: 100%;
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
		-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
		-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}

#imagen-noticia {
	left: 50px;
	top: 550px;
	z-index: 4;
	position: absolute;
	background-repeat: no-repeat;
}

#noticia {
		color: #333333;
		left: 350px;
		position: absolute;
		top: 550px;
		width: 300px;
	}

#social {
	width: 400px;
	right: 50px;
	top: 850px;
	z-index: 4;
	position: absolute;
	background-repeat: no-repeat;
}

.siguenos {
	top: 30px;
	left: 30px;
	position: absolute;
	font-size: 36px;
	text-shadow: 0px 0px 4px #333333;
	color: #333333;
}

#facebook {
	left: 250px;
	top: 40px;
	position: absolute;
}

#twitter {
	position: absolute;
	left: 350px;
	top: 40px;
}
#mapas {
	font-size: 11px;
	border-width: 0px;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
	position: absolute;
	left: 300px;
	height: 400px;
	width: 800px;
}

.widget {
z-index: 5;
left: 100px;
top: 100px;
position: absolute;
font-size: 16px;
width: 700px;
background: #0c0c0c;
border: 1px solid #dedbd1;
}

	.widget a {
	color: white;
	text-decoration: none;
	}
	
	.widget a:hover {
	color: #3399ff;
	text-decoration: underline;
	}

	.tabnav li {
	display: inline;
	list-style: none;
	padding-right: 5px;
	}
	
		.tabnav li a {
		padding-left: 5px;
		padding-bottom: 4px;
		padding-right: 5px;
		padding-top: 4px;
		text-decoration: none;
		text-transform: uppercase;
		color: white;
		font-weight: bold;
		outline: none;
		}
		
		.tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {
		background: #ffcc00;
		color: #0c0c0c;
		text-decoration: none;
		}
		
	.tabdiv {
	margin-top: 2px;
	background: #fff;
	border: 1px solid #dedbd1;
	padding: 5px;
	}
	
		.tabdiv li {
		margin-left: 20px;
		}

#rodillo {
	top: 950px;
	right: -20px;
	position: absolute;
}

.ui-tabs-hide {
		display: none;
		}

		#featuredvid {
		text-align: center;
		}
		
			#formulario {
				height: 500px;
				width: 450px;
				left: 50px;
				margin-right: auto;
				margin-left: auto;
				position: absolute;
				top: 100px;
			}
			
			input, textarea { 
	float: right; 
	color: white; 
	padding: 9px;
	border: solid 1px #E5E5E5;
	outline: 0;
	font: bold 13px/100% Verdana, Tahoma, sans-serif;
	width: 300px;
	background: #3f3f3f  left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#3f3f3f), color-stop(4%, #0c0c0c), to(#3f3f3f));
	background: -moz-linear-gradient(top, #3f3f3f, #0c0c0c 1px, #3f3f3f 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	}

textarea { 
	max-height: 250px; 
	top: 50px; 
	position: relative; 
	width: 400px;
	max-width: 400px;
	height: 150px;
	line-height: 150%;
	}

input:hover, textarea:hover,
input:focus, textarea:focus { 
	border-color: #3399FF; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 12px;
	}

.form label { 
	margin-right: 10px; 
	color: #3f3f3f; 
	}

.submit input {
	margin-right: 10px;
	top: 80px;
	position: relative;
	width: auto;
	padding: 9px 15px;
	background: #617798;
	border: 0;
	font-size: 14px;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

#asunto {
		font-size: 14px;
	}

#info {
		padding: 10px;
		background: #3f3f3f  left top repeat-x;
		background: -webkit-gradient(linear, left top, left 25, from(#0c0c0c), color-stop(25%, #3f3f3f), to(#0c0c0c));
		background: -moz-linear-gradient(top, #0c0c0c, #3f3f3f 1px, #0c0c0c 75%);
		box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
		-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
		-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
		color: white;
		font-size: 16px;
	}

.icono {
		right: 50px;
		border-width: 0px;
		top: 150px;
		position: absolute;
	}

#logo-barra {
		border-width: 0px;
		left: 100px;
		top: 4px;
		position: absolute;
	}

#intro {
		top: 50px;
		left: 68px;
		position: absolute;
		width: 800px;
}
	
#pie {
	bottom: 0px;
	z-index: 4;
	background-position: 0 top;
	font-size: 15px;
	text-align: center;
	color: white;
	text-shadow: 0px 0px 2px white;
	padding-top: 10px;
	position: fixed;
	background-color: #0c0c0c;
	background-image: url(../images/degradado-pie.png);
	background-repeat: repeat-x;
	height: 30px;
	width: 100%;
}

.imagen-detalle {
	right: 50px;
	top: 150px;
	position: absolute;
}

.parrafo {
	text-align: justify;
	font-size: 16px;
	color: #3f3f3f;
	left: 50px;
	top: 120px;
	position: relative;
	width: 400px;
}

.pdf {
	border-bottom-width: 2px;
	border-bottom-style: double;
	right: 120px;
	font-size: 18px;
	text-decoration: none;
	width: 100px;
	background-position: left bottom;
	color: #ff3333;
	bottom: 30px;
	position: absolute;
}

.imagen-pdf {
	right: 50px;
	height: 50px;
	width: 50px;
	border-width: 0px;
	text-decoration: none;
	background-position: left bottom;
	background-repeat: no-repeat;
	bottom: 30px;
	position: absolute;
}

.titulo {
	color: #3399ff;
	font-weight: bold;
	left: -20px;
	position: relative;
}

.colores {
	border-width: 0px;
	width: 350px;
	top: 450px;
	left: 500px;
	position: absolute;
}

.imagen-aplicacion {
	right: 20px;
	top: 30px;
	background-repeat: no-repeat;
	height: 135px;
	width: 400px;
	position: relative;
}

.volver {
	z-index: 4;
	height: 40px;
	width: 80px;
	color: #3f3f3f;
	text-decoration: none;
	position: absolute;
	left: 110px;
	top: 60px;
}

.volver:hover {
	z-index: 4;
	height: 40px;
	width: 80px;
	color: #3399ff;
	text-decoration: none;
	position: absolute;
	left: 110px;
	top: 60px;
}

.flecha {
	z-index: 4;
	background-repeat: no-repeat;
	height: 50px;
	width: 50px;
	background-image: url(../images/flecha.png);
	border-width: 0px;
	left: 50px;
	top: 50px;
	position: absolute;
}

.flecha:hover {
	z-index: 4;
	background-repeat: no-repeat;
	height: 50px;
	width: 50px;
	background-image: url(../images/flecha-hover.png);
	border-width: 0px;
	left: 50px;
	top: 50px;
	position: absolute;
}

.flecha:active {
	z-index: 4;
	background-repeat: no-repeat;
	height: 50px;
	width: 50px;
	background-image: url(../images/flecha-active.png);
	border-width: 0px;
	left: 50px;
	top: 50px;
	position: absolute;
}

.claves {
	height: 250px;
	width: 200px;
	top: 650px;
	left: 470px;
	font-size: 14px;
	color: #3f3f3f;
	position: absolute;
}

.claves2 {
	height: 250px;
	width: 200px;
	top: 650px;
	left: 670px;
	font-size: 14px;
	color: #3f3f3f;
	position: absolute;
}

#color-1 {
border-width: 0px;
height: 150px;
width: 150px;
top: 500px;
right: 430px;
position:absolute;
visibility:hidden;

}

#color-2 {
border-width: 0px;
height: 150px;
width: 150px;
top: 500px;
right: 430px;
position:absolute;
visibility:hidden;

}

#color-3 {
border-width: 0px;
height: 150px;
width: 150px;
top: 500px;
right: 430px;
position:absolute;
visibility:hidden;

}

#color-4 {
border-width: 0px;
height: 150px;
width: 150px;
top: 500px;
right: 430px;
position:absolute;
visibility:hidden;

}

#color-5 {
border-width: 0px;
height: 119px;
width: 150px;
top: 500px;
right: 430px;
position:absolute;
visibility:hidden;

}

#color-6 {
border-width: 0px;
height: 150px;
width: 150px;
top: 500px;
right: 430px;
position:absolute;
visibility:hidden;

}

#color-7 {
border-width: 0px;
height: 150px;
width: 150px;
top: 500px;
right: 430px;
position:absolute;
visibility:hidden;

}

#color-8 {
border-width: 0px;
height: 150px;
width: 150px;
top: 500px;
right: 430px;
position:absolute;
visibility:hidden;

}

#color-9 {
border-width: 0px;
height: 150px;
width: 150px;
top: 500px;
right: 430px;
position:absolute;
visibility:hidden;

}

#color-10 {
border-width: 0px;
height: 150px;
width: 150px;
top: 500px;
right: 430px;
position:absolute;
visibility:hidden;

}

#color-11 {
border-width: 0px;
height: 150px;
width: 150px;
top: 500px;
right: 430px;
position:absolute;
visibility:hidden;

}

#color-12 {
border-width: 0px;
height: 150px;
width: 150px;
top: 500px;
right: 430px;
position:absolute;
visibility:hidden;

}

#color-13 {
border-width: 0px;
height: 150px;
width: 150px;
top: 500px;
right: 430px;
position:absolute;
visibility:hidden;

}

#color-14 {
border-width: 0px;
height: 150px;
width: 150px;
top: 500px;
right: 430px;
position:absolute;
visibility:hidden;

}

#color-15 {
border-width: 0px;
height: 150px;
width: 150px;
top: 500px;
right: 430px;
position:absolute;
visibility:hidden;

}

#color-16 {
border-width: 0px;
height: 150px;
width: 150px;
top: 500px;
right: 430px;
position:absolute;
visibility:hidden;

}

#color-17 {
border-width: 0px;
height: 150px;
width: 150px;
top: 500px;
right: 430px;
position:absolute;
visibility:hidden;

}

#color-18 {
border-width: 0px;
height: 150px;
width: 150px;
top: 500px;
right: 430px;
position:absolute;
visibility:hidden;

}

#color-19 {
border-width: 0px;
height: 150px;
width: 150px;
top: 500px;
right: 430px;
position:absolute;
visibility:hidden;

}

#color-20 {
border-width: 0px;
height: 150px;
width: 150px;
top: 500px;
right: 430px;
position:absolute;
visibility:hidden;

}

#color-21 {
border-width: 0px;
height: 150px;
width: 150px;
top: 500px;
right: 430px;
position:absolute;
visibility:hidden;

}

#color-22 {
border-width: 0px;
height: 150px;
width: 150px;
top: 500px;
right: 430px;
position:absolute;
visibility:hidden;

}

#color-23 {
border-width: 0px;
height: 150px;
width: 150px;
top: 500px;
right: 430px;
position:absolute;
visibility:hidden;

}

#color-24 {
border-width: 0px;
height: 150px;
width: 150px;
top: 500px;
right: 430px;
position:absolute;
visibility:hidden;

}

#color-25 {
border-width: 0px;
height: 150px;
width: 150px;
top: 500px;
right: 430px;
position:absolute;
visibility:hidden;

}

#color-26 {
border-width: 0px;
height: 150px;
width: 150px;
top: 500px;
right: 430px;
position:absolute;
visibility:hidden;

}

#color-27 {
border-width: 0px;
height: 120px;
width: 150px;
top: 500px;
right: 430px;
position:absolute;
visibility:hidden;

}

#color-28 {
border-width: 0px;
height: 120px;
width: 150px;
top: 500px;
right: 430px;
position:absolute;
visibility:hidden;

}

#menu-mapas {
	background-repeat: no-repeat;
	background-position: right;
	background-image: url(../images/fondo-menu-mapas.png);
	text-align: left;
	text-decoration: none;
	position: absolute;
	left: 50px;
	top: 50px;
	height: 400px;
	width: 250px;
}

#opcion1-mapas {
	background-repeat: no-repeat;
	background-position: right;
	background-image: url(../images/menu-mapa.png);
	text-align: left;
	text-decoration: none;
	position: absolute;
	top: 0px;
	height: 100px;
	width: 200px;
}

#opcion2-mapas {
	background-repeat: no-repeat;
	background-position: right;
	background-image: url(../images/menu-mapa.png);
	text-align: left;
	text-decoration: none;
	position: absolute;
	top: 50px;
	height: 100px;
	width: 200px;
}

#opcion3-mapas {
	background-repeat: no-repeat;
	background-position: right;
	background-image: url(../images/menu-mapa.png);
	text-align: left;
	text-decoration: none;
	position: absolute;
	top: 100px;
	height: 100px;
	width: 200px;
}

#opcion4-mapas {
	background-repeat: no-repeat;
	background-position: right;
	background-image: url(../images/menu-mapa.png);
	text-align: left;
	text-decoration: none;
	position: absolute;
	top: 150px;
	height: 100px;
	width: 200px;
}

#opcion-mapas:focus {
	background-repeat: no-repeat;
	background-position: right;
	background-image: url(../images/fondo-menu-mapas.png);
	text-align: left;
	text-decoration: none;
	position: absolute;
	left: 100px;
	top: 50px;
	height: 400px;
	width: 200px;
}

#vinicasa {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 50px;
	top: 50px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/vinicasa-mini.gif);
}

#vinicasa:hover {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 50px;
	top: 50px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/vinicasa-hover.gif);
}

#vinicasa:active {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 50px;
	top: 50px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/vinicasa-active.gif);
}

#esmalte-galaxie {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 50px;
	top: 50px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/galaxie2000-mini.gif);
}

#barniz-transparente {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 50px;
	top: 50px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/acabados-maderas-mini.gif);
}

#alkid {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 50px;
	top: 50px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/alkid-mini.gif);
}

#esmalte-galaxie:hover {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 50px;
	top: 50px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/galaxie2000-hover.gif);
}

#barniz-transparente:hover {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 50px;
	top: 50px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/acabados-maderas-hover.gif);
}

#alkid:hover {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 50px;
	top: 50px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/alkid-hover.gif);
}

#esmalte-galaxie:active {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 50px;
	top: 50px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/galaxie2000-active.gif);
}

#barniz-transparente:active {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 50px;
	top: 50px;
	height: 120px;
	width: 120px;

	background-image: url(../images/envases/acabados-maderas-active.gif);
	
}

#alkid:active {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 50px;
	top: 50px;
	height: 120px;
	width: 120px;

	background-image: url(../images/envases/alkid-active.gif);
	
}

#vinimural {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 250px;
	top: 50px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/vinimural-mini.gif);
}

#primario-piroxilina {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 250px;
	top: 50px;
	height: 120px;
	width: 120px;

	background-image: url(../images/envases/galaxie-mini.gif);
}

#barniz-tinte {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 250px;
	top: 50px;
	height: 120px;
	width: 120px;

	background-image: url(../images/envases/acabados-maderas-mini.gif);
}

#esmalte-industrial {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 250px;
	top: 50px;
	height: 120px;
	width: 120px;

	background-image: url(../images/envases/esmalte-industrial-mini.gif);
}

#vinimural:hover {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 250px;
	top: 50px;
	height: 120px;
	width: 120px;

	background-image: url(../images/envases/vinimural-hover.gif);

}

#primario-piroxilina:hover {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 250px;
	top: 50px;
	height: 120px;
	width: 120px;

	background-image: url(../images/envases/galaxie-hover.gif);
	
}

#barniz-tinte:hover {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 250px;
	top: 50px;
	height: 120px;
	width: 120px;

	background-image: url(../images/envases/acabados-maderas-hover.gif);
	
}

#esmalte-industrial:hover {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 250px;
	top: 50px;
	height: 120px;
	width: 120px;

	background-image: url(../images/envases/esmalte-industrial-hover.gif);

}

#vinimural:active {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 250px;
	top: 50px;
	height: 120px;
	width: 120px;

	background-image: url(../images/envases/vinimural-active.gif);
	
}

#primario-piroxilina:active {
	background-image: url(../images/envases/galaxie-active.gif);
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 250px;
	top: 50px;
	height: 120px;
	width: 120px;

}

#barniz-tinte:active {
	background-image: url(../images/envases/acabados-maderas-active.gif);
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 250px;
	top: 50px;
	height: 120px;
	width: 120px;

}

#esmalte-industrial:active {
	background-image: url(../images/envases/esmalte-industrial-active.gif);
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 250px;
	top: 50px;
	height: 120px;
	width: 120px;

}

#cpp-500 {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 450px;
	top: 50px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/cpp-500-mini.gif);
}

#primario-universal {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 450px;
	top: 50px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/galaxie-mini.gif);
}

#barniz-ab {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 450px;
	top: 50px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/acabados-maderas-mini.gif);
}

#esmalte-plus {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 450px;
	top: 50px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/esmalte-plus-mini.gif);
}

#cpp-500:hover {
	background-image: url(../images/envases/cpp-500-hover.gif);
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 450px;
	top: 50px;
	height: 120px;
	width: 120px;
}

#primario-universal:hover {
	background-image: url(../images/envases/galaxie-hover.gif);
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 450px;
	top: 50px;
	height: 120px;
	width: 120px;
}

#barniz-ab:hover {
	background-image: url(../images/envases/acabados-maderas-hover.gif);
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 450px;
	top: 50px;
	height: 120px;
	width: 120px;
}

#esmalte-plus:hover {
	background-image: url(../images/envases/esmalte-plus-hover.gif);
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 450px;
	top: 50px;
	height: 120px;
	width: 120px;
}

#cpp-500:active {
	background-image: url(../images/envases/cpp-500-active.gif);
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 450px;
	top: 50px;
	height: 120px;
	width: 120px;
}

#primario-universal:active {
	background-image: url(../images/envases/galaxie-active.gif);
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 450px;
	top: 50px;
	height: 120px;
	width: 120px;
}

#barniz-ab:active {
	background-image: url(../images/envases/acabados-maderas-active.gif);
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 450px;
	top: 50px;
	height: 120px;
	width: 120px;
}

#esmalte-plus:active {
	background-image: url(../images/envases/esmalte-plus-active.gif);
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 450px;
	top: 50px;
	height: 120px;
	width: 120px;
}

#satin {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 650px;
	top: 50px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/satin-mini.gif);
}

#removedor {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 650px;
	top: 50px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/producto-especial-mini.gif);
}

#sellador-as {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 650px;
	top: 50px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/acabados-maderas-mini.gif);
}

#fondo-ac {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 650px;
	top: 50px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/primario-ac-mini.gif);
}

#satin:hover {
	background-image: url(../images/envases/satin-hover.gif);
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 650px;
	top: 50px;
	height: 120px;
	width: 120px;
}

#removedor:hover {
	background-image: url(../images/envases/producto-especial-hover.gif);
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 650px;
	top: 50px;
	height: 120px;
	width: 120px;
}

#sellador-as:hover {
	background-image: url(../images/envases/acabados-maderas-hover.gif);
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 650px;
	top: 50px;
	height: 120px;
	width: 120px;
}

#fondo-ac:hover {
	background-image: url(../images/envases/primario-ac-hover.gif);
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 650px;
	top: 50px;
	height: 120px;
	width: 120px;
}

#satin:active {
	background-image: url(../images/envases/satin-active.gif);
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 650px;
	top: 50px;
	height: 120px;
	width: 120px;
}

#removedor:active {
	background-image: url(../images/envases/producto-especial-active.gif);
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 650px;
	top: 50px;
	height: 120px;
	width: 120px;
}

#sellador-as:active {
	background-image: url(../images/envases/acabados-maderas-active.gif);
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 650px;
	top: 50px;
	height: 120px;
	width: 120px;
}

#fondo-ac:active {
	background-image: url(../images/envases/primario-ac-active.gif);
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 650px;
	top: 50px;
	height: 120px;
	width: 120px;
}

#fashion {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 50px;
	top: 200px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/fashion-mini.gif);
}

#pulimento {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 50px;
	top: 200px;
	height: 120px;
	width: 120px;

	background-image: url(../images/envases/pulimento-mini.gif);
}

#resanador-madera {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 50px;
	top: 200px;
	height: 120px;
	width: 120px;

	background-image: url(../images/envases/acabados-maderas-mini.gif);
}

#fondo-industrial {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 50px;
	top: 200px;
	height: 120px;
	width: 120px;

	background-image: url(../images/envases/primario-ac-mini.gif);
}

#fashion:hover {
	background-image: url(../images/envases/fashion-hover.gif);
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 50px;
	top: 200px;
	height: 120px;
	width: 120px;

}

#pulimento:hover {
	background-image: url(../images/envases/pulimento-hover.gif);
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 50px;
	top: 200px;
	height: 120px;
	width: 120px;

}

#resanador-madera:hover {
	background-image: url(../images/envases/acabados-maderas-hover.gif);
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 50px;
	top: 200px;
	height: 120px;
	width: 120px;

}

#fondo-industrial:hover {
	background-image: url(../images/envases/primario-ac-hover.gif);
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 50px;
	top: 200px;
	height: 120px;
	width: 120px;

}

#fashion:active {
	background-image: url(../images/envases/fashion-active.gif);
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 50px;
	top: 200px;
	height: 120px;
	width: 120px;

}

#pulimento:active {
	background-image: url(../images/envases/pulimento-active.gif);
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 50px;
	top: 200px;
	height: 120px;
	width: 120px;

}

#resanador-madera:active {
	background-image: url(../images/envases/acabados-maderas-active.gif);
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 50px;
	top: 200px;
	height: 120px;
	width: 120px;

}

#fondo-industrial:active {
	background-image: url(../images/envases/primario-ac-active.gif);
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 50px;
	top: 200px;
	height: 120px;
	width: 120px;

}

#vini-pet {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 250px;
	top: 200px;
	height: 120px;
	width: 120px;

	background-image: url(../images/envases/vini-pet-mini.gif);
}

#endurecedor {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 250px;
	top: 200px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/endurecedor-mini.gif);
}

#laca-transparente {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 250px;
	top: 200px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/acabados-maderas-mini.gif);
}

#primario-ac {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 250px;
	top: 200px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/primario-ac-mini.gif);
}

#vini-pet:hover {
	background-image: url(../images/envases/vini-pet-hover.gif);
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 250px;
	top: 200px;
	height: 120px;
	width: 120px;
}

#endurecedor:hover {
	background-image: url(../images/envases/endurecedor-hover.gif);
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 250px;
	top: 200px;
	height: 120px;
	width: 120px;
}

#laca-transparente:hover {
	background-image: url(../images/envases/acabados-maderas-hover.gif);
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 250px;
	top: 200px;
	height: 120px;
	width: 120px;
}

#primario-ac:hover {
	background-image: url(../images/envases/primario-ac-hover.gif);
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 250px;
	top: 200px;
	height: 120px;
	width: 120px;
}

#vini-pet:active {
	background-image: url(../images/envases/vini-pet-active.gif);
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 250px;
	top: 200px;
	height: 120px;
	width: 120px;
}

#endurecedor:active {
	background-image: url(../images/envases/endurecedor-active.gif);
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 250px;
	top: 200px;
	height: 120px;
	width: 120px;
}

#laca-transparente:active {
	background-image: url(../images/envases/acabados-maderas-active.gif);
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 250px;
	top: 200px;
	height: 120px;
	width: 120px;
}

#primario-ac:active {
	background-image: url(../images/envases/primario-ac-active.gif);
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 250px;
	top: 200px;
	height: 120px;
	width: 120px;
}

#imper-cpp {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 450px;
	top: 200px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/imper-cpp-mini.gif);
}

#resanador {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 450px;
	top: 200px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/galaxie2000-mini.gif);
}

#laca-color {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 450px;
	top: 200px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/acabados-maderas-mini.gif);
}

#primario-eco {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 450px;
	top: 200px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/galaxie-mini.gif);
}

#imper-cpp:hover {
	background-image: url(../images/envases/imper-cpp-hover.gif);
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 450px;
	top: 200px;
	height: 120px;
	width: 120px;
}

#resanador:hover {
	background-image: url(../images/envases/galaxie2000-hover.gif);
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 450px;
	top: 200px;
	height: 120px;
	width: 120px;
}

#laca-color:hover {
	background-image: url(../images/envases/acabados-maderas-hover.gif);
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 450px;
	top: 200px;
	height: 120px;
	width: 120px;

}

#primario-eco:hover {
	background-image: url(../images/envases/galaxie-hover.gif);
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 450px;
	top: 200px;
	height: 120px;
	width: 120px;

}

#imper-cpp:active {
	background-image: url(../images/envases/imper-cpp-active.gif);
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 450px;
	top: 200px;
	height: 120px;
	width: 120px;

}

#resanador:active {
	background-image: url(../images/envases/galaxie2000-active.gif);
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 450px;
	top: 200px;
	height: 120px;
	width: 120px;

}

#laca-color:active {
	background-image: url(../images/envases/acabados-maderas-active.gif);
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 450px;
	top: 200px;
	height: 120px;
	width: 120px;

}

#primario-eco:active {
	background-image: url(../images/envases/galaxie-active.gif);
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 450px;
	top: 200px;
	height: 120px;
	width: 120px;

}

#imper-caucho {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 650px;
	top: 200px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/imper-caucho-mini.gif);
}

#plaste {
		background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 650px;
	top: 200px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/galaxie-mini.gif);
}

#barniz-pu {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 650px;
	top: 200px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/acabados-maderas-mini.gif);
}

#primario-metales {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 650px;
	top: 200px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/primario-metales-mini.gif);
}

#imper-caucho:hover {
	background-image: url(../images/envases/imper-caucho-hover.gif);
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 650px;
	top: 200px;
	height: 120px;
	width: 120px;
}

#plaste:hover {
	background-image: url(../images/envases/galaxie-hover.gif);
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 650px;
	top: 200px;
	height: 120px;
	width: 120px;
}

#barniz-pu:hover {
	background-image: url(../images/envases/acabados-maderas-hover.gif);
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 650px;
	top: 200px;
	height: 120px;
	width: 120px;
}

#primario-metales:hover {
	background-image: url(../images/envases/primario-metales-hover.gif);
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 650px;
	top: 200px;
	height: 120px;
	width: 120px;
}

#imper-caucho:active {
	background-image: url(../images/envases/imper-caucho-active.gif);
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 650px;
	top: 200px;
	height: 120px;
	width: 120px;
}

#plaste:active {
	background-image: url(../images/envases/galaxie-active.gif);
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 650px;
	top: 200px;
	height: 120px;
	width: 120px;
}

#barniz-pu:active {
	background-image: url(../images/envases/acabados-maderas-active.gif);
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 650px;
	top: 200px;
	height: 100px;
	width: 175px;
}

#primario-metales:active {
	background-image: url(../images/envases/primario-metales-active.gif);
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 650px;
	top: 200px;
	height: 120px;
	width: 120px;
}

#esmalte-cpp {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 50px;
	top: 350px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/esmalte-cpp-mini.gif);
}

#transparente-uv {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 50px;
	top: 350px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/galaxie2000-mini.gif);
}

#fondo-pu {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 50px;
	top: 350px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/acabados-maderas-mini.gif);
}

#trafico {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 50px;
	top: 350px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/producto-especial-mini.gif);
}

#esmalte-cpp:hover {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 50px;
	top: 350px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/esmalte-cpp-hover.gif);
}

#transparente-uv:hover {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 50px;
	top: 350px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/galaxie2000-hover.gif);
}

#fondo-pu:hover {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 50px;
	top: 350px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/acabados-maderas-hover.gif);
}

#trafico:hover {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 50px;
	top: 350px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/producto-especial-hover.gif);
}

#esmalte-cpp:active {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 50px;
	top: 350px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/esmalte-cpp-active.gif);
}

#transparente-uv:active {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 50px;
	top: 350px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/galaxie2000-active.gif);
}

#fondo-pu:active {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 50px;
	top: 350px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/acabados-maderas-active.gif);
}

#trafico:active {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 50px;
	top: 350px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/producto-especial-active.gif);
}

#esmalte-ecologico {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 250px;
	top: 350px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/esmalte-ecologico-mini.gif);
}


#catalizador-fondo {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 250px;
	top: 350px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/acabados-maderas-mini.gif);
}

#martillado {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 250px;
	top: 350px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/alkid-mini.gif);
}

#esmalte-ecologico:hover {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 250px;
	top: 350px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/esmalte-ecologico-hover.gif);
}

#catalizador-fondo:hover {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 250px;
	top: 350px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/acabados-maderas-hover.gif);
}

#martillado:hover {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 250px;
	top: 350px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/alkid-hover.gif);
}


#catalizador-fondo:active {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 250px;
	top: 350px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/acabados-maderas-active.gif);
}

#martillado:active {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 250px;
	top: 350px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/alkid-active.gif);
}

#aero-cpp {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 450px;
	top: 350px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/aero-cpp-mini.gif);
}

#tinte-alcohol {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 450px;
	top: 350px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/tinte-mini.gif);
}

#aero-cpp:hover {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 450px;
	top: 350px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/aero-cpp-hover.gif);
}

#tinte-alcohol:hover {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 450px;
	top: 350px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/tinte-hover.gif);
}

#aero-cpp:active {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 450px;
	top: 350px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/aero-cpp-active.gif);
}

#tinte-alcohol:active {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 450px;
	top: 350px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/tinte-active.gif);
}

#aero-graffiti {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 650px;
	top: 350px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/aero-graffiti-mini.gif);
}

#tinte-uso {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 650px;
	top: 350px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/tinte-mini.gif);
}

#aero-graffiti:hover {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 650px;
	top: 350px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/aero-graffiti-hover.gif);
}

#tinte-uso:hover {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 650px;
	top: 350px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/tinte-hover.gif);
}

#aero-graffiti:active {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 650px;
	top: 350px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/aero-graffiti-active.gif);
}

#tinte-uso:active {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 650px;
	top: 350px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/tinte-active.gif);
}

#sellador-5x1 {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 50px;
	top: 500px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/sellador-5x1-mini.gif);
}

#tinte-concentrado {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 50px;
	top: 500px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/tinte-mini.gif);
}

#sellador-5x1:hover {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 50px;
	top: 500px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/sellador-5x1-hover.gif);
}

#tinte-concentrado:hover {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 50px;
	top: 500px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/tinte-hover.gif);
}

#sellador-5x1:active {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 50px;
	top: 500px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/sellador-5x1-active.gif);
}

#tinte-concentrado:active {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 50px;
	top: 500px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/tinte-active.gif);
}

#pega-tirol {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 250px;
	top: 500px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/pega-yeso-mini.gif);
}

#diluyente-tinta {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 250px;
	top: 500px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/tinte-mini.gif);
}

#diluyente-fondo {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 450px;
	top: 500px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/diluyente-maderas-mini.gif);
}

#diluyente-fondo:hover {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 450px;
	top: 500px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/diluyente-maderas-hover.gif);
}

#diluyente-fondo:active {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 450px;
	top: 500px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/diluyente-maderas-active.gif);
}

#pega-tirol:hover {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 250px;
	top: 500px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/pega-yeso-hover.gif);
}

#diluyente-tinta:hover {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 250px;
	top: 500px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/tinte-hover.gif);
}

#pega-tirol:active {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 250px;
	top: 500px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/pega-yeso-mini.gif);
}

#diluyente-tinta:active {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 250px;
	top: 500px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/tinte-mini.gif);
}

#pega-yeso {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 450px;
	top: 500px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/pega-yeso-mini.gif);
}

#pega-yeso:hover {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 450px;
	top: 500px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/pega-yeso-hover.gif);
}

#pega-yeso:active {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 450px;
	top: 500px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/pega-yeso-active.gif);
}

#resina-pisos {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 650px;
	top: 500px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/producto-especial-mini.gif);
}

#resina-pisos:hover {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 650px;
	top: 500px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/producto-especial-hover.gif);
}

#resina-pisos:active {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 650px;
	top: 500px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/producto-especial-active.gif);
}

#pintura-alberca {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 50px;
	top: 650px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/producto-especial-mini.gif);
}

#pintura-alberca:hover {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 50px;
	top: 650px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/producto-especial-hover.gif);
}

#pintura-alberca:active {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 50px;
	top: 650px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/producto-especial-active.gif);
}

#pastexx {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 250px;
	top: 650px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/producto-especial-mini.gif);
}

#pastexx:hover {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 250px;
	top: 650px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/producto-especial-hover.gif);
}

#pastexx:active {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 250px;
	top: 650px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/producto-especial-active.gif);
}

#color-cemento {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 450px;
	top: 650px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/color-cemento-mini.gif);
}

#color-cemento:hover {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 450px;
	top: 650px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/color-cemento-hover.gif);
}

#color-cemento:active {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 450px;
	top: 650px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/color-cemento-active.gif);
}

#pegador {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 650px;
	top: 650px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/pegador-mini.gif);
}

#pegador:hover {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 650px;
	top: 650px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/pegador-hover.gif);
}

#pegador:active {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 650px;
	top: 650px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/pegador-active.gif);
}

#super-pegador {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 50px;
	top: 800px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/super-pegador-mini.gif);
}

#super-pegador:hover {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 50px;
	top: 800px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/super-pegador-hover.gif);
}

#super-pegador:active {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 50px;
	top: 800px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/super-pegador-active.gif);
}

#aditivo-concreto {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 250px;
	top: 800px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/aditivo-concreto-mini.gif);
}

#aditivo-concreto:hover {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 250px;
	top: 800px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/aditivo-concreto-hover.gif);
}

#aditivo-concreto:active {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 250px;
	top: 800px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/aditivo-concreto-active.gif);
}

#afloja-max {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 450px;
	top: 800px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/afloja-max-mini.gif);
}

#afloja-max:hover {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 450px;
	top: 800px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/afloja-max-hover.gif);
}

#afloja-max:active {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 450px;
	top: 800px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/afloja-max-active.gif);
}

#gel-antibacterial {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 650px;
	top: 800px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/gel-antibacterial-mini.gif);
}

#gel-antibacterial:hover {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 650px;
	top: 800px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/gel-antibacterial-hover.gif);
}

#gel-antibacterial:active {
	background-position: center top;
	text-decoration: none;
	background-repeat: no-repeat;
	border-style: none;
	position: absolute;
	left: 650px;
	top: 800px;
	height: 120px;
	width: 120px;
	background-image: url(../images/envases/gel-antibacterial-active.gif);
}

#nuevo {
	top: 0px;
	right: 0px;
	position: absolute;
}

div#comandos-diapositivas {
	background: url('../img/commands-bg.png') no-repeat;
	height: 19px;
	left: 15px;
	padding: 3px 25px;
	position: relative;
	width: 290px;	
}


