section.mercados{
	float: left;
	margin: 60px auto 30px;
}
/* Correcciones para el home, quitar el especio entre el módulo del numerote y el banner */
	.page-home section.mercados{
		margin-bottom: 0;
	}
/* Fin de las correcciones */
.numerote{
	background: #0a1529;
	padding: 30px 0 0;
	position: relative;
	padding-bottom: 31px;
	/**height: 600px;**/
}
.numerote h3:hover, 
.numerote h3:hover a,
#numero-container:hover #numerote-numero,
#numero-container:hover p,
#numero-container:hover p a,
article .autor:hover a{
	color: #008fc5 !important;
}
.numerote .circle-mas{
	background: #B38E5D;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 20px;
	right: 20px;
}
.numerote .circle-mas .icon.mas{
	position: relative;
    top: 9px;
}
.numerote h2.tit-seccion,
.numerote h2.tit-seccion a{
	color: #fff;
	line-height: 17px;
}
.numerote h2:after{
	content: '';
    display: block;
    height: 2px;
    width: 96px;
    background: #ff9524;
    margin: 6px auto 0;
}

.numerote-data{
	margin-top: 60px;
	text-align: center;
	position: relative;
}

.numerote-data .icon-numerote{
	display: inline-block;
	margin-right: 38px;
}

#numero-container{
	width: 100%;
	padding: 0 25px;
	display: inline-block;
	height: 202px;
	position: relative;
}

#numero-container > a{
	color: #D4C19C;
	font-weight: bold;
}

.numerote .text-and-share{
	text-align: center;
	margin: 45px auto 0;
}

.numerote-text{
	color: #ff9524;
	font: 400 24px/28px Georgia, serif;
	float: left;
	width: calc(100% - 91px);
	width: -moz-calc(100% - 91px);
	width: -o-calc(100% - 91px);
	width: -ms-calc(100% - 91px);
	width: -webkit-calc(100% - 91px);
	padding-right: 20px;
}
.numerote-text a{
	color: #D4C19C;
	font: 400 24px/28px Georgia, serif;
}
.numerote .compartir-mercados{
	border-left: 1px dotted #8e8e93;
	padding-left: 20px;
	text-align: center;
	float: right;
}

.group-redes > span{
	display: block;
	font: 400 14px 'Ubuntu', sans-serif;
	color: #fff;
	margin-bottom: 5px;
}

/* iframe y relacionadas */

.numerote .bottom-part{
	clear: both;
    	position: absolute;
    	bottom: 0;
    	padding: 0 25px 35px;
    	width: 100%;
}

.page-home section.mercados .numerote-iframe{
	position: absolute;
	bottom: 30px;
}

.numerote .numerote-relacionadas{
	float: right;
	/*max-width: 63.847%;*/
	max-width: 100%;
	width: 100%;
}

.numerote .numerote-relacionadas article{
	width: 50%;
	height: 50%;
	/*max-width: 250px;*/
	max-width: 455px;
}

.numerote .numerote-relacionadas article:nth-child(odd){
	float: left;
}

.numerote .numerote-relacionadas article:nth-child(even){
	float: right;
}

.numerote .numerote-relacionadas article:first-child,
.numerote .numerote-relacionadas article:nth-child(2){
	margin-bottom: 15px;
}

.numerote .numerote-relacionadas article:nth-child(3){
	clear: left;
}

.numerote .numerote-relacionadas article h3,
.numerote .numerote-relacionadas article h3 a{
	font: 400 18px/24px Georgia, serif;
	color: #fff;
}

.numerote .numerote-relacionadas article p,
.numerote .numerote-relacionadas article p a{
	font: italic 400 13px Georgia, serif;
	color: #ffead9;
	margin-top: 8px;
}