#cp-uno-articulo-investigacion .articuloInvestigacion {
  padding: 5% 2%;
  background: #dce3e5;
}
#cp-uno-articulo-investigacion .articuloInvestigacion .tituloSeccion h3 {
  text-align: center;
  font-family: 'Yanone Kaffeesatz',sans-serif;
  font-size: 4em;
  color: #1a7494;
  font-weight: 400;
  display: table;
  margin: auto;
  margin-top:0;
  margin-bottom: 25px;
}
#cp-uno-articulo-investigacion .articuloInvestigacion .imgArticulo {
  text-align:center;
}

#cp-uno-articulo-investigacion .articuloInvestigacion .recuadroArticulo {
  padding: 15px;
  background: #f5f5f5;
  cursor:pointer;
  box-shadow:0 0 15px rgba(0,0,0,.1);
}

#cp-uno-articulo-investigacion .articuloInvestigacion .recuadroArticulo .imgArticulo img {
    width: 100%;
    margin-top: 48%;
}

#cp-uno-articulo-investigacion .articuloInvestigacion .recuadroArticulo .glyphicon{
  display:table;
  margin:auto;
  float:right;
  color:#009ddf;
}

#cp-uno-articulo-investigacion .articuloInvestigacion .recuadroArticulo .descripcion h3 {
  text-align: left;
  font-family: 'Yanone Kaffeesatz',sans-serif;
  font-size: 2em;
  color: #009ddf;
}

#cp-uno-articulo-investigacion .articuloInvestigacion .recuadroArticulo .descripcion p {
  margin-bottom:20px;
}
#cp-uno-articulo-investigacion .articuloInvestigacion .recuadroArticulo .abreComillas img{
width: 25px;
}
#cp-uno-articulo-investigacion .articuloInvestigacion .recuadroArticulo .cierraComillas img {
width: 25px;
}

#cp-uno-articulo-investigacion .articuloInvestigacion .recuadroArticulo a {
  display:table;
  padding:5px 15px;
  color:#fff;
  background:#009ddf;
  text-align:center;
  margin:auto;
  margin-top:15px;
}



@media (max-width:768px) {
  #cp-uno-articulo-investigacion .articuloInvestigacion {
    padding: 12% 2%;
  }  
  #cp-uno-articulo-investigacion .articuloInvestigacion .tituloSeccion h3 {
    font-size: 2.5em;
  }  
  #cp-uno-articulo-investigacion .articuloInvestigacion .recuadroArticulo .imgArticulo img {
    margin-top: 10px;
  }
  #cp-uno-articulo-investigacion .articuloInvestigacion .recuadroArticulo .descripcion h3 {
    font-size: 1.5em;
  }  
}