@import url('style4-boct2.css');

/*-------------------- Enlaces FRA ----------------------*/

.punt_lat {
	position: absolute;
	width: 111px;
	height: 75px;
	background: url('../bocetos/clk/fr/btm_dib-lat.png') top;
	z-index: 1
}
.punt_lat:hover {
	background: url('../bocetos/clk/fr/btm_dib-lat.png') bottom;
}
.punt_lat:active {
	margin-top: 2px
}

.punt_up {
	position: absolute;
	width: 99px;
	height: 90px;
	background: url('../bocetos/clk/fr/btm_dib_up.png') top;
	z-index: 1
}
.punt_up:hover {
	background: url('../bocetos/clk/fr/btm_dib_up.png') bottom;
}
.punt_up:active {
	margin-top: 2px
}

.punt_down {
	position: absolute;
	width: 99px;
	height: 90px;
	background: url('../bocetos/clk/fr/btm_dib_down.png') top;
	z-index: 1
}
.punt_down:hover {
	background: url('../bocetos/clk/fr/btm_dib_down.png') bottom;
}
.punt_down:active {
	margin-top: 2px
}

.punt_pry {
	position: absolute;
	left: 50%;
	margin-left: 83px;
	width: 99px;
	height: 90px;
	background: url('../bocetos/clk/fr/btm_proyect.png') top;
	z-index: 1
}
.punt_pry:hover {
	background: url('../bocetos/clk/fr/btm_proyect.png') bottom;
}
.punt_pry:active {
	margin-top: 2px
}


