.linea-titulo{
	border-bottom: 2px solid #D31D22;
	width: 9%;
	margin-left: auto;
	margin-right: auto;

}
.styletitulo{
	color: #D31D22;
	font-size: 32px;
	font-weight: 300;
	text-align: center;
}
.imgtop{
	width: 100%;
}
.img-pro{
	height: 248px;
	width: 100%;
	border: 1px solid #F8F8F8;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media all and (max-width: 760px){
		.img-pro{
			height: auto;
			
		}
}
.nombrepro{
	background-color: #F8F8F8;
	border-bottom: 4px solid #D31B22;
	height: 54px;
	width: 100%;
	color: #333333;
	font-size: 18px;
	font-weight: 400;
	display: flex;
	align-items: center;justify-content: center;
	border-left: 1px solid #efefef;
	border-right:  1px solid #efefef;
}
.margenrow{
	margin-top: 4%;
	padding-left: 13%;
	padding-right: 13%;
}
.margenboot{
	margin-bottom: 4%;
}
@media all and (max-width: 409px){
		.nombrepro{
			height: 68px;
		}
		
}

.nombreproy{
	color: #666666;
	font-size: 24px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 2%;
}
.protitulo{
	color: #D31B22;
	font-size: 28px;
	font-weight: 400;
	margin-top: 4%;
	text-align: center;
	margin-bottom: 4%;
}
.textoproy{
	color: #666666;
	font-size: 16px;
	font-weight: 300;
}
.btn-ir{
    color:  #D31E24;
    font-size: 14px;
    border: 1px solid #D31E24;
    border-radius: 10px;
    width:35%;
    transition: 0.4s;
     height: auto;

}
.btn-ir:hover, .btn-ir:focus { 
	color: white;
    background-color:  #D31E24;
	transition: 0.4s;

}
.boton{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 3%;
}
@media all and (max-width:542px){
		.btn-ir{
			width: 100%;
		}
}