.extrato{
  padding-top: 5px
}


.extrato .texto{
  background-color: #EEEEEE;
  height: 80px;
}
.extrato .titulo a {
  color: #999999
}
.extrato .autor {
  height: 15px;
  text-align: right;
  color: #999999;
  font-weight: bolder
}
.extrato .titulo{
  height: 40px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-style: oblique;
  border-bottom-color: #999999;
  border-bottom-style: solid;
  border-bottom-width: 5px;
}
.extrato .tiempo{
  height: 20px;
  margin-top: 5px;
  text-align: right
}
.extrato .tiempo a {
  font-weight: bold;
}
.extrato .imagen{
  height: 85px;
}
.extrato .enviado{
  padding-bottom: 5px;
  padding-top: 5px
}
.extrato .comentario{
  padding-bottom: 5px;
    text-align: right;
  padding-top: 5px
}
/* */
.mascom{
  margin-top: 5px;
  background-color: #EEEEEE
}
.mascom .titulo a{
  color: #444444;
  font-weight: bold;
  font-style: oblique
}
.mascom .titulo {
  height: 50px;
}
.mascom .autor{
  background-color:#CCCCCC;
  font-size: 9px;
  text-align: center
}
/* */
#contenido {
/* font-family: 'Bookman Old Style', serif;
 font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif; */
  font-size: 13px;
  text-align: justify
}

#contenido strong{
  font-weight: bold
}
#contenido p{
  line-height: 1.3;
  margin-top: 5px;
  margin-bottom: 5px
}
#contenido h2{
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold
}

#contenido h3{
  font-family: Tahoma, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #FF9900;
  margin-top: 10px;
  margin-bottom: 5px;
  border-bottom-color: #FF9900;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  background-color: #EEEEEE;
  padding: 5px
}

#contenido em{
  font-style: italic
}
