.home{

	padding-top: 67px;
	padding-bottom: 5px;
}

.home div{
	line-height: 25px;
}

.home hr{
	position: relative;
	bottom: 12px;
	width: 10%;
	margin-top: 10px;
	height: 4px;
	border: 3px;
	border-radius:10px;
	background-color: #A70000;
}

.lineasdecontenido{
	position: relative;
	font-family: 'Titillium Web', sans-serif;
	background-color: #F6F6F6;
	width: 100%;
}

.lineasdecontenido .titulo{
	font-size: 20px;
	line-height: 18px;
    color: #727173;
	font-weight: 300;
	font-family: 'Titillium Web', sans-serif;
}

.lineasdecontenido .descripcion{
	font-size: 40px;
	line-height: 30px;
	color: #08007C;
	font-family: 'Titillium Web', sans-serif;
	margin-bottom: 9px;
}

.lineasdecontenido .contenido{
	font-size: 19px;
	font-family: 'Titillium Web', sans-serif;
	line-height: 35px;
}

.lineasdecontenido .contenido p{
	position: relative;
    color: #727173;
    width: 90%;
    margin: auto;
}
    