.ContQuieresSaberDe {
  background:#fff;
  padding: 3% 0;
}

.ContQuieresSaberDe h3 {
	font-family: "Yanone Kaffeesatz",sans-serif;
	color: #af7f4e;
	font-size: 3rem;
	text-align: left;
	margin-bottom: 30px;
}
.ContQuieresSaberDe a {
  color: #af7f4e !important;
  font-weight:bold;
}

.ContQuieresSaberDeNuestrasPublicaciones {
  background:#FFF;
  padding: 3% 0;
}

.ContQuieresSaberDeNuestrasPublicaciones h3 {
	font-family: "Yanone Kaffeesatz",sans-serif;
	color: #af7f4e;
	font-size: 3rem;
	text-align: left;
	margin-bottom: 30px;
}

.DocInteres {
    display: table;
    width: 100%;
    padding: 2% 2% 3%;
    background: #f7f7f7;
}



.DocInteres .conetenedor {
    display: table;
    width: 90%;
    margin: 0 auto;
}

.ContQuieresSaberDe .container {
    margin-bottom: 4%;
}

.DocInteres .caja {
    background: #fff;
    padding: 8% 5% 0%;
    min-height: 70px;
    text-align: center;
    font-size: 15px;
    color: #333;
    box-shadow: 3px 3px 3px rgba(0,0,0,.05);
    border-left: solid #d2d2d2 2px;
    margin-top: 10px;
}

.titulo i {
    margin: 0 auto;
    font-size: 14px;
    color: #af7f4e;
    background: #ffffff;
    padding: 3px 4px;
    border-radius: 15px;
    border: solid 1px;
    margin-left: 3px;
}

.titulo i:hover {
    background: #af7f4e;
    color: #fff;
    transition: 1s;
}

.DocInteres .caja:hover {
    transform: translateX(5px);
    transition: 1s;
}

.imagenDescubre {
    margin-bottom: 20px;
}