/**
* @file
* Styles for the top tematica.
*/

/* taxonomías */
#image-top .bola {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  right: 0;
  top: 0;
  margin-top: 18px;
  margin-right: 100px;
  color: black;
  background-color: #75e1ff;
  padding: 63px 25px 10px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0,0,0,0.25);
}

#image-top .bola ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#image-top .bola li.categoria {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 25px;
  font-style: italic;
}

#image-top .bola li.titulo h2 {
  font-family: 'casamerica condensed bold', sans-serif;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}

#image-top .bola li.titulo h2 a {
  color: black;
  text-decoration: none;
}

#image-top .bola li.titulo h2 small.subtitulo {
  text-transform: none;
  display: block;
  font-size: 85%;
}

#image-top .bola li.titulo h2 a:hover {
  text-decoration: none;
}

#image-top .bola li.fecha {
  font-size: 16px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
}
