.home{

	padding-top: 67px;
	padding-bottom: 5px;
	height: 110%;
}

.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: #278CCC;
}

.lineasdecontenido{
	position: relative;
	bottom:40px;
	font-family: 'Source Sans Pro', sans-serif;
	background-color: #F6F6F6;
	padding: 29px 0px 0px 0px;
	width: 100%;
}

.lineasdecontenido .titulo{
	font-size: 47px;
	color: #278CCC;
	font-weight: 300;
	font-family: 'Source Sans Pro', sans-serif;
	width: 100%;
}

.lineasdecontenido .descripcion{
	font-size: 47px;
	line-height: 1px;
	font-weight: bold;
	color: #278CCC;
	font-family: 'Source Sans Pro', sans-serif;
}

.lineasdecontenido .contenido{
	font-size: 19px;
	font-family: 'Source Sans Pro', sans-serif;
	width: 100%;
	line-height: 35px;
}

.lineasdecontenido .contenido p{
	color: #595959;
	bottom: 48px;
}
    