
/*banderas*/
#bg_bandera_es{
position:absolute;
z-index:200;
left:0px;
top:0px;
width:96px;
height:85px;
background:url(../img/flag/es_big.gif) 0 0 no-repeat;
display:block;
}
* html #bg_bandera_es /*IE6*/ {
position:fixed;
float:left;
background:url(../img/flag/es_big.gif) 0 0 no-repeat;
margin:0;
}
#bg_bandera_en{
position:absolute;
z-index:200;
left:0px;
top:0px;
width:96px;
height:85px;
background:url(../img/flag/en_big.gif) 0 0 no-repeat;
display:block;
}
* html #bg_bandera_en /*IE6*/ {
position:fixed;
float:left;
background:url(../img/flag/en_big.gif) 0 0 no-repeat;
margin:0;
}
#bg_bandera_de{
position:absolute;
z-index:200;
left:0px;
top:0px;
width:96px;
height:85px;
background:url(../img/flag/de_big.gif) 0 0 no-repeat;
display:block;
}
* html #bg_bandera_de /*IE6*/ {
position:fixed;
float:left;
background:url(../img/flag/de_big.gif) 0 0 no-repeat;
margin:0;
}

.banderita{
position:absolute;
/*left:14px;*/
top:5px;
/*height:18px;
width:25px;*/
display:block;
}
.es {
background:url(../img/flag/es_off.gif) 0 0 no-repeat;
left: 2px;
}
.es a{
background:url(../img/flag/es_off.gif) 0 0 no-repeat;
height:15px;
width:21px;
float:left;
display:block;
}
.es a:hover{
background:url(../img/flag/es_on.gif) 0 0 no-repeat;
}

.en {
background:url(../img/flag/en_off.gif) 0 0 no-repeat;
left: 24px;
}
.en a{
background:url(../img/flag/en_off.gif) 0 0 no-repeat;
height:15px;
width:21px;
float:left;
display:block;
}
.en a:hover{
background:url(../img/flag/en_on.gif) 0 0 no-repeat;
}

.de {
background:url(../img/flag/de_off.gif) 0 0 no-repeat;
left: 47px;
}
.de a{
background:url(../img/flag/de_off.gif) 0 0 no-repeat;
height:15px;
width:21px;
float:left;
display:block;
}
.de a:hover{
background:url(../img/flag/de_on.gif) 0 0 no-repeat;
}
