/*BOTONERA*/
ul#botonera 
{
list-style:none;
padding-left:45px;
padding-top:65px;
float:left;
}
ul#botonera li 
{
display:block; 
float:left; 
margin-left:5px;
}
a.games:link, a.games:visited 
{
width:77px; 
height:31px; 
background-image:url(../images/botonera.png); 
background-position:0px 0px;
float:left;
}
a.games:hover, a.games:visited:hover 
{
background-position:0px -31px;
}

a.company:link, a.company:visited 
{
width:93px; 
height:31px; 
background-image:url(../images/botonera.png); 
background-position:-77px 0px;
float:left;
}
a.company:hover, a.company:visited:hover 
{
background-position:-77px -31px;
}

a.career:link, a.career:visited 
{
width:77px; 
height:31px; 
background-image:url(../images/botonera.png); 
background-position:-170px 0px;
float:left;
}
a.career:hover, a.career:visited:hover 
{
background-position:-170px -31px;
}

a.clients:link, a.clients:visited 
{
width:77px; 
height:31px; 
background-image:url(../images/botonera.png); 
background-position:-247px 0px;
float:left;
}
a.clients:hover, a.clients:visited:hover 
{
background-position:-247px -31px;
}

a.contact:link, a.contact:visited 
{
width:104px; 
height:31px; 
background-image:url(../images/botonera.png); 
background-position:-324px 0px;
float:left;
}
a.contact:hover, a.contact:visited:hover 
{
background-position:-324px -31px;
}

a.espanol:link, a.espanol:visited 
{
width:36px; 
height:37px; 
background-image:url(../images/ingles.png); 
float:left;
margin-left:10px;
}
a.espanol:hover, a.espanol:visited:hover 
{
background-image:url(../images/espanol2.png); 
}
