body{
	background-color: #EDF1F6;
	color: #8d8d8d;
}
.banner{
	background: url(/imagenes/ContaPyme/pag_web/banner/bannerpaquetes.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow: hidden;
	text-align: center;
	height: 200px;
}
h1{
	font-weight: 600;
	text-align: center;
	color: #009BE5;
}
h2{
	font-weight: 600;
	text-align: center;
	color: #fff;
}
h3{
	font-weight: 600;
	text-align: center;
	color: #fff;
}
.center{
	margin: auto;
	display: table;
}
.bg_gris{background-color: #EDF1F6;}
.bg_blanco{background-color: #fff;}
.bg_morado{background: #303F94;}
.bg_purpura{background: #3F51B5;}
.bor_l{border-left: 1px solid #EDF1F6;}
.bor_r{border-right: 1px solid #EDF1F6;}

@media (min-width: 80px) {
	h1{
		font-size: 35px;
		line-height: 40px;
		padding-top: 30px;
	}
	h2{
		font-size: 15px;
		padding: 10px;
	}
	h3{
		font-size: 14px;
		padding: 5px;
	}
	.tex_banner{
		padding: 30px;
		font-size: 15px;
		line-height: 20px;
	}
	.tex_contenido{
		padding: 30px;
		font-size: 15px;
		line-height: 22px;
		text-align: left;
	}
	.ul_objetivos{
		padding: 30px;
		font-size: 15px;
		line-height: 22px;
		text-align: left;
		margin-left: 25px;
		list-style: circle;
	}
	.ul_objetivos li{
		padding-top: 10px;
	}
	.bg_purpura{
		margin-top: 20px;
	}
}
@media (min-width: 768px) {
	.tex_contenido{
		height: 435px;
	}
	.bg_purpura{
		margin-top: 0px;
	}
}
@media (min-width: 900px) {
	.tex_contenido{
		height: 345px;
	}
}
@media (min-width: 996px) {
	.tex_contenido{
		height: 370px;
	}
}
@media (min-width: 1100px) {
	.tex_contenido{
		height: 345px;
	}
}
@media (min-width: 1200px) {
	.tex_contenido{
		height: 390px;
	}
}
@media (min-width: 1300px) {
	.tex_contenido{
		height: 345px;
	}
}
@media (min-width: 1500px) {
	.tex_contenido{
		height: 280px;
	}
}
@media (min-width: 1900px) {
	
}