/* CSS Document */
@import url(ie6_fix.css);
@import url(general_elements.css);
@import url(class_elements.css);
@import url(style_sheet_1.css);
@import url(contactenos.css);

body {
  margin: 0;
  background-color: #020202;
  background-image: url(../img/background_body.jpg);
  background-position: top center;
}
div#container{
  /*border: 1px solid red;*/
  position: relative;
  margin: auto;
  width: 797px;
  height: auto;
  background-color: transparent;
  background-image: url(../img/background_container.jpg);
}
div#page_header{
  width: 797px;
  height: 266px;
  background-color: transparent;
  background-image: url(../img/background_header.jpg);
  background-repeat: no-repeat;
}
div#page_content{
  /*border: 1px solid red;*/
  background-color: transparent;
  width: 797px;
  height: auto;
}
div#menu_links{
  position: absolute;
  width: 568px;
  height: 36px;
  left: 19px;
  background-color: transparent;
  background-image: url(../img/background_menu.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  * z-index: 1;
}
div#rightside_content{
  /*border: 1px solid red;*/
  float: right;
  background-color: transparent;
  background-image: url(../img/background_rightside.jpg);
  background-repeat: repeat-y;
  width: 192px;
  min-height: auto;
  margin: 0 18px 0 0;
}
div#leftside_content{
  /*border: 1px solid yellow;*/
  position: relative;
  top: 36px;
  margin: 0 0 0 19px;
  padding: 0 0 20px 0;
  width: 563px;
  min-height: 200px;
  background-color: transparent;
  background-image: url(../img/background_leftside.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  overflow: hidden;

}
div#page_footer{
  position: relative;
  clear: both;
  bottom: 0;
  left: 0;
  width: 797px;
  height: 89px;
  background-color: transparent;
  background-image: url(../img/background_footer.jpg);
  background-repeat: no-repeat;
  background-position: bottom left;
}
div#buscador{
  background-color: transparent;
  height: 100px;
}
div#buscador form{
  /*border: 1px solid yellow;*/
  position: absolute;
  margin: -5px 0 0 18px;
  * margin: -5px 0 0 14px;
}
.search_text{
  width: 153px;
}
.search_button{
  float: right;
}
div#degrade{
  background-color: transparent;
  background-image: url(../img/background_degrade.jpg);
  background-repeat: repeat-x;
  background-position: bottom right;
  width: 184px;
  min-height: auto;
  margin: 0 0 0 8px;
  padding: 0;
}
div#results{
  /*border: 1px solid yellow;*/
  background-color: white;
  margin: 30px 0 0 35px;
  padding: 20px;
  width: 460px;
  overflow: auto;
}
