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

#titulo-beneficios{
	background: #6e98a8;
	width: 400px;
	height: 70px;
	font-size: 40px;
	line-height: 50px;
	font-weight: bold;
	color: white;
	text-align: center;
	float: left;
	padding: 10px 0;

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

#desarrollo-beneficios{
	border-top: 0px dotted #8abed3;
	background: #f7f7f7;
	width: 700px;
	text-align: center;
	line-height: 24px;
	font-size: 20px;
	float: left;
	padding: 15px;

	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: 400px;
	line-height: 32px;
	float: left;
}

.imagen-seccion{
	border: 0px solid #8abed3;
	width: 690px;
	height: 300px;
	text-align: center;
	float: left;
}

.imagen-seccion  img{
	height: 100%;
}