/*Parte Interna*/
div#jogos {
  width: auto;
  margin-right: 3px;
}

ul#interno li {
  width: 170px;
  height: 75px;
}

p#titulo_jogo {
  clear: right;
  height: 19px;
  width: 100%;
  background: #ffcc00 url('img/tit_right.jpg') top right no-repeat;
  color: #002142;
  font-weight: bold;
  font-size: 0.8em;
  padding-top: 4px;
  text-align: left;
  /*border: 1px solid black;*/
}

.ie p#titulo_jogo {
  clear: right;
  height: 19px;
  width: 100%;
  background: #ffcc00 url('img/tit_right.jpg') top right no-repeat;
  color: #002142;
  font-weight: bold;
  font-size: 0.8em;
  padding-top: 4px;
  text-align: left;
  /*border: 1px solid black;*/
}

#descricao {
  border: 1px solid #CCC;
  padding-left: 10px;
  padding-bottom: 10px;
}

h3 {
  clear: right;
  color: #002142;
  font-size: 0.8em;
  margin: 3px 0px;
}

.desc_op {
  text-align:justify;
  text-indent: 10px;
  font-size: 0.8em;
}

span#tit_left {
  clear: right; 
  background: url('img/tit_left.jpg') top left no-repeat;
  margin-top: 0px;
  float: left;
  height: 23px;
  /*width: 5px;*/
}

.ie span#tit_left {
  clear: right; 
  background: url('img/tit_left.jpg') top left no-repeat;
  margin-top: 0px;
  float: left;
  height: 23px;
  position: relative;
  left: -452px;
  top: 23px;
  /*width: 5px;*/
}

#voto {
  float: right;
  margin-top: 3px;
}

#jg_flash {
  margin-left: 2px;
}

#tags h3 {
  background: #f2f2f2 url('img/tags.jpg') center top no-repeat;
  text-align: center;
  width: 54px;
  height: 20px;
}

#tags ul {
  border: 2px solid #e9e9e9;
  padding: 4px 0px;
}

#tags ul li {
  border: 2px solid #e9e9e9;
  /*border-right: 2px solid #e9e9e9;*/
  margin: 3px 5px;
  float: left;
  padding: 0px 5px;
  height: 21px;
  background: url('img/tags_bg.jpg') top left repeat-X;
  font-size: 0.8em;
  font-weight: bold;
}

h4 {
  clear: right;
  color: #002142;
  font-size: 0.8em;
  margin: 3px 0px;
}

#comment h4 {
  background: #f2f2f2 url('img/comment.jpg') center top no-repeat;
  text-align: center;
  width: 115px;
  height: 20px;
}

#comment ul {
  border: 2px solid #e9e9e9;
  padding: 4px 0px;
  height: auto;
}

.style5 {

 color: #000000;
 font-weight: bold;
 font-size:11px;
 
}

/*#comment ul li {
  border: 2px solid #e9e9e9;*/
  /*border-right: 2px solid #e9e9e9;*/
  /*margin: 3px 5px;
  float: left;
  padding: 0px 5px;
  height: 10px;
  background: url('img/tags_bg.jpg') top left repeat-X;
  font-size: 0.8em;
  font-weight: bold;
}*/

