﻿#beneficios{
	border: 0 solid #8abed3;
	background: #f7f7f7;
	width: 1100px;
	float: left;
}

.titulo,

#titulo-beneficios{
	background: #6e98a8;
	width: 300px;
	height: 310px;
	font-size: 40px;
	line-height: 65px;
	font-weight: bold;
	color: white;
	text-align: center;
	float: left;
	padding: 90px 0;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.frase {
	width: 1100px;
	font-size: 40px;
	line-height: 65px;
	font-weight: bold;
	color: blue;
	text-align: center;
	padding: 50px 0;
	display:block;
	clear: both;
}

.equipo{
	width: 1100px;
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	margin-top: 50px;
	padding-top: 40px;

}

#desarrollo-beneficios{
	border-top: 1px dotted #8abed3;
	background: #f7f7f7;
	width: 1100px;
	float: left;
	padding: 15px;
	text-align: center;
	margin-bottom: 40px;	

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.seccion{
	border: 0px solid #8abed3;
	width: 100%;
	float: left;
	margin: 15px 0 0 0;
}

.desarrollo-seccion{
	border: 0px solid green;
	width: 1100px;
	line-height: 32px;
	float: left;
}

.desarrollo-seccion img{
	height: 200px;
	margin:0 5px;
}