/*------------- Caja para sección reseñas ---------*/

div.contenedor {
  background-image: url(../imagenes/resenas_fondo.jpg);
  background-repeat: no-repeat;
  float: left;
  width: 262px;
  height: 106px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px;
}

div.obra {
  float:left;
  width: 100%;
  height: 90px;
  vertical-align: top;
}

div.resenapor {
  float:left;
  width: 170px;
  height: 16px;
  vertical-align: bottom;
  text-align: left;
}

div.leer_resena {
  float:right;
  width: 90px;
  height: 16px;
  vertical-align:bottom;
  text-align: right;
}

.texto_ultimas_resenas {
  color: #000000;
  font-size: 15px;
  margin-top: 2px;
  font-weight: normal;
}

a.ult_resenas{
  font-size:12px;
  color: #000000;
  text-decoration: underline;
  font-weight: bold;
}

a.ult_resenas:visited{
  color: #000000;
}

a.ult_resenas:hover{
  color: #000000;
}

ul li {
  margin: 0px;
  padding-left:5px;
  list-style: disc;
  font-size: 12px;
  line-height: 20px;
}

.texto_resena_por {
  color: #555555;
  font-size: 12px;
}

/* ------------ Columna izquierda reseñas -----------*/
td.col_izq_resena {
  padding-left: 0px;
  padding-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: top;
  text-align: left;
  width: 50%;
}

div#volver {
  width: 100%;
  float: left;
  text-align: right;
  padding-top: 15px;
  font-size: 12px;
}


