@charset "UTF-8";
/* CSS Document */


.btn_inicio_fijo { 
    display:block; 
    width:50px; 
    height:50px; 
    text-indent:-9999px;
	z-index:2;
	position:absolute;
	margin-left:320px;
	margin-top:18px;
	background:transparent url(../img/boton_inicio.png) no-repeat top left;
	background-position:0 -50px;
	} 
.btn_inicio { 
    display:block; 
    width:50px; 
    height:50px; 
    text-indent:-9999px;
	z-index:2;
	position:absolute;
	margin-left:320px;
	margin-top:18px;} 
.btn_inicio a { 
    display:block; 
    width:50px; 
    height:50px; 
    background:transparent url(../img/boton_inicio.png) no-repeat top left; 
    outline:none; 
} 
.btn_inicio a:hover { 
    background-position:0 -50px; 
}




.btn_practicas_fijo { 
    display:block; 
    width:130px; 
    height:50px; 
    text-indent:-9999px;
	z-index:2;
	position:absolute;
	margin-left:410px;
	margin-top:18px;
	background:transparent url(../img/boton_practicas.png) no-repeat top left;
	background-position:0 -50px;} 
.btn_practicas { 
    display:block; 
    width:130px; 
    height:50px; 
    text-indent:-9999px;
	z-index:2;
	position:absolute;
	margin-left:410px;
	margin-top:18px;} 
.btn_practicas a { 
    display:block; 
    width:130px; 
    height:50px; 
    background:transparent url(../img/boton_practicas.png) no-repeat top left; 
    outline:none; 
} 
.btn_practicas a:hover { 
    background-position:0 -50px; 
}


.btn_fincas_fijo { 
    display:block; 
    width:110px; 
    height:50px; 
    text-indent:-9999px;
	z-index:2;
	position:absolute;
	margin-left:580px;
	margin-top:18px;
	background:transparent url(../img/boton_fincas.png) no-repeat top left;
	background-position:0 -50px;
		} 
.btn_fincas { 
    display:block; 
    width:110px; 
    height:50px; 
    text-indent:-9999px;
	z-index:2;
	position:absolute;
	margin-left:580px;
	margin-top:18px;} 
.btn_fincas a { 
    display:block; 
    width:110px; 
    height:50px; 
    background:transparent url(../img/boton_fincas.png) no-repeat top left; 
    outline:none; 
} 
.btn_fincas a:hover { 
    background-position:0 -50px; 
}


.btn_contacto_fijo { 
    display:block; 
    width:70px; 
    height:50px; 
    text-indent:-9999px;
	z-index:2;
	position:absolute;
	margin-left:730px;
	margin-top:18px;
	background:transparent url(../img/boton_contacto.png) no-repeat top left;
	background-position:0 -50px;} 
.btn_contacto { 
    display:block; 
    width:70px; 
    height:50px; 
    text-indent:-9999px;
	z-index:2;
	position:absolute;
	margin-left:730px;
	margin-top:18px;} 
.btn_contacto a { 
    display:block; 
    width:70px; 
    height:50px; 
    background:transparent url(../img/boton_contacto.png) no-repeat top left; 
    outline:none; 
} 
.btn_contacto a:hover { 
    background-position:0 -50px; 
}