html,body{
font-size: 100%;
margin: 0 auto;
padding:0;
height:100%;
background:#E4DEDD;
}
img{
border:0;
margin:0;
padding:0;
}
#contenedor{
width:740px;
margin:0 auto;
padding:0;
height:210px;
background:url(img/fondo_prehome.jpg) no-repeat;
}
#logo{
width:343px;
height:84px;
margin:0;
padding:0;
float:left;
}
#cont_idiomas{
width:350px;
height:200px;
float:right;
margin:10px 0 0 0;
}
#bot_idiomas{
width:369px;
height:20px;
}
#bot_idiomas a{
color:#333333;
font-size:55%;
font-family:arial,verdana;
text-decoration:none;
width:369px;
height:32px;
padding:0 0 0 10px;
background:url(img/flechita_azul.gif) left no-repeat;
}
#bot_idiomas a:hover{
color:#0B3264;
background:url(img/flechita_roja.gif) left no-repeat;
}