
/*<style>*/@charset "iso-8859-1";

/********** CSS Design **********/
body{
  background-color: #0000f7;
  background-image: url('../images/backgrounds/bg_body.gif');
  background-repeat: repeat-x;
  background-position: top;
  margin: 0px 0px 0px 0px;
  text-align: left;
}

/* Tables principal */
table.main{
  background-image: url('../images/backgrounds/bg_table.gif');
  background-repeat: repeat-x;
  background-position: bottom;
  width: 100%;
}
table.content{
  width: 805px;
  height: 139px;
}
td.header{
  background-image: url('../images/backgrounds/bg_header_00/header_03.jpg');
  background-repeat: no-repeat;
  background-position: top left;
  height: 139px;
}
td.header_complete{
  background-image: url('../images/backgrounds/bg_header_complete.jpg');
  background-repeat: no-repeat;
  background-position: top left;
  height: 139px;
}
td.center{
  background-color: #0000fc;
  background-image: url('../images/backgrounds/bg_center.gif');
  background-repeat: repeat-x;
  background-position: top;
  width: 790px;
  height: 355px;
}
td.left{
  background-image: url('../images/backgrounds/bg_left.gif');
  background-repeat: repeat-y;
  background-position: top;
  width: 5px;
}
td.right{
  background-image: url('../images/backgrounds/bg_right.gif');
  background-repeat: repeat-y;
  background-position: top;
  width: 10px;
}
td.footer{
  background-color: #0000f7;
  background-image: url('../images/backgrounds/bg_footer.gif');
  background-repeat: no-repeat;
  background-position: top left;
  height: 85px;
}
td.footer_complete{
  background-color: #0000f7;
  background-image: url('../images/backgrounds/bg_footer_complete.gif');
  background-repeat: no-repeat;
  background-position: top left;
  height: 85px;
}
td.text_content{
  background-color: #ffffff;
  background-image: url('../images/backgrounds/bg_text_content.gif');
  background-repeat: repeat-x;
  background-position: top;
  width: 100%;
  height:100%;
}
td.text_content p{
  margin:10px 15px 15px 15px;
}

/* Standard style */
table.leftpanel{
  border-style: solid;
  border-width: 1px;
  border-color: #d1d1d1;
  width: 100%;
}
table.content_center{
  padding: 0px 15px;
}

/* Home style */
body.home{
  background-image: url('../images/backgrounds/bg_body_home.gif');
}
table.home{
  background-image: url('../images/backgrounds/bg_table_home.gif');
  background-repeat: repeat-x;
  background-position: bottom;
  width: 100%;
}
table.content_home{
  width: 810px;
}
td.header_home{
  background-image: url('../images/backgrounds/bg_header_home.jpg');
  background-repeat: no-repeat;
  background-position: top left;
  height: 175px;
}
td.center_home{
  background-color: #0000fe;
  background-image: url('../images/backgrounds/bg_center_home.gif');
  background-repeat: repeat-x;
  background-position: top;
  width: 790px;
  height: 395px;
}
td.left_home{
  background-color: #0000b1;
  width: 5px;
}
td.right_home{
  background-image: url('../images/backgrounds/bg_right_home.gif');
  background-repeat: repeat-y;
  background-position: top;
  width: 15px;
}
td.footer_home{
  background-color: #0000f7;
  background-image: url('../images/backgrounds/bg_footer_home.jpg');
  background-repeat: no-repeat;
  background-position: top left;
  height: 118px;
}
td.text_home_content{
  background-color: #ffffff;
  background-image: url('../images/backgrounds/bg_text_content.gif');
  background-repeat: repeat-x;
  background-position: top;
  width: 320px;
}
td.text_home_content p{
  margin:15px;
}
td.text_comments{
  background-color: #ffffff;
  background-image: url('../images/backgrounds/bg_comments.gif');
  background-repeat: repeat-x;
  background-position: top;
}
/*</style>*/