.100 {
	width: 100%;
	clear: both
}

.100-pd {
	width: 100%;
	clear: both
}

.100-pdd {
	width: 96%;
	clear: both;
	padding: 15px 2%
}

.80 {
	width: 1000px;
	clear: both;
	margin: 0 auto
}

.80-pd {
	width: 1000px;
	clear: both;
	margin: 0 auto;
	padding: 30px 0
}

.80-pd20 {
	width: 1000px;
	clear: both;
	margin: 0 auto;
	padding: 12px 0
}

.80-pdd {
	width: 76%;
	clear: both;
	padding: 30px 2%;
	margin: 0 auto
}

.80-f {
	width: 940px;
	clear: both;
	padding: 30px 40px;
	margin: 0 auto
}

.borde5x {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px
}

.borde5x-bottom {
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0
}

.border0 {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0
}

.btn-gray {
	background: #a3a3a3;
	background: -moz-linear-gradient(top, #a3a3a3 0, #9d9d9d 50%, #7a797a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #a3a3a3),
		color-stop(50%, #9d9d9d), color-stop(100%, #7a797a));
	background: -webkit-linear-gradient(top, #a3a3a3 0, #9d9d9d 50%, #7a797a 100%);
	background: -o-linear-gradient(top, #a3a3a3 0, #9d9d9d 50%, #7a797a 100%);
	background: -ms-linear-gradient(top, #a3a3a3 0, #9d9d9d 50%, #7a797a 100%);
	background: linear-gradient(to bottom, #a3a3a3 0, #9d9d9d 50%, #7a797a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a3a3a3',
		endColorstr='#7a797a', GradientType=0)
}

.btn-orange {
	background: #f37032;
	background: -moz-linear-gradient(top, #f37032 0, #ed451f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f37032),
		color-stop(100%, #ed451f));
	background: -webkit-linear-gradient(top, #f37032 0, #ed451f 100%);
	background: -o-linear-gradient(top, #f37032 0, #ed451f 100%);
	background: -ms-linear-gradient(top, #f37032 0, #ed451f 100%);
	background: linear-gradient(to bottom, #f37032 0, #ed451f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f37032',
		endColorstr='#ed451f', GradientType=0)
}

.btn-red {
	background: #d23238;
	background: -moz-linear-gradient(top, #d23238 0, #b61f24 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d23238),
		color-stop(100%, #b61f24));
	background: -webkit-linear-gradient(top, #d23238 0, #b61f24 100%);
	background: -o-linear-gradient(top, #d23238 0, #b61f24 100%);
	background: -ms-linear-gradient(top, #d23238 0, #b61f24 100%);
	background: linear-gradient(to bottom, #d23238 0, #b61f24 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d23238',
		endColorstr='#b61f24', GradientType=0)
}

.shadow {
	-webkit-box-shadow: 0 0 9px 0 rgba(50, 50, 50, 0.3);
	-moz-box-shadow: 0 0 9px 0 rgba(50, 50, 50, 0.3);
	box-shadow: 0 0 9px 0 rgba(50, 50, 50, 0.3)
}

.m100 {
	width: 100%;
	margin: 0 auto
}

.m100pd {
	width: 100%;
	margin: 0 auto;
	padding: 9px 0 0
}

.m90 {
	width: 90%;
	margin: 0 auto
}

.m90pd {
	width: 90%;
	padding: 2% 5%
}

.m80 {
	width: 80%;
	margin: 0 auto
}

.borde0x {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0
}

div.contenedor section img {
	margin: 0 auto 15px
}

div.contenedor section h2 {
	color: #647070
}

div.contenedor section h3 {
	color: #29a9df;
	font-size: .9em
}

div.contenedor section h1 {
	text-align: center;
	color: #f15a24;
	margin: 0 0 10px
}

div.contenedor section article {
	width: 28%;
	float: left;
	margin: 0 2% 0 0;
	padding: 20px 2%;
	background: #f7f8f8;
	text-align: center
}

div.contenedor section article.servicio {
	min-height: 550px
}
div.contenedor section article.servicios {
	min-height: 400px
}

div.contenedor section article:last-child {
	margin: 0
}

div.contenedor section article p {
	color: #666;
	margin: 10px 0
}

div.contenedor section article p.sub-title {
	color: #333
}

div.contenedor section article h2 {
	font-size: 1.6em
}

div.contenedor section article a {
	background: #a3a3a3;
	background: -moz-linear-gradient(top, #a3a3a3 0, #9d9d9d 50%, #7a797a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #a3a3a3),
		color-stop(50%, #9d9d9d), color-stop(100%, #7a797a));
	background: -webkit-linear-gradient(top, #a3a3a3 0, #9d9d9d 50%, #7a797a 100%);
	background: -o-linear-gradient(top, #a3a3a3 0, #9d9d9d 50%, #7a797a 100%);
	background: -ms-linear-gradient(top, #a3a3a3 0, #9d9d9d 50%, #7a797a 100%);
	background: linear-gradient(to bottom, #a3a3a3 0, #9d9d9d 50%, #7a797a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a3a3a3',
		endColorstr='#7a797a', GradientType=0);
	width: 60%;
	display: block;
	margin: 20px auto 0;
	color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 9px 0
}

div.contenedor section article a:hover {
	background: #f37032;
	background: -moz-linear-gradient(top, #f37032 0, #ed451f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f37032),
		color-stop(100%, #ed451f));
	background: -webkit-linear-gradient(top, #f37032 0, #ed451f 100%);
	background: -o-linear-gradient(top, #f37032 0, #ed451f 100%);
	background: -ms-linear-gradient(top, #f37032 0, #ed451f 100%);
	background: linear-gradient(to bottom, #f37032 0, #ed451f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f37032',
		endColorstr='#ed451f', GradientType=0)
}

div.ventajas {
	background: #f7f8f8
}

div.ventajas section h2 {
	text-align: center
}

div.ventajas section ul {
	float: left;
	width: 35%;
	padding: 0 2%
}

div.ventajas section ul li {
	background: url(../img/arrow.png) no-repeat 0 2px;
	
	color: white;
    text-shadow: 2px 2px 4px #000000;

	font-weight: bold;
	padding: 0 0 0 20px;
	margin: 0 0 10px 0
}

div.beneficios {
	background: url('../img/beneficios.jpg');
	background-size: cover
}

div.beneficios section {
	position: relative
}

div.beneficios section h2 {
	color: #fff;
	text-align: center;
	text-shadow: 3px 3px 7px #000;
	margin: 0 0 25px 0
}

div.beneficios section ul {
	width: 30%;
	margin: 0 auto 60px
}

div.beneficios section ul li {
	color: #fff;
	text-align: left;
	text-shadow: 3px 3px 7px #000;
	background: url('../img/arrow-beneficios.png') no-repeat;
	padding: 0 0 0 35px;
	line-height: 1.5em;
	margin: 0 0 10px 0;
	font-size: 1.2em;
	font-weight: normal
}

img#img-chat {
	position: absolute;
	margin: -132px 0 0;
	right: 0;
	display: none
}

div#chat {
	position: absolute;
	right: 15%;
	bottom: 297px;
	background: #d23238;
	background: -moz-linear-gradient(top, #d23238 0, #b61f24 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d23238),
		color-stop(100%, #b61f24));
	background: -webkit-linear-gradient(top, #d23238 0, #b61f24 100%);
	background: -o-linear-gradient(top, #d23238 0, #b61f24 100%);
	background: -ms-linear-gradient(top, #d23238 0, #b61f24 100%);
	background: linear-gradient(to bottom, #d23238 0, #b61f24 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d23238',
		endColorstr='#b61f24', GradientType=0);
	margin: -12px 0 0 0;
	width: 246px;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0
}

div#chat p {
	padding: 8px 18%;
	color: #fff;
	background: url(../img/icon-afilicacion.png) no-repeat 24px center;
	font-size: 1.2em;
	cursor: pointer
}

div#chat p:after {
	content: "";
	background: url(../img/arrow-up.png) no-repeat 2px center;
	width: 30px;
	height: 16px;
	display: block;
	position: absolute;
	margin: -20px 0 0 149px
}