@charset "utf-8";

/* IMAGEN FIJA */

.IconoServicioLaser{
	background:url(../Imagenes/IconoLaser.png) no-repeat 15px 0px;
	float:left;
	width:130px;
	height:100px;
	padding-left:15px;
}
.IconoServicioGeiss{
	background:url(../Imagenes/IconoGeiss.png) no-repeat 15px 0px;
	float:left;
	width:130px;
	height:100px;
	padding-left:15px;
}
.IconoServicioPleg{
	background:url(../Imagenes/IconoPlegadora.png) no-repeat 15px 0px;
	float:left;
	width:130px;
	height:100px;
	padding-left:15px;
}
.IconoServicioTaller{
	background:url(../Imagenes/IconoTaller.png) no-repeat 15px 0px;
	float:left;
	width:130px;
	height:100px;
	padding-left:15px;
}
.IconoServicioNeon{
	background:url(../Imagenes/IconoNeon.png) no-repeat 15px 0px;
	float:left;
	width:130px;
	height:100px;
	padding-left:15px;
}

	

/*  BOTON LASER   */

a.BtServLaser {
    text-indent:-9999px;
    overflow:hidden; /* Oculatando el texto del enlace */
    display:block;
    background:url(../Imagenes/BtLaser.png) no-repeat 0px 0px; /* Poniendo la imagen como fondo */

    list-style-type: none;
    list-style-position:outside;
    position: relative;
    margin: 0;
    padding: 0;
	 
	padding: 0;
    cursor: pointer;
    float: left;
    width: 120px;
    height: 90px;
    margin-right: 0px;
	
	/*outline:none;*/
}
a.BtServLaser:hover {
    background: url(../Imagenes/BtLaser.png) no-repeat -120px 0px; /* Al hacer hover, ponemos la segunda imagen de fondo */
}


/*  BOTON MECANIZADO   */

a.BtServGeiss {
    text-indent:-9999px;
    overflow:hidden; /* Oculatando el texto del enlace */
    display:block;
    background:url(../Imagenes/BtGeiss.png) no-repeat 0px 0px; /* Poniendo la imagen como fondo */

    list-style-type: none;
    list-style-position:outside;
    position: relative;
    margin: 0;
    padding: 0;
	 
	padding: 0;
    cursor: pointer;
    float: left;
    width: 120px;
    height: 90px;
    margin-right: 0px;
	
	/*outline:none;*/
}
a.BtServGeiss:hover {
    background:url(../Imagenes/BtGeiss.png) no-repeat -120px 0px; /* Al hacer hover, ponemos la segunda imagen de fondo */
}


/*  BOTON PLEGADORA   */

a.BtServPleg {
    text-indent:-9999px;
    overflow:hidden; /* Oculatando el texto del enlace */
    display:block;
    background:url(../Imagenes/BtPlegadora.png) no-repeat 0px 0px; /* Poniendo la imagen como fondo */

    list-style-type: none;
    list-style-position:outside;
    position: relative;
    margin: 0;
    padding: 0;
	 
	padding: 0;
    cursor: pointer;
    float: left;
    width: 120px;
    height: 90px;
    margin-right: 0px;
	
	/*outline:none;*/
}
a.BtServPleg:hover {
    background:url(../Imagenes/BtPlegadora.png) no-repeat -120px 0px; /* Al hacer hover, ponemos la segunda imagen de fondo */
}



/*  BOTON TALLER   */

a.BtServTaller {
    text-indent:-9999px;
    overflow:hidden; /* Oculatando el texto del enlace */
    display:block;
    background:url(../Imagenes/BtTaller.png) no-repeat 0px 0px; /* Poniendo la imagen como fondo */

    list-style-type: none;
    list-style-position:outside;
    position: relative;
    margin: 0;
    padding: 0;
	 
	padding: 0;
    cursor: pointer;
    float: left;
    width: 120px;
    height: 90px;
    margin-right: 0px;
	
	/*outline:none;*/
}
a.BtServTaller:hover {
    background:url(../Imagenes/BtTaller.png) no-repeat -120px 0px; /* Al hacer hover, ponemos la segunda imagen de fondo */
}



/*  BOTON NEON   */

a.BtServNeon {
    text-indent:-9999px;
    overflow:hidden; /* Oculatando el texto del enlace */
    display:block;
    background:url(../Imagenes/BtNeon.png) no-repeat 0px 0px; /* Poniendo la imagen como fondo */

    list-style-type: none;
    list-style-position:outside;
    position: relative;
    margin: 0;
    padding: 0;
	 
	padding: 0;
    cursor: pointer;
    float: left;
    width: 120px;
    height: 90px;
    margin-right: 0px;
	
	/*outline:none;*/
}
a.BtServNeon:hover {
    background:url(../Imagenes/BtNeon.png) no-repeat -120px 0px; /* Al hacer hover, ponemos la segunda imagen de fondo */
}