/*Header icon*/

.bloque .icono span{font-size: 1.4rem;}
.bloque .title {
    line-height: normal;
    margin: 10px 0px;
	text-align: center;
    color: #000;
    font-weight: bold;font-size: 1.2rem;
}

.bloque .title {
    position: relative;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-bottom: 10px;
}
.bloque .title:after {
    content: '';
    width: 50px;
    height: 1px;
    background: #ffc200;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
    z-index: 1;
}
hr{border: 0;height: 2px;width: 25%;position: relative;margin: 30px auto;}
.center-ball{background: #000;}
li .mn-icon-36:after{content: "\e923";width: 32px;height: 32px;display: inline-block;position: absolute;font-size: 12px;}
li a:hover span.icono-36:after{color: #ffc200;}
.center-ball:before{content: "\ea63";width: 52px;padding: 4px; height: 47px;display: inline-block;position: absolute;font-size: 44px;top: -27px;left: 50%;margin: 0 0 0 -26px;background: white;}
.row.downloads ul{background-color: #f1f1f1; border: 1px solid #cccccc5e;}
.row.downloads ul:hover{background-color:#ffc20017;}
@media (max-width: 425px){
hr.res{min-width: 80%}
}