/* CSS Document */

@import "generic.css";

body {
  font-size: 75%;
  font-family:Arial, Helvetica, sans-serif;
  background-image:url(../images/css/fondo_body.gif);
  background-position:center bottom;
  background-repeat:no-repeat;
}

#container {
  width: 760px;
  margin:15px auto 30px auto;  
  text-align:left; 
  clear:both;
}

#header {
  width: 830px;
  margin:15px auto;  
  text-align:left; 
}

#logo {
  width: 200px;
  float:left;
}

#idiomas {
  width: 560px;
  float:right;
  text-align:right;
  padding-right: 50px;
}

#menu_up {
 clear:both;
}

#menu_lat, #col_1 {
  clear:both;
  width: 160px;
  float: left;
}

#foto_cabecera {
  height: 180px;
  width: 580px;
  float:right;
}

#contenidos {
  clear:both;
  overflow:hidden;
}

#col_2 {
  width: 540px;
  padding-left: 40px;
  float:right;  
}

#footer {
  clear:both;
}
