* {
/* font-family: 'Roboto', sans-serif; */
font-family: 'Open Sans', sans-serif;
}
.mapeado iframe {
  width:100%;
  height:auto;
}
.titulo {
  font-size:1.75em;
  line-height:1.5em;
  font-weight:bold;
  color:#000;
}
.titulo a, .titulo a:link, .titulo a:visited {
  color:#000;
}
.titulo a:hover {
  color:#23ACE2;
}
.cabeca {
  font-size:1.125em;
  line-height:1.25em;
  color:#666;
  margin:10px 0 10px 0;
}
.data_hora {
  font-size:1.25em;
  margin:5px 0 5px 0;
}
.previa {
  font-size:1.25em;
  margin:10px 0 10px 0;
}
.previa a, .previa a:link, .previa a:visited {
  color:#000;
}
.previa a:hover {
  color:#23ACE2;
}
.previa img {
  float:left;
  height:180px;
  margin:0 15px 15px 0;
}
.texto_post {
  font-size:1.25em;
  margin:10px 0 10px 0;
  text-align:justify;
  color:#000;
}
.texto_post iframe {
  width:100%;
  height:383px;
}
.texto_post a, .texto_post a:link, .texto_post a:visited {
  font-weight:bold;
  text-decoration:underline;
  color:#1F3D7D;
}
.texto_post a:hover {
  color:#23ACE2;
}
.texto_post strong {
  font-weight:bold;
}
.img_toda {
  float:left;
  height:300px;
  margin:20px 15px 15px 0;
}
.img_toda2 {
  float:left;
  width:100%;
  height:auto;
  margin:20px 0 15px 0;
}
.legenda-foto {
  width:100%;
  height:auto;
  padding:10px;
  font-size:0.875em;
  color:#333;
  line-height:1em;
  text-align:center;
}
.panel_sidebar {
  font-size:0.875em;
  text-align:justify;
}
.panel_sidebar img {
  float:left;
  margin:0 10px 10px 0;
  width:100%;
  height:auto;  
}
@media screen and (max-width: 480px) {
  .previa img {
    float:left;
	width:100%;
    height:auto;
  }
  .img_toda {
    width:100%;
	height:auto;
  }
  .img_toda2 {
    width:100%;
	height:auto;
  }
  .panel_sidebar img {
    width:100px;
    height:134px;
  }
}