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

#titulo-beneficios{
	background: #6e98a8;
	width: 300px;
	height: 100px;
	font-size: 40px;
	line-height: 50px;
	font-weight: bold;
	color: white;
	text-align: center;
	float: left;
	padding: 28px 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: 800px;
	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: 1px solid #ddd;
	background: white;
	width: 100%;
	float: left;
	margin: 15px 0 0 0;
	padding: 10px 0;
}

.frase {
	width: 1100px;
	font-size: 40px;
	line-height: 65px;
	font-weight: bold;
	color: grey;
	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;

}


.pdf-seccion{
	border: 0px solid #8abed3;
	width: 100px;
	height: 100%;
	text-align: center;
	line-height: 15px;
	color: gray;
	float: left;
	padding: 0 10px;
}

.titulo-seccion{
	color: #1070b4;
	font-weight: bold;
}

.desarrollo-seccion{
	border: 0px solid green;
	width: 660px;
	line-height: 32px;
	float: left;
	padding: 0 10px;

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

.texto-seccion{
	border: 0px solid #8abed3;
	width: 515px;
	float: left;
}

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

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