﻿.languaje {
position:absolute;  left:5px; top:-35px; width:35px;
}

.castellano{
width:35px; height:65px; margin-top:10px;
background: url(../img/castellano_off.gif) no-repeat;  
}

.castellano a, .castellano a:visited {
width:35px; height:65px; 
display:block;
background: url(../img/castellano_on.gif) no repeat;  
}
.background_castellano{
width:35px; height:65px; 
right:30px; 
}     
.background_castellano a:hover{ 
display:block;
background: url(../img/castellano_on.gif) no-repeat; 
position:absolute; 
}

.ingles{
width:35px; height:65px; margin-top:10px;
background: url(../img/english_off.gif) no-repeat;  
}
.ingles a, .ingles a:visited {
display:block; width:35px; height:65px; 
background: url(../img/english_on.gif) no repeat;  
} 
.background_ingles{
width:35px; height:65px;  
}     
.background_ingles a:hover{
display:block;
background: url(../img/english_on.gif) no-repeat; 
position:absolute; 
}

.catala{
width:35px; height:65px; margin-top:10px;
background: url(../img/catala_on.gif) no-repeat;  
}
.catala a, .catala a:visited {
display:block; width:35px; height:65px; 
background: url(../img/catala_on.gif) no repeat;  
} 
.background_catala{
width:35px; height:65px; 
right:30px; 
}
.background_catala a:active{
display:block;
background: url(../img/catala_on.gif) no-repeat; 
position:absolute; 
}

