﻿#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;

}

#desarrollo-beneficios{
	border-top: 1px dotted #8abed3;
	background: #f7f7f7;
	width: 800px;
	float: left;
	padding: 15px;

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

#imagen-seccion{
	width: 200px;
	float: left;
}

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

#videos{
	border: 0px solid #8abed3;
	width: 1100px;
	float: left;
	margin: 30px 0 20px 0;
}

.video{
	float: left;
	margin: 0 16px 0 0;
}