.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;
		}
}