/* html, body, div {
  height: 100%;
} */
body {
    background: #fff; 
	  font-family: verdana, tahoma, arial, helvetica, sans-serif;
    margin: 0px; 
	  padding: 0px; 
	  font-size: 12px; 
	  text-align: center;
	  background: white url('/html/img/bg.gif') center top repeat-x;
}

img {
    border: 0px;
}

a {
    color: #1a6db3; 
}

a:visited {
    color: #5aa8e7;
}

a:hover {
    color: #124e7e;
}
	
#main {
    width: 750px;
    margin: 0 auto;
    background-color:#fff;
	  border-left: 1px solid #e1e1e1;
	  border-right: 1px solid #e1e1e1;
	  border-top: none; border-bottom: none;
	  text-align:left;
	  padding: 10px 25px 10px 25px;
}
	
#top-left { float:left; display: block; }
#top-right { float:right; display: block; }

div.menu { width: 150px; font-size: 10px; line-height: 17px; }
div.menu2 { width: 150px; font-size: 11px; line-height: 17px; }
div.menu-title { background-color:#ECF4F7; width:100%; text-align:right; color:#348bcb; letter-spacing:2px; }
div.menu-top { background: white url('/html/img/bg-menu.gif') center top repeat; height: 17px; width:100%; margin: 5px 0px 0px 0px; padding: 0px 0px 0px 0px; font-size: 9px; }
#content-left { float: left; width: 550px; padding: 0px 10px 0px 0px; }

span.content-header {font-size: 13px; color:#14566b; font-weight: bold; margin: 0px 0px 10px 0px;}
div.content-txt { line-height:20px; text-align: justify; }
span.content-add { color:#14566b; }
span.content-coments { border-bottom: 1px dashed #27a9d3; }

#content-right { float:right; }
span.gray { color:#b6b6b6; }

span.gray, span.gray a { color:#b6b6b6; }
span.gray a:hover { color:#124E7E; }

input.log { background: white url('/html/img/input.jpg') center top repeat-x; border: 1px solid #ccdef9; }
input.zalog { background-color: #e4e4e4; border: 0px; }
span.content-coments a {
    text-decoration: none;
}

span.content-coments a:hover {
    border-top: 1px dashed #27a9d3;
}
 
#header {
      float:left;
      width:100%;
      background-color:#fff;
      font-size:93%;
      line-height:normal;
}

#header ul {
      margin:0;
      padding:10px 10px 0;
      list-style:none;
}

#header li {
      float:left;
      background:url("img/left.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 9px;
}

#header a {
      display:block;
      background:url("img/right.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      text-decoration:none;
      font-weight:bold;
      color:#355ea2;
}

#header a:hover {
      color:#fff;
}

#header #current {
      background-image:url("img/left_on.gif");
}

#header #current a {
      background-image:url("img/right_on.gif");
      color:#000;
      padding-bottom:5px;
}
      
#line { width: 150px; height: 3px }
    
div.content-most {float:right; width: 250px; line-height:18px; font-size: 11px; margin: 5px;}
div.cm-header {background-color:#a4cff2; width:100%; text-align:right; letter-spacing:1px; color:#135184;}
