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

#timon {
    display: block;
    height: 32px;
    left: 68%;
    position: relative;
    top: 43%;
    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: 71%;
    position: relative;
    top: 25%;
    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: 61%;
    position: relative;
    top: 37%;
    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: 63%;
    position: relative;
    top: 24%;
    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: 43%;
    position: relative;
    top: 24%;
    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;
    height: 32px;
    left: 46%;
    position: relative;
    top: 12%;
    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;
}

@media all and (max-width: 1920px) and (min-width: 1900px) {

#interiorp {
    top: 29%;

}
#puente {
    left: 43%;
    top: 31%;
}
#popa {
    top: 20%;
}
#lpasillo {
    top: 27%;
}
#ptimon {
    top: 40%;
}
}
