@charset "utf-8";
/* CSS Document */
/****************************************************************/
/****************************************************************/
/* HOVER */
#boton-inicio:hover
{
}

#boton-corte:hover
{
}

#boton-perforacion:hover
{
}

#boton-resinado:hover
{
}

#boton-taladros:hover
{
}

#boton-como-cortar:hover
{
}

#boton-como-perforar:hover
{
}

#boton-fotos-corte:hover
{
}

#boton-fotos-perforacion:hover
{

}

/* FIN HOVER */
/****************************************************************/
/****************************************************************/
#boton-inicio{
	z-index: 1;
	width: auto;
	height: auto;
	float: left;
}

#boton-corte{
	z-index: 5;
	cursor: pointer;
	float: left;
	
}
#boton-perforacion {
	z-index: 3;
	top: 0px;
	cursor: pointer;
	height: auto;
	width: auto;
	float: left;
}
#boton-resinado {
	z-index: 4;
	top: 0px;
	cursor: pointer;
	float: left;
}

#boton-taladros {
	z-index: 4;
	top: 4px;
	cursor: pointer;
}

	
#boton-como-cortar {
	width: auto;
	z-index: 1;
	top: 2px;
}
#boton-como-perforar{
	z-index: 2;
	top: 2px;
}
	
#boton-fotos-corte {
	z-index: 3;
	top: 2px;
}
#boton-fotos-perforacion {
	z-index: 4;
	top: 1px;
	float: left;
}
