.linea-titulo{
	border-bottom: 2px solid #D31D22;
	width: 9%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4%;
}
.styletitulo{
	color: #D31D22;
	font-size: 32px;
	font-weight: 300;
	text-align: center;
}
.descarga-box{
	width: 100%;
	border: 1px solid #DDDDDD;
	background-color: #F8F8F8;
	border-bottom: 4px solid #D31D22;
	padding: 15px 10px 5px 10px;
	color: #333333;
	font-size: 20px;
	position: relative;
	height: 132px;
}
.text{
	font-size: 16px;
	position: absolute;
	bottom: 10px;
	left: 25px;
}
.margen{
	margin-bottom: 28px;
}
@media all and (max-width: 456px){
		.descarga-box{
			height: 182px;
		}
}
.linea-breve{
	border-bottom: 2px solid #B0B0B0;
	width: 100%;
	margin-bottom: 20px;
}
.textobreve{
	color: #D21D21;
	font-size: 22px;
	font-weight: 300;
	margin-bottom: 20px;
}
.texto{
	color: #444444;
	font-size: 17px;
	font-weight: 300;
}
.center{
	display: flex;
	justify-content: center;
	align-items: center;
}
.margencol{
	padding-left: 4%;
	padding-right: 4%;
}
.rowdescarga{
	padding-right: 8%;
    padding-left: 8%;
    margin-top: 7%;
    margin-bottom: 9%;
}
.global{
	font-size: 20px;
	color: #444444;
	font-weight: 400;
	text-align: center;
}
.global>div>img{
	margin-right: auto;
	margin-left: auto;
	margin-top: 12px;
	margin-bottom: 12px;
}
.backgris{
	background-color: #DDDDDD;
	padding-top: 35px;
	padding-bottom: 35px;
}
.global>p{
	color: #444444;
	font-size: 16px;
	font-weight: 400;
}
.global>p>span{
	color: #D41917;
}