body {
  margin: 0px;
  padding: 0px;
  font-family: Arial;
  font-size: 12px;
}

img {
  border: 0px;
}

.w960px {
  width: 960px;
}

.w1000 {
  width: 1000px;
}

.p20 {
  padding: 0px 20px 0px 20px;
}

.bwhite {
  background-color: #ffffff;
}

.byellow {
  background-color: #ffc900;
}

.bblue {
  background-color: #0b2952;
}

.header {
  background-image: url(../../public/img/header.jpg);
  background-repeat: no-repeat;
}

.header_admin {
  background-image: url(../../public/img/panel_admin_header.jpg);
  background-repeat: no-repeat;
}

.header_l {
  background-image: url(../../public/img/header_l.jpg);
  background-repeat: repeat-x;
}

.banner {
  background-image: url(../../public/img/banner.jpg);
  background-repeat: repeat-x;
}

.content_bg {
  background-image: url(../../public/img/content_bg.jpg);
  background-repeat: repeat-x;
}

.b2g {
  border-top: 2px solid #cccccc;
}

.menu_top {
  position: absolute;
  margin-left: 160px;
  top: 20px;
  color: #0b2952;
}

.menu_top a {
  color: #0b2952;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}

.menu_top .forange {
  color: #ffa900;
}

.menu_lang {
  position: absolute;
  margin-left: 770px;
  top: 20px;
  color: #777777;
}

.menu_lang a {
  color: #777777;
  font-size: 12px;
  text-decoration: none;
}

.menu_lang .forange {
  color: #ffa900;
  font-weight: bold;
}

.content_left {
  width: 280px;
  float: left;
}

.content_left h1 {
  color: #0b2952;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  border-bottom: 2px solid #cccccc;
  padding: 0px 0px 10px 20px;
  margin: 20px 0px 0px 0px;
}

.content_left .news {
  background-color: #f0f0f0;
  padding: 0px;
  margin: 0px;
}

.content_left .news_item {
  padding: 10px 0px 10px 0px;
  color: #777777;
  font-size: 13px;
  border-bottom: 3px solid #ffffff;
}

.content_left .news_item a {
  padding: 10px 0px 0px 20px;
  display: block;
}

.content_left .news_item span {
  padding: 0px 20px 0px 20px;
  color: #183671;
  font-size: 13px;
  font-weight: bold;
  margin: 0px;
}

.content_left .news_item p {
  padding: 0px 20px 0px 20px;
  color: #777777;
  font-size: 13px;
  margin: 0px;
}

.content_left .news_item h2 {
  margin: 0px;
  padding: 0px 20px 0px 20px;  
  color: #000000;
  font-weight: bold;
  font-size: 17px;
}

.content_main {
  width: 660px;
  float: left;
  margin-left: 20px;
}

.content_print {
  float: left;
  margin-left: 20px;
  font-size: 13px;
}

.content_print img {
    padding: 4px;
    margin: 0px;
    margin-right: 15px;
    margin-bottom: 15px;
    border: 1px solid #CDCBCC;
    float: left;
    clear: left;
}

.content_print h1 {
  color: #0b2952;
  font-weight: bold;
  font-size: 24px;
  border-bottom: 2px solid #cccccc; 
  padding: 0px 0px 10px 20px;
  margin: 20px 0px 0px 0px;
}

.content_print .right_col {
  color: #777777;
  font-size: 13px;
  width: 290px;
  float: left;
}

.content_main .text {
  margin: 0px 0px 0px 20px;
}

.content_main .frame {
  border: 1px solid #cccccc;
  padding: 4px;
  display: block;
  margin-bottom: 10px;
}

.content_main .left_col {
  color: #0b2952;
  font-size: 15px;
  width: 300px;
  float: left;
  margin-right: 40px;
}

.content_main .right_col {
  color: #777777;
  font-size: 13px;
  width: 295px;
  float: left;
}

.content_main h1 {
  color: #0b2952;
  font-weight: bold;
  font-size: 24px;
  border-bottom: 2px solid #cccccc; 
  padding: 0px 0px 10px 20px;
  margin: 20px 0px 0px 0px;
}

.content_main h3 {
  color: #0b2952;
  font-weight: bold;
  font-size: 13px;
  line-height: 30px;
  border-bottom: 1px solid #cccccc;
  padding: 0px 0px 5px 10px;
  margin: 20px 0px 0px 0px;
}

.content_main ul {
  list-style: square;
  margin: 0px 0px 0px 15px;
  padding: 0px;
}

.content_main ol {
  margin: 0px 0px 0px 25px;
  padding: 0px;  
}

.foot_box {
  width: 230px;
  float: left;
  font-size: 11px;
  color: #777777;
  padding: 20px 30px 0px 30px;
}

.foot_box span {
  color: #000000;
  font-weight: bold;
}

.foot_box a {
    color: #000000;
    text-decoration: none;
}

.botbord {
    border-bottom: 1px solid #CCCCCC;
    padding: 20px;
    float: left;
    color: #777777;
    line-height: 1.5em;
    font-size: 13px;
    width: 620px;
}

.botbord span {
    color: #0E285A;
    font-weight: bold;
    text-transform: uppercase;
}

.column {
    float: left;
    width: 310px;
    clear: right;
}

.column span {
    color: #0E285A;
    font-weight: bold;
    text-transform: uppercase;
}

.column a {
    color: #0E285A;
    text-decoration: none;
}

#tab_1 {
    color: #777777;
    font-size: 13px;
}

#tab_1 img {
    padding: 4px;
    margin: 0px;
    margin-right: 15px;
    margin-bottom: 15px;
    border: 1px solid #CDCBCC;
    float: left;
}

#tab_1 a {
    font-weight: bold;
    color: #102E54;
    text-decoration: none;
}

#tab_menu {
    text-align: right;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    clear: both;
}

#tab_menu a {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

#tab_menu img {
    padding: 0px;
    border: 0px;
}

#table_download td {
    color: #767676;
    font-size: 13px;
    font-weight: bold;
    line-height: 40px;
}

#table_download td span {
    padding-left: 10px;
}

#table_download td a {
    color: #0C2953;
    text-decoration: none;
}

#table_form {
    background-color: #F0F0F0;
    color: #7F7F7F;
}

#table_form input, textarea, select {
    border: 1px solid #777777;
    padding: 3px;
    font-family: Arial, Verdana;
    font-size: 12px;
    color: #777777;
}

#table_form .w150 {
    width: 150px;
}

#table_form .w400 {
    width: 400px;
}

#table_form .h150 {
    height: 150px;
}

#table-tech {
    color: #777777;
}

#table-tech thead td {
    color: #0B2850;
    font-weight: bold;
    text-transform: uppercase; 
    padding: 5px;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}

#table-tech caption {
    color: #0B2850;
    font-weight: bold;
    text-transform: uppercase; 
    padding: 5px;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}

#table-tech tbody td {
  padding: 4px;
  line-height: 25px;
}

#table-tech .dark {
    background-color: #F0F0F0;
}

#top_bar {
  font-size: 12px;
  color: #777777;
  padding: 10px 0px 10px 0px;
  height: 5px;
}

#top_bar .date {
  font-weight: bold;
  color: #ffa900;
}

#top_bar .left {
  float: left;
  padding-bottom: 0px;
}

#top_bar .right {
  float: right;
}

#table-oferta {width:100%;margin-top:20px;font-size:13px;color:#777777;}
#table-oferta img { float:left; margin-right: 20px; margin-bottom: 20px; margin-left: 15px;}
#table-oferta a {font-weight:bold;color:#0E285A;text-decoration:none;}