@charset "UTF-8";
/* CSS Document */

body{
margin:auto;
background-color:#000;
background-image:url(../images/home/fondo.jpg);
background-repeat:repeat-x;
}

#fondo{
margin: 0 auto;
position:fixed;
background-image:url(../images/home/fondo.jpg);
}

#contenedor{
width:960px;
height:650px;
margin:auto;
background-color:#000000;
}

#cabecera{
height:139px;
background-color:#000000;
background-image:
url(../images/home/logo.gif);
background-repeat:no-repeat;
background-position:center;
}

#menu{
height:53px;
margin: 0 auto;
float:left;
}

#contenido{
float:left;
width:755px;
padding: 20px 0px 80px 130px;
}

#pie{
height:30px;
background-image:url(../images/home/fondo_pie.jpg);
background-repeat:no-repeat;
background-position:top;
clear:both;
padding-top:20px;
}

.contenedor_foto{
width:220px;
height:100px;
float:left;
margin: 0px 10px 10px 0px;
}

#foto{
width:100px;
height:80px;
float:left;
}

#texto_foto{
width:100px;
height:200px;
float:right;
}

.foto_biografia{
float:right;
padding: 0px 25px 20px 0px;
}
#idioma{
float:right;
}

#prueba {
border: 1px solid #fff;
-moz-border-radius: 7x;
padding: 10px;
}
