/* MENU-ESQ.CSS */


/*-----------------------------------------------PRESIDÊNCIA*/

#div-vago-esq { position: relative; }

#remoto-esq-1 {
display: block;
width: 150px;
height: 200px;
position: absolute; bottom: 250px; left: -60px;
}
a:hover #remoto-esq-1 {
background: url(imagens/fnd-rollover2.png) no-repeat;
position: absolute; bottom: 250px; left: -60px;
z-index: 999.999;
}
/*-----------------------------------------------ADMINISTRAÇÃO*/

#remoto-esq-2 {
display: block;
width: 150px;
height: 200px;
position: absolute; bottom: 250px; left: -60px;
}
a:hover #remoto-esq-2 {
background: url(imagens/fnd-rollover3.png) no-repeat;
position: absolute; bottom: 250px; left: -60px;
z-index: 999.999;
}

/*-----------------------------------------------COMERCIAL*/

#remoto-esq-3 {
display: block;
width: 150px;
height: 200px;
position: absolute; bottom: 250px; left: -60px;
}
a:hover #remoto-esq-3 {
background: url(imagens/fnd-rollover4.png) no-repeat;
position: absolute; bottom: 250px; left: -60px;
z-index: 999.999;
}

/*-----------------------------------------------CONTATO*/

#remoto-esq-4 {
display: block;
width: 150px;
height: 200px;
position: absolute; bottom: 250px; left: -60px;
}
a:hover #remoto-esq-4 {
background: url(imagens/fnd-rollover5.png) no-repeat;
position: absolute; bottom: 250px; left: -60px;
z-index: 999.999;
}

/*-----------------------------------------------GALERIA*/

#remoto-esq-5 {
display: block;
width: 92px;
height: 100px;
position: absolute; bottom: 50px; left: -60px;
}
a:hover #remoto-esq-5 {
background: url(imagens/maqfotog.png) no-repeat;
position: absolute; bottom: 50px; left: -60px;
z-index: 999.999;
}

