@charset "UTF-8";
/* CSS Document */
/* Botones de selecion plano */

#timon {
    display: block;
    height: 32px;
    left: 77%;
    position: relative;
    top: 58%;
    width: 32px;
}
#timon a {
    background-image: url("images/btn_bote.png");
    background-repeat: no-repeat;
    display: block;
    height: 32px;
	width: 32px;
}
#timon a:hover {
    background-image: url("images/btn_bote_2.png");
    background-repeat: no-repeat;
    display: block;
    height: 32px;
	width: 32px;
}

#lpasillo {
    display: block;
    height: 32px;
    left: 73%;
    position: relative;
    top: 36%;
    width: 32px;
}
#lpasillo a {
    background-image: url("images/btn_bote.png");
    background-repeat: no-repeat;
    display: block;
    height: 32px;
	width: 32px;
}
#lpasillo a:hover {
    background-image: url("images/btn_bote_2.png");
    background-repeat: no-repeat;
    display: block;
    height: 32px;
	width: 32px;
}
#ptimon {
    display: block;
    height: 32px;
    left: 72%;
    position: relative;
    top: 45%;
    width: 32px;
}
#ptimon a {
    background-image: url("images/btn_bote.png");
    background-repeat: no-repeat;
    display: block;
    height: 32px;
	width: 32px;
}
#ptimon a:hover {
    background-image: url("images/btn_bote_2.png");
    background-repeat: no-repeat;
    display: block;
    height: 32px;
	width: 32px;
}

#interiorp {
    display: block;
    height: 32px;
    left: 82%;
    position: relative;
    top: 23%;
    width: 32px;
}
#islagrande {
    display: block;
    height: 32px;
    left: 65%;
    position: relative;
    top: 28%;
    width: 32px;
}
#interiorp a {
    background-image: url("images/btn_bote.png");
    background-repeat: no-repeat;
    display: block;
    height: 32px;
	width: 32px;
}
#interiorp a:hover {
    background-image: url("images/btn_bote_2.png");
    background-repeat: no-repeat;
    display: block;
    height: 32px;
	width: 32px;
}

#puente {
    display: block;
    height: 32px;
    left: 42%;
    position: relative;
    top: 28%;
    width: 32px;
}
#puente a {
    background-image: url("images/btn_bote.png");
    background-repeat: no-repeat;
    display: block;
    height: 32px;
	width: 32px;
}
#puente a:hover {
    background-image: url("images/btn_bote_2.png");
    background-repeat: no-repeat;
    display: block;
    height: 32px;
	width: 32px;
}

#popa {
    display: block;
    left: 45%;
    position: relative;
    top: 14%;
	height: 32px;
	width: 32px;
}
#popa  a {
    background-image: url("images/btn_bote.png");
    background-repeat: no-repeat;
    display: block;
    height: 32px;
	width: 32px;
}
#popa  a:hover {
    background-image: url("images/btn_bote_2.png");
    background-repeat: no-repeat;
    display: block;
    height: 32px;
	width: 32px;
}

#islagrande  a {
    background-image: url("images/btn_bote.png");
    background-repeat: no-repeat;
    display: block;
    height: 32px;
	width: 32px;
}
#islagrande  a:hover {
    background-image: url("images/btn_bote_2.png");
    background-repeat: no-repeat;
    display: block;
    height: 32px;
	width: 32px;
}

@media all and (max-width: 1920px) and (min-width: 1900px) {
	
	#islagrande {
    top: 34%;
}
#interiorp {
    left: 83%;
    top: 28%;

}
#ptimon {
    left: 72%;
    top: 48%;

}
#lpasillo {
    left: 73%;
    top: 38%;

}
 
}

