@charset "UTF-8";
/* CSS Document */
@import url("generic.css");

#container {
  width: 980px;
  margin:0px auto;  
  background-color:#FFFFFF;
  padding:10px 10px 20px 10px;
  border:1px solid #888;
}

#header {
  clear:both;
  border-bottom:10px solid #FFFFFF;
  overflow:hidden;
  height: 60px;
}

#contenido_central {
  overflow:hidden;
  background-image:url(../images/css/fondo_linea.gif);
  background-repeat:repeat-y;
  background-position: 765px 0;
  border-bottom:10px solid #FFFFFF;
}

#col_1 {
  width:750px;
  float:left;
}

#col_2 {
  width:200px;
  float:right;
}

#javascript_error {
  clear:both;
}

#main {
  clear:both;
}

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

#footer {
  clear:both;
  overflow:hidden;
  height: 60px;
}

#siteseal {
  float:left;
  width:125px;
}

#footer .logo_footer {
  float:left;
}

#texto_legal {
  width:435px;
  float:left;
  padding:0 10px;
  text-align:left;
}

#menu_pie {
  width:180px;
  float:right;
  text-align:left;
}