body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial, Geneva, sans-serif;
}
@font-face {
	font-family: 'century';
	src: url(../fuentes/TRCenturyGothicRegular.ttf);
}
header {
	width: 100%;
	min-height: 30px;
	z-index: 1000;
	position: fixed;
	background-color: #FFF;
	-webkit-box-shadow: 0px 14px 25px 0px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 14px 25px 0px rgba(0,0,0,0.6);
	box-shadow: 0px 14px 25px 0px rgba(0,0,0,0.6);
}
#franja_azul {
	width: 100%;
	height: 8px;
	background-color: #354b7b;
}
.cont_logo {
	width: 980px;
	height: 94px;
	margin-left: auto;
	margin-right: auto;
}
.logo {
	width: 120px;
	height: 78px;
	float: left;
	margin-top: 12px;
}
.img_logo {
	width: 100%;
}
.cont_nav {
	width: 752px;
	min-height: 70px;
	float: right;
	margin-top: 2px;
}
.cont_nav2 {
	width: 900px;
	min-height: 40px;
	float: right;
	margin-top: 20px;
}
.nav1 {
	width: auto;
	min-height: 30px;
	float: right;
	color: #929497;
	font-size: 12px;
}
.nav1 ul {
	margin: 14px 0px 0px;
	height: 42px;
	padding: 0px;
}
.nav1 li {
	list-style-type: none;
	float: left;
}
.nav1 a {
	text-align: center;
	text-decoration: none;
	border-right: 1px solid #999;
	color: #929497;
	font-size: 12px;
	padding: 6px 18px;
	cursor: pointer;
}
.nav1 a:hover {
	color: #5a5353;
}
.style_lupa {
	margin-top: -16px;
	padding-top: 10px;
	width: 20px;
	margin-left: -12px;
}
.top_lupa {
	margin-top: -2px;
	margin-left: 10px;
}
.top_tel {
	margin-top: -6px;
}
.style_tel {
	margin-top: -10px;
	padding-top: 10px;
	width: 24px;
	margin-left: -12px;
}
nav {
	width: auto;
	float: right;
	padding-bottom: 10px;
}
nav ul {
	margin: 0px;
	height: auto;
	padding: 0px;
}
nav li {
	list-style-type: none;
	float: left;
}
nav a {
	text-align: center;
	text-decoration: none;
	color: #354b7b;
	font-size: 18px;
	/*padding-left: 22px;
	padding-right: 22px;*/
	padding-left: 49px;
}
nav a:hover {
	color: #1c52c8;
}
#buscar{
margin-bottom: 10px;
}
#banner_movil_index{
	display:none;
	width:980px;
	margin-left:auto;
	margin-right:auto;
	height:406px;
}
#banner {
	width: 100%;
	height: auto;
	padding-top: 20px;
	background-color: black;
	padding-top: 100px;
}
.top_movil{
	display:none;
	}
#banner a {
	color: #000000;
}

#cont_empresas {
	width: 100%;
	min-height: 122px;/*margin-top: -22px;*/
}
#empresas {
	width: 980px;
	height: 78px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 22px;
}
.empresa {
	width: 108px;
	height: 76px;
	float: left;
	margin-right: 108px;
}
/*Logo de empresas over escala*/



.cambiaimg {
	position: relative;
	overflow: hidden;
	width: 110px;
	height: 77px;
}
img.a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 77;
}
img.b {
	position: relative;
	left: 0;
	top: 0;
}
/* Fin escala de grises */







#cont_desarrollo {
	width: 100%;
	min-height: 706px;
	background-color: #ededed;
}
.desarrollo {
	width: 980px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
h1 {
	font-size: 38px;
	color: #6184a4;
	text-align: center;
	padding-top: 44px;
	text-shadow: 0px 3px 2px rgba(91, 91, 91, 1);
	margin-bottom: 50px;
	margin-top: 0px;
	font-weight: normal;
}
.info_desarrollo {
	width: 226px;
	height: auto;
	float: left;
	color: black;
	font-size: 16px;
	text-align: center;
	margin-right: 150px;
}
.img_desarrollo {
	width: 176px;
	height: 176px;
	margin-left: auto;
	margin-right: auto;
}
.titulo_info {
	font-size: 24px;
	color: #448ad4;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.txt_info {
	height: 146px;
}
.btn_ver_mas {
	width: 100px;
	height: 38px;
	color: #FFFFFF;
	border-radius: 8px;
	text-decoration: none;
	float: left;
	clear: both;
	line-height: 2;
	margin-left: 60px;
	margin-top: 58px;
	border: 1px solid #2255c4;
	background: rgba(63,125,250,1);
	background: -moz-linear-gradient(top, rgba(63,125,250,1) 0%, rgba(34,85,196,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(63,125,250,1)), color-stop(100%, rgba(34,85,196,1)));
	background: -webkit-linear-gradient(top, rgba(63,125,250,1) 0%, rgba(34,85,196,1) 100%);
	background: -o-linear-gradient(top, rgba(63,125,250,1) 0%, rgba(34,85,196,1) 100%);
	background: -ms-linear-gradient(top, rgba(63,125,250,1) 0%, rgba(34,85,196,1) 100%);
	background: linear-gradient(to bottom, rgba(63,125,250,1) 0%, rgba(34,85,196,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f7dfa', endColorstr='#2255c4', GradientType=0 );
}
.btn_ver_mas:hover {
	background: rgba(34,85,196,1);
	background: -moz-linear-gradient(top, rgba(34,85,196,1) 0%, rgba(63,125,250,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(34,85,196,1)), color-stop(100%, rgba(63,125,250,1)));
	background: -webkit-linear-gradient(top, rgba(34,85,196,1) 0%, rgba(63,125,250,1) 100%);
	background: -o-linear-gradient(top, rgba(34,85,196,1) 0%, rgba(63,125,250,1) 100%);
	background: -ms-linear-gradient(top, rgba(34,85,196,1) 0%, rgba(63,125,250,1) 100%);
	background: linear-gradient(to bottom, rgba(34,85,196,1) 0%, rgba(63,125,250,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2255c4', endColorstr='#3f7dfa', GradientType=0 );
}
.btn_mas_ser {
	width: 100%;
	height: 38px;
	color: #FFF;
	border-image: none;
	float: left;
	text-decoration: none;
	font-size: 20px;
	margin-top: 56px;
	text-align: center;
	/*background-color: #1c52c8;*/







	border-radius: 8px;
	margin-bottom: 60px;
	background: rgba(28,83,200,1);
	background: -moz-linear-gradient(top, rgba(28,83,200,1) 0%, rgba(43,78,154,1) 60%, rgba(53,75,123,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(28,83,200,1)), color-stop(60%, rgba(43,78,154,1)), color-stop(100%, rgba(53,75,123,1)));
	background: -webkit-linear-gradient(top, rgba(28,83,200,1) 0%, rgba(43,78,154,1) 60%, rgba(53,75,123,1) 100%);
	background: -o-linear-gradient(top, rgba(28,83,200,1) 0%, rgba(43,78,154,1) 60%, rgba(53,75,123,1) 100%);
	background: -ms-linear-gradient(top, rgba(28,83,200,1) 0%, rgba(43,78,154,1) 60%, rgba(53,75,123,1) 100%);
	background: linear-gradient(to bottom, rgba(28,83,200,1) 0%, rgba(43,78,154,1) 60%, rgba(53,75,123,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c53c8', endColorstr='#354b7b', GradientType=0 );
}
.btn_mas_ser {
	width: 100%;
	text-align: center;
	float: left;
	clear: both;
}
.btn_mas_ser p {
	width: auto;
	margin: 0px;
	line-height: 2;
	float: left;
	margin-left: 350px;
}
.icon_flecha {
	float: left;
	margin-top: 12px;
	margin-left: 10px;
}
.btn_mas_ser:hover {
	background: rgba(53,75,123,1);
	background: -moz-linear-gradient(top, rgba(53,75,123,1) 0%, rgba(40,79,163,1) 52%, rgba(28,83,200,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(53,75,123,1)), color-stop(52%, rgba(40,79,163,1)), color-stop(100%, rgba(28,83,200,1)));
	background: -webkit-linear-gradient(top, rgba(53,75,123,1) 0%, rgba(40,79,163,1) 52%, rgba(28,83,200,1) 100%);
	background: -o-linear-gradient(top, rgba(53,75,123,1) 0%, rgba(40,79,163,1) 52%, rgba(28,83,200,1) 100%);
	background: -ms-linear-gradient(top, rgba(53,75,123,1) 0%, rgba(40,79,163,1) 52%, rgba(28,83,200,1) 100%);
	background: linear-gradient(to bottom, rgba(53,75,123,1) 0%, rgba(40,79,163,1) 52%, rgba(28,83,200,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#354b7b', endColorstr='#1c53c8', GradientType=0 );
}
#cont_web {
	width: 100%;
	min-height: 1818px;
	background-color: #FFFFFF;
}
.web {
	width: 980px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
h2 {
	font-size: 38px;
	color: #448ad4;
	text-align: center;
	padding-top: 44px;
	text-shadow: 0px 3px 2px rgba(91, 91, 91, 1);
	margin-bottom: 50px;
	margin-top: 0px;
	font-weight: normal;
}
.info_web {
	width: 468px;
	min-height: 380px;
	float: left;
	margin-bottom: 58px;
	text-align: center;
}
.info_web2 {
	float: right;
}
.img_web {
	width: 188px;
	height: 180px;
}
h3 {
	font-size: 28px;
	color: #283867;
	text-align: center;
	font-weight: normal;
}
.txt_web {
	font-size: 20px;
	color: #828383;
	text-align: justify;
}
.img_soluciones {
	width: 980px;
}
.img_sol {
	width: 100%;
}
#cont_agencia {
	width: 100%;
	min-height: 1408px;
	background-color: #ededed;
}
.agencia {
	width: 980px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.b1 {
	width: 484px;
	float: left;
}
.img_b {
	width: 100%;
}
.b2 {
	width: 322px;
	float: left;
}
.b_r {
	float: right;
}
.m_r {
	margin-right: 8px;
}
.titulo_agencia {
	font-size: 22px;
	color: #FFF;
	background-color: #000000;
	padding: 10px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	float: left;
	margin-top: -420px;
	position: relative;
}
.titulo_agencia2 {
	font-size: 22px;
	color: #FFF;
	background-color: #000000;
	padding: 10px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	float: left;
	margin-top: -290px;
	position: relative;
}
.sws1:hover .titulo_agencia {
	background-color: #2D2D2D;
	padding-left: 20px;
	transition: 0.4s;
}
.sws2:hover .titulo_agencia2 {
	background-color: #2D2D2D;
	padding-left: 20px;
	transition: 0.4s;
}
#cont_microsoft {
	width: 100%;
	min-height: 1024px;
	background-color: #FFFFFF;
}
.microsoft {
	width: 980px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.info_microsoft {
	width: 938px;
	min-height: 214px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: solid 1px #b4b4b4;
	margin-bottom: 60px;
}
.img_microsoft {
	width: 174px;
	float: left;
}
.txt_microsoft {
	width: 734px;
	font-size: 24px;
	color: #000000;
	float: right;
	margin-top: 40px;
}
#cont_google {
	width: 100%;
	min-height: 1454px;
	background-color: #ededed;
}
.google {
	width: 980px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.info_google {
	width: 434px;
	min-height: 582px;
	float: left;
	margin-bottom: 40px;
}
.info_google2 {
	float: right;
}
.img_google {
	width: 434px;
}
.txt_google {
	font-size: 22px;
	color: #4b4b4b;
	min-height: 200px;
}
.btn_mas_info {
	width: auto;
	color: #FFFFFF;
	text-decoration: none;
	border-radius: 8px;
	float: left;
	clear: both;
	padding: 10px;
	margin-top: 20px;
	border: 1px solid #2255c4;
	background: rgba(63,125,250,1);
	background: -moz-linear-gradient(top, rgba(63,125,250,1) 0%, rgba(34,85,196,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(63,125,250,1)), color-stop(100%, rgba(34,85,196,1)));
	background: -webkit-linear-gradient(top, rgba(63,125,250,1) 0%, rgba(34,85,196,1) 100%);
	background: -o-linear-gradient(top, rgba(63,125,250,1) 0%, rgba(34,85,196,1) 100%);
	background: -ms-linear-gradient(top, rgba(63,125,250,1) 0%, rgba(34,85,196,1) 100%);
	background: linear-gradient(to bottom, rgba(63,125,250,1) 0%, rgba(34,85,196,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f7dfa', endColorstr='#2255c4', GradientType=0 );
}
.btn_mas_info:hover {
	background: rgba(34,85,196,1);
	background: -moz-linear-gradient(top, rgba(34,85,196,1) 0%, rgba(63,125,250,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(34,85,196,1)), color-stop(100%, rgba(63,125,250,1)));
	background: -webkit-linear-gradient(top, rgba(34,85,196,1) 0%, rgba(63,125,250,1) 100%);
	background: -o-linear-gradient(top, rgba(34,85,196,1) 0%, rgba(63,125,250,1) 100%);
	background: -ms-linear-gradient(top, rgba(34,85,196,1) 0%, rgba(63,125,250,1) 100%);
	background: linear-gradient(to bottom, rgba(34,85,196,1) 0%, rgba(63,125,250,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2255c4', endColorstr='#3f7dfa', GradientType=0 );
}
.m_b {
	margin-bottom: 0px;
}
.t_a {
	text-align: left;
}
#cont_clientes {
	width: 100%;
	min-height: 900px;
	background-color: #FFFFFF;
}
.clientes {
	width: 980px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.empresas {
	width: 144px;
	height: 110px;
	border: 4px solid #ABE3F4;
	background-color: #FFF;
	float: left;
	text-align: center;
	margin-right: 54px;
	margin-bottom: 26px;
}
#empresa_style_m {
	margin-right: 0px;
}
#cont_comuniquese {
	width: 100%;
	min-height: 520px;
	background-color: #EDEDED;
}
.comuniquese {
	width: 980px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 40px;
}
.titulo_comuniquese {
	width: 980px;
	height: 78px;
	background-color: #283867;
	border-radius: 8px;
	text-align: center;
	font-size: 38px;
	color: #FFFFFF;
	line-height: 2;
	position: absolute;
	margin-top: -40px;
}
.formulario {
	width: 604px;
	border-radius: 8px;
	background-color: #283867;
	padding: 40px;
	float: left;
	margin-top: 104px;
}
.campo_foo {
	width: 96%;
	height: 32px;
	color: #A1A1A1;
	font-style: oblique;
	font-size: 16px;
	border-radius: 6px;
	padding-left: 10px;
	margin-bottom: 16px;
	border: 1px solid #7a7a7a;
}
.btn_enviar_cont {
	border-radius: 8px;
	float: left;
	clear: both;
	padding: 6px;
	background: #2863e4;
	color: #FFFFFF;
	font-size: 14px;
	width: 168px;
	margin-left: 220px;
	border: none;
}
.btn_enviar:hover {
	background: #83a5ef;
}
.cont_boletin {
	width: 288px;
	float: right;
	margin-top: 104px;
}
.titulo_boletin {
	width: 248px;
	height: 102px;
	font-size: 22px;
	color: #FFF;
	background: #283867 none repeat scroll 0% 0%;
	border-radius: 8px;
	padding-top: 36px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	margin-bottom: 50px;
}
.btn_sus {
	border-radius: 8px;
	float: left;
	clear: both;
	padding: 6px;
	background: #2863e4;
	border: none;
	color: #FFFFFF;
	font-size: 14px;
	width: 168px;
	margin-left: 72px;
	margin-top: 52px;
}
.btn_sus:hover {
	background: #83a5ef;
}
footer {
	width: 100%;
	min-height: 120px;
	background-color: #000;
}
.cont_nav_foo {
	width: 100%;
	min-height: 60px;
	border-bottom: solid 1px #FFFFFF;
}
.nav_foo {
	width: 478px;
	margin-left: auto;
	margin-right: auto;
	height: 42px;
	padding-top: 18px;
}
.nav_foo ul {
	margin: 0px;
	height: auto;
	padding: 0px;
}
.nav_foo li {
	list-style-type: none;
	float: left;
}
.nav_foo a {
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 18px;
	padding-left: 22px;
	padding-right: 22px;
}
.nav_foo a:hover {
	color: #2863E4;
}
.derechos {
	width: 980px;
	min-height: 44px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}
.derechos a {
	color: #FFF;
}
.banner_seccion {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.indicador {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	color: #000000;
	margin-bottom: 6px;
	margin-top: 6px;
}
.indicador a {
	text-decoration: underline;
	color: #000000;
}
.cont_nav_servicios {
	min-height: 120px;
	width: 100%;
	background-color: #354B7B;
	padding-top: 102px;
}
.nav_servicios {
	width: 980px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 28px;
}
.titulo_nav_seccion {
	font-size: 48px;
	color: #FFFFFF;
	float: left;
	font-weight: bold;
}
.nav_serv {
	width: auto;
	float: right;
}
.nav_serv ul {
	margin: 0px;
	padding: 0px;
}
.nav_serv li {
	list-style-type: none;
	float: left;
	background-color: #EDEDED;
	height: 52px;
	padding-top: 10px;
	border-radius: 8px;
	margin-right: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #043642;
	border-right: 1px solid #043642;
	width: 118px;
	text-align: center;
}
.nav_serv a {
	text-align: center;
	color: #448AD4;
	text-decoration: none;
	font-size: 16px;
}
.nav_serv a:hover li {
	color: #354B7B;
	background-color: #D8D8D8;
	-webkit-transition: all 1s ease-out;  /* Chrome y Safari */
	-o-transition: all 1s ease-out;  /* Opera */
	-moz-transition: all 1s ease-out;  /* Mozilla Firefox */
	-ms-transition: all 1s ease-out;   /* Internet Explorer */
	transition: all 1s ease-out;  /* W3C */
}
.bineta_flechas1 {
	/*width: 8px;







	height: 8px;*/







	float: left;
	margin-right: 26px;
	/*margin-top: 4px;*/







	color: #283867;
	font-size: 20px;
}
.bineta_flechas2 {
	/*width: 8px;







	height: 8px;*/







	float: left;
	margin-right: 26px;
	/*margin-top: 4px;*/







	color: #448AD4;
	font-size: 20px;
}
.bineta_flechas3 {
	float: left;
	margin-right: 6px;
	clear: both;
	color: #000000;
}
.boton-top {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	background: #036;
	cursor: pointer;
	z-index: 10;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
}
.ti_des {
	color: #FFFFFF;
	margin-bottom: 16px;
}
#chek {
	float: left;
}
.formulario p {
	float: left;
	color: #FFF;
	margin: 0;
	margin-bottom: 30px;
}
#re {
	color: #FFFFFF;
}
.w_bus {
	float: left;
}
.btn_enviar {
	width: auto;
	color: #FFF;
	font-size: 16px;
	margin-left: 270px;
	text-decoration: none;
	border-radius: 8px;
	float: left;
	clear: both;
	padding: 10px;
	border: 1px solid #2255C4;
	background: transparent linear-gradient(to bottom, #3F7DFA 0%, #2255C4 100%) repeat scroll 0% 0%;
}
.btn_enviar:hover {
	background: rgba(34,85,196,1);
	background: -moz-linear-gradient(top, rgba(34,85,196,1) 0%, rgba(63,125,250,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(34,85,196,1)), color-stop(100%, rgba(63,125,250,1)));
	background: -webkit-linear-gradient(top, rgba(34,85,196,1) 0%, rgba(63,125,250,1) 100%);
	background: -o-linear-gradient(top, rgba(34,85,196,1) 0%, rgba(63,125,250,1) 100%);
	background: -ms-linear-gradient(top, rgba(34,85,196,1) 0%, rgba(63,125,250,1) 100%);
	background: linear-gradient(to bottom, rgba(34,85,196,1) 0%, rgba(63,125,250,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2255c4', endColorstr='#3f7dfa', GradientType=0 );
}
.btn_sus:hover {
	background: rgba(34,85,196,1);
	background: -moz-linear-gradient(top, rgba(34,85,196,1) 0%, rgba(63,125,250,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(34,85,196,1)), color-stop(100%, rgba(63,125,250,1)));
	background: -webkit-linear-gradient(top, rgba(34,85,196,1) 0%, rgba(63,125,250,1) 100%);
	background: -o-linear-gradient(top, rgba(34,85,196,1) 0%, rgba(63,125,250,1) 100%);
	background: -ms-linear-gradient(top, rgba(34,85,196,1) 0%, rgba(63,125,250,1) 100%);
	background: linear-gradient(to bottom, rgba(34,85,196,1) 0%, rgba(63,125,250,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2255c4', endColorstr='#3f7dfa', GradientType=0 );
}
#scroll {
	height: 74px;
}

.logo_scroll {
	width: 76px;
	height: auto;
	float: left;
	margin-top: 12px;
}
#logo {
	width: 100%;
}
.m_rg {
	margin-right: 0px;
}
.main-content {
	display: none;
}
/*.container{



	display:none;



	}*/



.des {
	display: none;
}
.cambiaimg {
	position: relative;
	overflow: hidden;
	width: 110px;
	height: 77px;
}
img.a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 77;
	width: 100%;
}
img.b {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
}
@media screen and (min-width: 929px) and (max-width: 979px) {
.cont_logo {
	    width: 98%;
}
.cont_nav {
	width: 712px;
}
#empresas {
	width: 98%;
}
.empresa {
    margin-right: 86px;
}
.desarrollo {
	width: 98%;
}
.info_desarrollo {
    margin-right: 70px;
}
.web {
	width: 98%;
}
.info_web {
	width: 432px;
	min-height: 396px;
}
.img_soluciones {
	width: 100%;
}
#cont_agencia {
	min-height: auto;
}
.agencia {
	width: 98%;
}
.b1 {
    width: 49%;
}
.titulo_agencia {
	margin-top: -380px;
}
.b2 {
    width: 33%;
}
.m_r {
	margin-right: 6px;
}
.microsoft {
	width: 98%;
}
.info_microsoft {
	width: 100%;
}
.txt_microsoft {
	width: 76%;
}
.google {
	width: 98%;
}
.clientes {
	width: 98%;
}
.empresas {
	width: 126px;
}
.comuniquese {
	width: 98%;
}
.titulo_comuniquese {
	width: 98%;
}
.formulario {
	width: 514px;
}
.btn_enviar {
	margin-left: 220px;
}
.derechos {
	width: 98%;
}
.nav_servicios {
	width: 98%;
}
.indicador {
	width: 98%;
}
.banner_seccion {
	width: 100%;
}
#banner {
    padding-top: 104px;
}
.nav_servicios {
    width: 98%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 28px;
}
.indicador {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    color: #000000;
    margin-bottom: 6px;
    margin-top: 6px;
}
}
@media screen and (min-width: 921px) and (max-width: 928px) {
.cont_logo {
	    width: 98%;
}
.cont_nav {
	width: 712px;
}
#empresas {
	width: 98%;
}
.empresa {
    margin-right: 86px;
}
.desarrollo {
	width: 98%;
}
.info_desarrollo {
    margin-right: 70px;
}
.web {
	width: 98%;
}
.info_web {
	width: 432px;
	min-height: 396px;
}
.img_soluciones {
	width: 100%;
}
#cont_agencia {
	min-height: auto;
}
.agencia {
	width: 98%;
}
.b1 {
	width: 444px;
}
.titulo_agencia {
	margin-top: -380px;
}
.b2 {
	width: 294px;
}
.m_r {
	margin-right: 6px;
}
.microsoft {
	width: 98%;
}
.info_microsoft {
	width: 100%;
}
.txt_microsoft {
	width: 76%;
}
.google {
	width: 98%;
}
.clientes {
	width: 98%;
}
.empresas {
	width: 126px;
}
.comuniquese {
	width: 98%;
}
.titulo_comuniquese {
	width: 98%;
}
.formulario {
	width: 514px;
}
.btn_enviar {
	margin-left: 220px;
}
.derechos {
	width: 98%;
}
.nav_servicios {
	width: 98%;
}
.indicador {
	width: 98%;
}
.banner_seccion {
	width: 100%;
}
#banner {
    padding-top: 104px;
}
.nav_servicios {
    width: 98%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 28px;
}
.indicador {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    color: #000000;
    margin-bottom: 6px;
    margin-top: 6px;
}
}
@media screen and (min-width: 914px) and (max-width: 920px) {
.cont_logo {
	    width: 98%;
}
.cont_nav {
	width: 712px;
}
#empresas {
	width: 98%;
}
.empresa {
    margin-right: 86px;
}
.desarrollo {
	width: 98%;
}
.info_desarrollo {
    margin-right: 70px;
}
.web {
	width: 98%;
}
.info_web {
	width: 432px;
	min-height: 396px;
}
.img_soluciones {
	width: 100%;
}
#cont_agencia {
	min-height: auto;
}
.agencia {
	width: 98%;
}
.b1 {
	width: 444px;
}
.titulo_agencia {
	margin-top: -380px;
}
.b2 {
	width: 294px;
}
.m_r {
	margin-right: 6px;
}
.microsoft {
	width: 98%;
}
.info_microsoft {
	width: 100%;
}
.txt_microsoft {
	width: 76%;
}
.google {
	width: 98%;
}
.clientes {
	width: 98%;
}
.empresas {
	width: 126px;
}
.comuniquese {
	width: 98%;
}
.titulo_comuniquese {
	width: 98%;
}
.formulario {
	width: 514px;
}
.btn_enviar {
	margin-left: 220px;
}
.derechos {
	width: 98%;
}
.nav_servicios {
	width: 98%;
}
.indicador {
	width: 98%;
}
.banner_seccion {
	width: 100%;
}
#banner {
    padding-top: 104px;
}
.nav_servicios {
    width: 98%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 28px;
}
.indicador {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    color: #000000;
    margin-bottom: 6px;
    margin-top: 6px;
}
}
@media screen and (min-width: 912px) and (max-width: 913px) {
.cont_logo {
	    width: 98%;
}
.cont_nav {
	width: 712px;
}
#empresas {
	width: 98%;
}
.empresa {
    margin-right: 86px;
}
.desarrollo {
	width: 98%;
}
.info_desarrollo {
    margin-right: 70px;
}
.web {
	width: 98%;
}
.info_web {
	width: 432px;
	min-height: 396px;
}
.img_soluciones {
	width: 100%;
}
#cont_agencia {
	min-height: auto;
}
.agencia {
	width: 98%;
}
.b1 {
	width: 444px;
}
.titulo_agencia {
	margin-top: -380px;
}
.b2 {
	width: 294px;
}
.m_r {
	margin-right: 6px;
}
.microsoft {
	width: 98%;
}
.info_microsoft {
	width: 100%;
}
.txt_microsoft {
	width: 76%;
}
.google {
	width: 98%;
}
.clientes {
	width: 98%;
}
.empresas {
	width: 126px;
}
.comuniquese {
	width: 98%;
}
.titulo_comuniquese {
	width: 98%;
}
.formulario {
	width: 514px;
}
.btn_enviar {
	margin-left: 220px;
}
.derechos {
	width: 98%;
}
.nav_servicios {
	width: 98%;
}
.indicador {
	width: 98%;
}
.banner_seccion {
	width: 100%;
}
#banner {
    padding-top: 104px;
}
.nav_servicios {
    width: 98%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 28px;
}
.indicador {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    color: #000000;
    margin-bottom: 6px;
    margin-top: 6px;
}
}
@media only screen and (max-width: 900px){
.empresa {
    margin-right: 76px;
}
.info_desarrollo {
    margin-right: 68px;
}
.info_web {
    width: 412px;
    min-height: 396px;
}
.b1 {
    width: 436px;
}
.b2 {
    width: 290px;
}
.titulo_agencia {
    margin-top: -370px;
}
.titulo_agencia2 {
    margin-top: -260px;
}
.img_google {
    width: 100%;
}
.info_google {
    width: 48%;
}
.empresas {
    width: 116px;
}
.formulario {
    width: 482px;
}
.btn_enviar {
    margin-left: 210px;
}
.titulo_agencia {
    margin-top: -370px;
}
.titulo_agencia2 {
    margin-top: -260px;
}
.img_google {
    width: 100%;
}
.txt_microsoft {
    width: 70%;
}
.img_google {
    width: 100%;
}
.info_google {
    width: 46%;
    min-height: 582px;
    float: left;
    margin-bottom: 40px;
}
.info_google2 {
    float: right;
}
.empresas {
    margin-right: 6%;
}
.formulario {
    width: 474px;
}
.btn_enviar {
    margin-left: 220px;
}
.desarrollo {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.web {
    width: 94%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.img_soluciones {
    width: 100%;
}
.agencia {
    width: 98%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
#cont_agencia {
    width: 100%;
    min-height: 1098px;
    background-color: #ededed;
}
.microsoft {
    width: 96%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.info_microsoft {
    width: 100%;
    min-height: 214px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: solid 1px #b4b4b4;
    margin-bottom: 60px;
}
.google {
    width: 96%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.clientes {
    width: 96%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
#empresas {
    width: 98%;
    height: 78px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 22px;
}
#empresas {
    width: 98%;
    height: 78px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 22px;
}
.cont_logo {
    width: 100%;
    height: 94px;
    margin-left: auto;
    margin-right: auto;
}
.comuniquese {
    width: 98%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
}
.banner_seccion {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.titulo_comuniquese {
    width: 98%;
    height: 78px;
    background-color: #283867;
    border-radius: 8px;
    text-align: center;
    font-size: 38px;
    color: #FFFFFF;
    line-height: 2;
    position: absolute;
    margin-top: -40px;
}
.derechos {
    width: 98%;
    min-height: 44px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    color: #FFF;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
}
.nav_servicios {
    width: 98%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 28px;
}
.indicador {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    color: #000000;
    margin-bottom: 6px;
    margin-top: 6px;
}
}
@media screen and (max-width: 896px) and  (max-width: 899px){
.cont_nav {
    width: 742px;
    min-height: 70px;
    float: right;
    margin-top: 2px;
}
.titulo_nav_seccion {
    font-size: 40px;
    margin-top: 8px;
}
.empresa {
    margin-right: 76px;
}
.info_desarrollo {
    margin-right: 58px;
}
.info_web {
    width: 412px;
    min-height: 396px;
}
.b1 {
    width: 428px;
}
.b2 {
    width: 284px;
}
.titulo_agencia {
    margin-top: -370px;
}
.titulo_agencia2 {
    margin-top: -260px;
}
.img_google {
    width: 100%;
}
.txt_microsoft {
    width: 70%;
}
.img_google {
    width: 100%;
}
.info_google {
    width: 46%;
    min-height: 582px;
    float: left;
    margin-bottom: 40px;
}
.info_google2 {
    float: right;
}
.empresas {
    margin-right: 6%;
}
.formulario {
    width: 474px;
}
.btn_enviar {
    margin-left: 220px;
}
.desarrollo {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.web {
    width: 94%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.img_soluciones {
    width: 100%;
}
.agencia {
    width: 98%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
#cont_agencia {
    width: 100%;
    min-height: 1098px;
    background-color: #ededed;
}
.microsoft {
    width: 96%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.info_microsoft {
    width: 100%;
    min-height: 214px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: solid 1px #b4b4b4;
    margin-bottom: 60px;
}
.google {
    width: 96%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.clientes {
    width: 96%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
#empresas {
    width: 98%;
    height: 78px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 22px;
}
#empresas {
    width: 98%;
    height: 78px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 22px;
}
.cont_logo {
    width: 100%;
    height: 94px;
    margin-left: auto;
    margin-right: auto;
}
.comuniquese {
    width: 98%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
}
.banner_seccion {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.titulo_comuniquese {
    width: 98%;
    height: 78px;
    background-color: #283867;
    border-radius: 8px;
    text-align: center;
    font-size: 38px;
    color: #FFFFFF;
    line-height: 2;
    position: absolute;
    margin-top: -40px;
}
.derechos {
    width: 98%;
    min-height: 44px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    color: #FFF;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
}
.nav_servicios {
    width: 98%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 28px;
}
.indicador {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    color: #000000;
    margin-bottom: 6px;
    margin-top: 6px;
}
}
@media screen and (max-width: 891px) and  (max-width: 895px){
.cont_nav {
    width: 742px;
    min-height: 70px;
    float: right;
    margin-top: 2px;
}
.titulo_nav_seccion {
    font-size: 40px;
    margin-top: 8px;
}
.empresa {
    margin-right: 76px;
}
.info_desarrollo {
    margin-right: 58px;
}
.info_web {
    width: 412px;
    min-height: 396px;
}
.b1 {
    width: 428px;
}
.b2 {
    width: 284px;
}
.titulo_agencia {
    margin-top: -370px;
}
.titulo_agencia2 {
    margin-top: -260px;
}
.img_google {
    width: 100%;
}
.txt_microsoft {
    width: 70%;
}
.img_google {
    width: 100%;
}
.info_google {
    width: 46%;
    min-height: 582px;
    float: left;
    margin-bottom: 40px;
}
.info_google2 {
    float: right;
}
.empresas {
    margin-right: 6%;
}
.formulario {
    width: 474px;
}
.btn_enviar {
    margin-left: 220px;
}
.desarrollo {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.web {
    width: 94%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.img_soluciones {
    width: 100%;
}
.agencia {
    width: 98%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
#cont_agencia {
    width: 100%;
    min-height: 1098px;
    background-color: #ededed;
}
.microsoft {
    width: 96%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.info_microsoft {
    width: 100%;
    min-height: 214px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: solid 1px #b4b4b4;
    margin-bottom: 60px;
}
.google {
    width: 96%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.clientes {
    width: 96%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
#empresas {
    width: 98%;
    height: 78px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 22px;
}
#empresas {
    width: 98%;
    height: 78px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 22px;
}
.cont_logo {
    width: 100%;
    height: 94px;
    margin-left: auto;
    margin-right: auto;
}
.comuniquese {
    width: 98%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
}
.banner_seccion {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.titulo_comuniquese {
    width: 98%;
    height: 78px;
    background-color: #283867;
    border-radius: 8px;
    text-align: center;
    font-size: 38px;
    color: #FFFFFF;
    line-height: 2;
    position: absolute;
    margin-top: -40px;
}
.derechos {
    width: 98%;
    min-height: 44px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    color: #FFF;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
}
.nav_servicios {
    width: 98%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 28px;
}
.indicador {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    color: #000000;
    margin-bottom: 6px;
    margin-top: 6px;
}
}
@media screen and (max-width: 881px) and  (max-width: 890px){
.cont_nav {
    width: 742px;
    min-height: 70px;
    float: right;
    margin-top: 2px;
}
.titulo_nav_seccion {
    font-size: 40px;
    margin-top: 8px;
}
.empresa {
    margin-right: 76px;
}
.info_desarrollo {
    margin-right: 58px;
}
.info_web {
    width: 412px;
    min-height: 396px;
}
.b1 {
    width: 428px;
}
.b2 {
    width: 284px;
}
.titulo_agencia {
    margin-top: -370px;
}
.titulo_agencia2 {
    margin-top: -260px;
}
.img_google {
    width: 100%;
}
.txt_microsoft {
    width: 70%;
}
.img_google {
    width: 100%;
}
.info_google {
    width: 46%;
    min-height: 582px;
    float: left;
    margin-bottom: 40px;
}
.info_google2 {
    float: right;
}
.empresas {
    margin-right: 6%;
}
.formulario {
    width: 474px;
}
.btn_enviar {
    margin-left: 220px;
}
.desarrollo {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.web {
    width: 94%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.img_soluciones {
    width: 100%;
}
.agencia {
    width: 98%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
#cont_agencia {
    width: 100%;
    min-height: 1098px;
    background-color: #ededed;
}
.microsoft {
    width: 96%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.info_microsoft {
    width: 100%;
    min-height: 214px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: solid 1px #b4b4b4;
    margin-bottom: 60px;
}
.google {
    width: 96%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.clientes {
    width: 96%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
#empresas {
    width: 98%;
    height: 78px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 22px;
}
.cont_logo {
    width: 100%;
    height: 94px;
    margin-left: auto;
    margin-right: auto;
}
.comuniquese {
    width: 98%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
}
.banner_seccion {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.titulo_comuniquese {
    width: 98%;
    height: 78px;
    background-color: #283867;
    border-radius: 8px;
    text-align: center;
    font-size: 38px;
    color: #FFFFFF;
    line-height: 2;
    position: absolute;
    margin-top: -40px;
}
.derechos {
    width: 98%;
    min-height: 44px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    color: #FFF;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
}
.nav_servicios {
    width: 98%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 28px;
}
.indicador {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    color: #000000;
    margin-bottom: 6px;
    margin-top: 6px;
}
}
@media only screen and (max-width: 830px){
.cont_nav {
    width: 562px;
}
.cont_nav2 {
    width: 600px;
    min-height: 40px;
    float: right;
    margin-top: 20px;
}
nav a {
    text-align: center;
    text-decoration: none;
    color: #354b7b;
    font-size: 18px;
    padding-left: 26px;
}
.empresa {
    margin-right: 60px;
}
.info_desarrollo {
    margin-right: 44px;
}
.btn_mas_ser p {
    float: none;
    text-align: center;
    margin-left: 0px;
}
.icon_flecha {
	display:none;
}
.info_web {
    width: 320px;
    min-height: 426px;
}
.b1 {
    width: 402px;
}
.titulo_agencia {
    margin-top: -320px;
}
.b2 {
    width: 268px;
}
.titulo_agencia2 {
    margin-top: -210px;
}
.txt_microsoft {
    width: 70%;
}
.img_google {
    width: 100%;
}
.info_google {
    width: 46%;
    min-height: 582px;
    float: left;
    margin-bottom: 40px;
}
.info_google2 {
    float: right;
}
.empresas {
    margin-right: 4%;
}
.formulario {
    width: 424px;
}
.btn_enviar {
    margin-left: 130px;
}
.titulo_agencia2 {
    margin-top: -210px;
}
.txt_microsoft {
    width: 70%;
}
.img_google {
    width: 100%;
}
.info_google {
    width: 46%;
    min-height: 582px;
    float: left;
    margin-bottom: 40px;
}
.info_google2 {
    float: right;
}
.formulario {
    width: 324px;
}
.btn_enviar {
    margin-left: 130px;
}
.titulo_agencia2 {
    margin-top: -210px;
}
.txt_microsoft {
    width: 70%;
}
.img_google {
    width: 100%;
}
.info_google {
    width: 46%;
    min-height: 582px;
    float: left;
    margin-bottom: 40px;
}
.info_google2 {
    float: right;
}
.formulario {
    width: 324px;
}
.btn_enviar {
    margin-left: 130px;
}
.desarrollo {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.web {
    width: 94%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.img_soluciones {
    width: 100%;
}
.agencia {
    width: 98%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
#cont_agencia {
    width: 100%;
    min-height: 1098px;
    background-color: #ededed;
}
.microsoft {
    width: 96%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.info_microsoft {
    width: 100%;
    min-height: 214px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: solid 1px #b4b4b4;
    margin-bottom: 60px;
}
.google {
    width: 96%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.clientes {
    width: 96%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
#empresas {
    width: 98%;
    height: 78px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 22px;
}
.cont_logo {
    width: 100%;
    height: 94px;
    margin-left: auto;
    margin-right: auto;
}
.comuniquese {
    width: 98%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
}
.banner_seccion {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.titulo_comuniquese {
    width: 98%;
    height: 78px;
    background-color: #283867;
    border-radius: 8px;
    text-align: center;
    font-size: 38px;
    color: #FFFFFF;
    line-height: 2;
    position: absolute;
    margin-top: -40px;
}
.derechos {
    width: 98%;
    min-height: 44px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    color: #FFF;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
}
.nav_servicios {
    width: 98%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 28px;
}
.indicador {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    color: #000000;
    margin-bottom: 6px;
    margin-top: 6px;
}
}
@media screen and (min-width: 801px) and (max-width:811px) {
.nav_serv li {
    margin-right: 8px;
}
.titulo_nav_seccion {
    font-size: 44px;
    margin-top: 4px;
}
.cont_nav {
    width: 562px;
}
.cont_nav2 {
    width: 600px;
    min-height: 40px;
    float: right;
    margin-top: 20px;
}
nav a {
    text-align: center;
    text-decoration: none;
    color: #354b7b;
    font-size: 18px;
    padding-left: 26px;
}
.empresa {
    margin-right: 54px;
}
.info_desarrollo {
    margin-right: 28px;
}
.btn_mas_ser p {
    float: none;
    text-align: center;
    margin-left: 0px;
}
.icon_flecha {
	display:none;
}
.info_web {
    width: 320px;
    min-height: 426px;
}
.b1 {
    width: 388px;
}
.titulo_agencia {
    margin-top: -320px;
}
.b2 {
    width: 258px;
}
.titulo_agencia2 {
    margin-top: -210px;
}
.txt_microsoft {
    width: 70%;
}
.img_google {
    width: 100%;
}
.info_google {
    width: 46%;
    min-height: 582px;
    float: left;
    margin-bottom: 40px;
}
.info_google2 {
    float: right;
}
.empresas {
    margin-right: 18px;
}
.formulario {
    width: 324px;
}
.btn_enviar {
    margin-left: 130px;
}
.titulo_agencia2 {
    margin-top: -210px;
}
.txt_microsoft {
    width: 70%;
}
.img_google {
    width: 100%;
}
.info_google {
    width: 46%;
    min-height: 582px;
    float: left;
    margin-bottom: 40px;
}
.info_google2 {
    float: right;
}
.empresas {
    margin-right: 2%;
}
.formulario {
    width: 324px;
}
.btn_enviar {
    margin-left: 130px;
}
.desarrollo {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.web {
    width: 94%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.img_soluciones {
    width: 100%;
}
.agencia {
    width: 98%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
#cont_agencia {
    width: 100%;
    min-height: 1098px;
    background-color: #ededed;
}
.microsoft {
    width: 96%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.info_microsoft {
    width: 100%;
    min-height: 214px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: solid 1px #b4b4b4;
    margin-bottom: 60px;
}
.google {
    width: 96%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.clientes {
    width: 96%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
#empresas {
    width: 98%;
    height: 78px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 22px;
}
.cont_logo {
    width: 100%;
    height: 94px;
    margin-left: auto;
    margin-right: auto;
}
.comuniquese {
    width: 98%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
}
.banner_seccion {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.titulo_comuniquese {
    width: 98%;
    height: 78px;
    background-color: #283867;
    border-radius: 8px;
    text-align: center;
    font-size: 38px;
    color: #FFFFFF;
    line-height: 2;
    position: absolute;
    margin-top: -40px;
}
.derechos {
    width: 98%;
    min-height: 44px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    color: #FFF;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
}
.nav_servicios {
    width: 98%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 28px;
}
.indicador {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    color: #000000;
    margin-bottom: 6px;
    margin-top: 6px;
}
}
@media screen and (min-width: 791px) and (max-width:800px) {
.nav_serv li {
    margin-right: 8px;
}
.titulo_nav_seccion {
    font-size: 40px;
    margin-top: 8px;
}
.cont_nav {
    width: 562px;
}
.cont_nav2 {
    width: 600px;
    min-height: 40px;
    float: right;
    margin-top: 20px;
}
nav a {
    text-align: center;
    text-decoration: none;
    color: #354b7b;
    font-size: 18px;
    padding-left: 26px;
}
.empresa {
    margin-right: 50px;
}
.info_desarrollo {
    margin-right: 28px;
}
.btn_mas_ser p {
    float: none;
    text-align: center;
    margin-left: 0px;
}
.icon_flecha {
	display:none;
}
.info_web {
    width: 320px;
    min-height: 426px;
}
.b1 {
    width: 384px;
}
.titulo_agencia {
    margin-top: -320px;
}
.b2 {
    width: 254px;
}
.titulo_agencia2 {
    margin-top: -210px;
}
.txt_microsoft {
    width: 70%;
}
.img_google {
    width: 100%;
}
.info_google {
    width: 46%;
    min-height: 582px;
    float: left;
    margin-bottom: 40px;
}
.info_google2 {
    float: right;
}
.empresas {
    margin-right: 18px;
}
.formulario {
    width: 324px;
}
.btn_enviar {
    margin-left: 130px;
}
.titulo_agencia2 {
    margin-top: -210px;
}
.txt_microsoft {
    width: 70%;
}
.img_google {
    width: 100%;
}
.info_google {
    width: 46%;
    min-height: 582px;
    float: left;
    margin-bottom: 40px;
}
.info_google2 {
    float: right;
}
.empresas {
    margin-right: 2%;
}
.formulario {
    width: 324px;
}
.btn_enviar {
    margin-left: 130px;
}
.desarrollo {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.web {
    width: 94%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.img_soluciones {
    width: 100%;
}
.agencia {
    width: 98%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
#cont_agencia {
    width: 100%;
    min-height: 1098px;
    background-color: #ededed;
}
.microsoft {
    width: 96%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.info_microsoft {
    width: 100%;
    min-height: 214px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: solid 1px #b4b4b4;
    margin-bottom: 60px;
}
.google {
    width: 96%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.clientes {
    width: 96%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
#empresas {
    width: 98%;
    height: 78px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 22px;
}
.cont_logo {
    width: 100%;
    height: 94px;
    margin-left: auto;
    margin-right: auto;
}
.comuniquese {
    width: 98%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
}
.banner_seccion {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.titulo_comuniquese {
    width: 98%;
    height: 78px;
    background-color: #283867;
    border-radius: 8px;
    text-align: center;
    font-size: 38px;
    color: #FFFFFF;
    line-height: 2;
    position: absolute;
    margin-top: -40px;
}
.derechos {
    width: 98%;
    min-height: 44px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    color: #FFF;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
}
.nav_servicios {
    width: 98%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 28px;
}
.indicador {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    color: #000000;
    margin-bottom: 6px;
    margin-top: 6px;
}
}
@media screen and (min-width: 781px) and (max-width:790px) {
.nav_serv li {
    margin-right: 8px;
}
.titulo_nav_seccion {
    font-size: 40px;
    margin-top: 8px;
}	
.cont_nav {
    width: 562px;
}
.cont_nav2 {
    width: 600px;
    min-height: 40px;
    float: right;
    margin-top: 20px;
}
nav a {
    text-align: center;
    text-decoration: none;
    color: #354b7b;
    font-size: 18px;
    padding-left: 26px;
}
.empresa {
    margin-right: 46px;
}
.info_desarrollo {
    margin-right: 26px;
}
.btn_mas_ser p {
    float: none;
    text-align: center;
    margin-left: 0px;
}
.icon_flecha {
	display:none;
}
.info_web {
    width: 320px;
    min-height: 426px;
}
.b1 {
    width: 378px;
}
.titulo_agencia {
    margin-top: -320px;
}
.b2 {
    width: 250px;
}
.titulo_agencia2 {
    margin-top: -210px;
}
.txt_microsoft {
    width: 70%;
}
.img_google {
    width: 100%;
}
.info_google {
    width: 46%;
    min-height: 582px;
    float: left;
    margin-bottom: 40px;
}
.info_google2 {
    float: right;
}
.empresas {
    margin-right: 18px;
}
.formulario {
    width: 324px;
}
.btn_enviar {
    margin-left: 130px;
}
.titulo_agencia2 {
    margin-top: -210px;
}
.txt_microsoft {
    width: 70%;
}
.img_google {
    width: 100%;
}
.info_google {
    width: 46%;
    min-height: 582px;
    float: left;
    margin-bottom: 40px;
}
.info_google2 {
    float: right;
}
.empresas {
    margin-right: 2%;
}
.formulario {
    width: 324px;
}
.btn_enviar {
    margin-left: 130px;
}
.desarrollo {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.web {
    width: 94%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.img_soluciones {
    width: 100%;
}
.agencia {
    width: 98%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
#cont_agencia {
    width: 100%;
    min-height: 1098px;
    background-color: #ededed;
}
.microsoft {
    width: 96%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.info_microsoft {
    width: 100%;
    min-height: 214px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: solid 1px #b4b4b4;
    margin-bottom: 60px;
}
.google {
    width: 96%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.clientes {
    width: 96%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
#empresas {
    width: 98%;
    height: 78px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 22px;
}
.cont_logo {
    width: 100%;
    height: 94px;
    margin-left: auto;
    margin-right: auto;
}
.comuniquese {
    width: 98%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
}
.banner_seccion {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.titulo_comuniquese {
    width: 98%;
    height: 78px;
    background-color: #283867;
    border-radius: 8px;
    text-align: center;
    font-size: 38px;
    color: #FFFFFF;
    line-height: 2;
    position: absolute;
    margin-top: -40px;
}
.derechos {
    width: 98%;
    min-height: 44px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    color: #FFF;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
}
.nav_servicios {
    width: 98%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 28px;
}
.indicador {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    color: #000000;
    margin-bottom: 6px;
    margin-top: 6px;
}
}
@media screen and (min-width: 771px) and (max-width:780px) {
.nav_serv li {
    margin-right: 8px;
}
.titulo_nav_seccion {
    font-size: 40px;
    margin-top: 8px;
}
.cont_nav {
    width: 562px;
}
.cont_nav2 {
    width: 600px;
    min-height: 40px;
    float: right;
    margin-top: 20px;
}
nav a {
    text-align: center;
    text-decoration: none;
    color: #354b7b;
    font-size: 18px;
    padding-left: 26px;
}
.empresa {
    margin-right: 46px;
}
.info_desarrollo {
    margin-right: 6px;
}
.btn_mas_ser p {
    float: none;
    text-align: center;
    margin-left: 0px;
}
.icon_flecha {
	display:none;
}
.info_web {
    width: 320px;
    min-height: 426px;
}
.b1 {
    width: 374px;
}
.titulo_agencia {
    margin-top: -300px;
}
.b2 {
    width: 248px;
}
.titulo_agencia2 {
    margin-top: -210px;
}
.txt_microsoft {
    width: 70%;
}
.img_google {
    width: 100%;
}
.info_google {
    width: 46%;
    min-height: 582px;
    float: left;
    margin-bottom: 40px;
}
.info_google2 {
    float: right;
}
.empresas {
    margin-right: 14px;
}
.formulario {
    width: 324px;
}
.btn_enviar {
    margin-left: 130px;
}
.titulo_agencia2 {
    margin-top: -210px;
}
.txt_microsoft {
    width: 70%;
}
.img_google {
    width: 100%;
}
.info_google {
    width: 46%;
    min-height: 582px;
    float: left;
    margin-bottom: 40px;
}
.info_google2 {
    float: right;
}
.empresas {
    margin-right: 2%;
}
.formulario {
    width: 324px;
}
.btn_enviar {
    margin-left: 130px;
}
.desarrollo {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.web {
    width: 94%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.img_soluciones {
    width: 100%;
}
.agencia {
    width: 98%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
#cont_agencia {
    width: 100%;
    min-height: 1098px;
    background-color: #ededed;
}
.microsoft {
    width: 96%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.info_microsoft {
    width: 100%;
    min-height: 214px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: solid 1px #b4b4b4;
    margin-bottom: 60px;
}
.google {
    width: 96%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.clientes {
    width: 96%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
#empresas {
    width: 98%;
    height: 78px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 22px;
}
.cont_logo {
    width: 100%;
    height: 94px;
    margin-left: auto;
    margin-right: auto;
}
.comuniquese {
    width: 98%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
}
.banner_seccion {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.titulo_comuniquese {
    width: 98%;
    height: 78px;
    background-color: #283867;
    border-radius: 8px;
    text-align: center;
    font-size: 38px;
    color: #FFFFFF;
    line-height: 2;
    position: absolute;
    margin-top: -40px;
}
.derechos {
    width: 98%;
    min-height: 44px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    color: #FFF;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
}
.nav_servicios {
    width: 98%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 28px;
}
.indicador {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    color: #000000;
    margin-bottom: 6px;
    margin-top: 6px;
}
}
@media screen and (min-width: 761px) and (max-width:770px) {
.nav_serv li {
    margin-right: 8px;
}
.titulo_nav_seccion {
    font-size: 36px;
    margin-top: 8px;
}
.cont_nav {
    width: 562px;
}
.cont_nav2 {
    width: 600px;
    min-height: 40px;
    float: right;
    margin-top: 20px;
}
nav a {
    text-align: center;
    text-decoration: none;
    color: #354b7b;
    font-size: 18px;
    padding-left: 26px;
}
.empresa {
    margin-right: 44px;
}
.info_desarrollo {
    margin-right: 6px;
}
.btn_mas_ser p {
    float: none;
    text-align: center;
    margin-left: 0px;
}
.icon_flecha {
	display:none;
}
.info_web {
    width: 320px;
    min-height: 426px;
}
.b1 {
    width: 368px;
}
.titulo_agencia {
    margin-top: -300px;
}
.b2 {
    width: 244px;
}
.titulo_agencia2 {
    margin-top: -210px;
}
.txt_microsoft {
    width: 70%;
}
.img_google {
    width: 100%;
}
.info_google {
    width: 46%;
    min-height: 582px;
    float: left;
    margin-bottom: 40px;
}
.info_google2 {
    float: right;
}
.empresas {
    margin-right: 8px;
}
.formulario {
    width: 324px;
}
.btn_enviar {
    margin-left: 130px;
}
.titulo_agencia2 {
    margin-top: -210px;
}
.txt_microsoft {
    width: 70%;
}
.img_google {
    width: 100%;
}
.info_google {
    width: 46%;
    min-height: 582px;
    float: left;
    margin-bottom: 40px;
}
.info_google2 {
    float: right;
}
.empresas {
    margin-right: 2%;
}
.formulario {
    width: 324px;
}
.btn_enviar {
    margin-left: 130px;
}
.desarrollo {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.web {
    width: 94%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.img_soluciones {
    width: 100%;
}
.agencia {
    width: 98%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
#cont_agencia {
    width: 100%;
    min-height: 1098px;
    background-color: #ededed;
}
.microsoft {
    width: 96%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.info_microsoft {
    width: 100%;
    min-height: 214px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: solid 1px #b4b4b4;
    margin-bottom: 60px;
}
.google {
    width: 96%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.clientes {
    width: 96%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
#empresas {
    width: 98%;
    height: 78px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 22px;
}
.cont_logo {
    width: 100%;
    height: 94px;
    margin-left: auto;
    margin-right: auto;
}
.banner_seccion {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.comuniquese {
    width: 98%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
}
.titulo_comuniquese {
    width: 98%;
    height: 78px;
    background-color: #283867;
    border-radius: 8px;
    text-align: center;
    font-size: 38px;
    color: #FFFFFF;
    line-height: 2;
    position: absolute;
    margin-top: -40px;
}
.derechos {
    width: 98%;
    min-height: 44px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    color: #FFF;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
}
.nav_servicios {
    width: 98%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 28px;
}
.indicador {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    color: #000000;
    margin-bottom: 6px;
    margin-top: 6px;
}
}
@media screen and (min-width: 751px) and (max-width:760px) {
.nav_serv li {
    margin-right: 8px;
}
.titulo_nav_seccion {
    font-size: 36px;
    margin-top: 8px;
}
.cont_nav {
    width: 562px;
}
.cont_nav2 {
    width: 600px;
    min-height: 40px;
    float: right;
    margin-top: 20px;
}
nav a {
    text-align: center;
    text-decoration: none;
    color: #354b7b;
    font-size: 18px;
    padding-left: 26px;
}
.empresa {
    margin-right: 42px;
}
.info_desarrollo {
    margin-right: 6px;
}
.btn_mas_ser p {
    float: none;
    text-align: center;
    margin-left: 0px;
}
.icon_flecha {
	display:none;
}
.info_web {
    width: 320px;
    min-height: 426px;
}
.b1 {
    width: 362px;
}
.titulo_agencia {
    margin-top: -300px;
}
.b2 {
    width: 240px;
}
.titulo_agencia2 {
    margin-top: -210px;
}
.txt_microsoft {
    width: 70%;
}
.img_google {
    width: 100%;
}
.info_google {
    width: 46%;
    min-height: 582px;
    float: left;
    margin-bottom: 40px;
}
.info_google2 {
    float: right;
}
.empresas {
    margin-right: 8px;
}
.formulario {
    width: 324px;
}
.btn_enviar {
    margin-left: 130px;
}
.b1 {
    width: 354px;
}
.b2 {
    width: 234px;
}
.titulo_agencia2 {
    margin-top: -210px;
}
.txt_microsoft {
    width: 70%;
}
.img_google {
    width: 100%;
}
.info_google {
    width: 46%;
    min-height: 582px;
    float: left;
    margin-bottom: 40px;
}
.info_google2 {
    float: right;
}
.empresas {
    margin-right: 2%;
}
.formulario {
    width: 324px;
}
.btn_enviar {
    margin-left: 130px;
}
.desarrollo {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.web {
    width: 94%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.img_soluciones {
    width: 100%;
}
.agencia {
    width: 98%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
#cont_agencia {
    width: 100%;
    min-height: 1098px;
    background-color: #ededed;
}
.microsoft {
    width: 96%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.info_microsoft {
    width: 100%;
    min-height: 214px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: solid 1px #b4b4b4;
    margin-bottom: 60px;
}
.google {
    width: 96%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.clientes {
    width: 96%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
#empresas {
    width: 98%;
    height: 78px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 22px;
}
.cont_logo {
    width: 100%;
    height: 94px;
    margin-left: auto;
    margin-right: auto;
}
.comuniquese {
    width: 98%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
}
.banner_seccion {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.titulo_comuniquese {
    width: 98%;
    height: 78px;
    background-color: #283867;
    border-radius: 8px;
    text-align: center;
    font-size: 38px;
    color: #FFFFFF;
    line-height: 2;
    position: absolute;
    margin-top: -40px;
}
.derechos {
    width: 98%;
    min-height: 44px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    color: #FFF;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
}
.nav_servicios {
    width: 98%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 28px;
}
.indicador {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    color: #000000;
    margin-bottom: 6px;
    margin-top: 6px;
}
}
@media screen and (min-width: 741px) and (max-width:750px) {
.nav_serv li {
    margin-right: 8px;
}
.titulo_nav_seccion {
    font-size: 34px;
    margin-top: 12px;
}
.cont_nav {
    width: 562px;
}
.cont_nav2 {
    width: 600px;
    min-height: 40px;
    float: right;
    margin-top: 20px;
}
nav a {
    text-align: center;
    text-decoration: none;
    color: #354b7b;
    font-size: 18px;
    padding-left: 26px;
}
.empresa {
    margin-right: 42px;
}
.info_desarrollo {
    margin-right: 6px;
}
.btn_mas_ser p {
    float: none;
    text-align: center;
    margin-left: 0px;
}
.icon_flecha {
	display:none;
}
.info_web {
    width: 320px;
    min-height: 426px;
}
.b1 {
    width: 360px;
}
.titulo_agencia {
    margin-top: -300px;
}
.b2 {
    width: 238px;
}
.titulo_agencia2 {
    margin-top: -210px;
}
.txt_microsoft {
    width: 70%;
}
.img_google {
    width: 100%;
}
.info_google {
    width: 46%;
    min-height: 582px;
    float: left;
    margin-bottom: 40px;
}
.info_google2 {
    float: right;
}
.empresas {
    margin-right: 8px;
}
.formulario {
    width: 324px;
}
.btn_enviar {
    margin-left: 130px;
}
.b1 {
    width: 354px;
}
.b2 {
    width: 234px;
}
.titulo_agencia2 {
    margin-top: -210px;
}
.txt_microsoft {
    width: 70%;
}
.img_google {
    width: 100%;
}
.info_google {
    width: 46%;
    min-height: 582px;
    float: left;
    margin-bottom: 40px;
}
.info_google2 {
    float: right;
}
.empresas {
    margin-right: 2%;
}
.formulario {
    width: 324px;
}
.btn_enviar {
    margin-left: 130px;
}
.desarrollo {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.web {
    width: 94%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.img_soluciones {
    width: 100%;
}
.agencia {
    width: 98%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
#cont_agencia {
    width: 100%;
    min-height: 1098px;
    background-color: #ededed;
}
.microsoft {
    width: 96%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.info_microsoft {
    width: 100%;
    min-height: 214px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: solid 1px #b4b4b4;
    margin-bottom: 60px;
}
.google {
    width: 96%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.clientes {
    width: 96%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
#empresas {
    width: 98%;
    height: 78px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 22px;
}
.cont_logo {
    width: 100%;
    height: 94px;
    margin-left: auto;
    margin-right: auto;
}
.comuniquese {
    width: 98%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
}
.banner_seccion {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.titulo_comuniquese {
    width: 98%;
    height: 78px;
    background-color: #283867;
    border-radius: 8px;
    text-align: center;
    font-size: 38px;
    color: #FFFFFF;
    line-height: 2;
    position: absolute;
    margin-top: -40px;
}
.derechos {
    width: 98%;
    min-height: 44px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    color: #FFF;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
}
.nav_servicios {
    width: 98%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 28px;
}
.indicador {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    color: #000000;
    margin-bottom: 6px;
    margin-top: 6px;
}
}
@media screen and (min-width: 731px) and (max-width:740px) {
.nav_serv li {
    margin-right: 8px;
}
.titulo_nav_seccion {
    font-size: 34px;
    margin-top: 12px;
}
.cont_nav {
    width: 562px;
}
.cont_nav2 {
    width: 600px;
    min-height: 40px;
    float: right;
    margin-top: 20px;
}
nav a {
    text-align: center;
    text-decoration: none;
    color: #354b7b;
    font-size: 18px;
    padding-left: 26px;
}
.empresa {
    margin-right: 36px;
}
.info_desarrollo {
    margin-right: 6px;
}
.btn_mas_ser p {
    float: none;
    text-align: center;
    margin-left: 0px;
}
.icon_flecha {
	display:none;
}
.info_web {
    width: 320px;
    min-height: 426px;
}
.b1 {
    width: 350px;
}
.titulo_agencia {
    margin-top: -300px;
}
.b2 {
    width: 232px;
}
.titulo_agencia2 {
    margin-top: -210px;
}
.txt_microsoft {
    width: 70%;
}
.img_google {
    width: 100%;
}
.info_google {
    width: 46%;
    min-height: 582px;
    float: left;
    margin-bottom: 40px;
}
.info_google2 {
    float: right;
}
.empresa {
    margin-right: 36px;
}
.empresas {
    margin-right: 8px;
}
.formulario {
    width: 324px;
}
.btn_enviar {
    margin-left: 130px;
}
.b1 {
    width: 354px;
}
.b2 {
    width: 234px;
}
.titulo_agencia2 {
    margin-top: -210px;
}
.txt_microsoft {
    width: 70%;
}
.img_google {
    width: 100%;
}
.info_google {
    width: 46%;
    min-height: 582px;
    float: left;
    margin-bottom: 40px;
}
.info_google2 {
    float: right;
}
.empresas {
    margin-right: 2%;
}
.formulario {
    width: 324px;
}
.btn_enviar {
    margin-left: 130px;
}
.desarrollo {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.web {
    width: 94%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.img_soluciones {
    width: 100%;
}
.agencia {
    width: 98%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
#cont_agencia {
    width: 100%;
    min-height: 1098px;
    background-color: #ededed;
}
.microsoft {
    width: 96%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.info_microsoft {
    width: 100%;
    min-height: 214px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: solid 1px #b4b4b4;
    margin-bottom: 60px;
}
.google {
    width: 96%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.clientes {
    width: 96%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
#empresas {
    width: 98%;
    height: 78px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 22px;
}
.cont_logo {
    width: 100%;
    height: 94px;
    margin-left: auto;
    margin-right: auto;
}
.comuniquese {
    width: 98%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
}
.titulo_comuniquese {
    width: 98%;
    height: 78px;
    background-color: #283867;
    border-radius: 8px;
    text-align: center;
    font-size: 38px;
    color: #FFFFFF;
    line-height: 2;
    position: absolute;
    margin-top: -40px;
}
.banner_seccion {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.derechos {
    width: 98%;
    min-height: 44px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    color: #FFF;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
}
.nav_servicios {
    width: 98%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 28px;
}
.indicador {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    color: #000000;
    margin-bottom: 6px;
    margin-top: 6px;
}
}
@media screen and (min-width:721px) and (max-width:730px) {
.nav_serv li {
    margin-right: 8px;
}
.titulo_nav_seccion {
    font-size: 34px;
    margin-top: 12px;
}
.cont_nav {
    width: 562px;
}
.cont_nav2 {
    width: 600px;
    min-height: 40px;
    float: right;
    margin-top: 20px;
}
nav a {
    text-align: center;
    text-decoration: none;
    color: #354b7b;
    font-size: 18px;
    padding-left: 26px;
}
.empresa {
    margin-right: 36px;
}
.info_desarrollo {
    margin-right: 6px;
}
.btn_mas_ser p {
    float: none;
    text-align: center;
    margin-left: 0px;
}
.icon_flecha {
	display:none;
}
.info_web {
    width: 320px;
    min-height: 426px;
}
.b1 {
    width: 350px;
}
.titulo_agencia {
    margin-top: -300px;
}
.b2 {
    width: 232px;
}
.titulo_agencia2 {
    margin-top: -210px;
}
.txt_microsoft {
    width: 70%;
}
.img_google {
    width: 100%;
}
.info_google {
    width: 46%;
    min-height: 582px;
    float: left;
    margin-bottom: 40px;
}
.info_google2 {
    float: right;
}
.empresas {
    margin-right: 2%;
}
/*.empresas {
    margin-right: 16px;
}*/
.formulario {
    width: 324px;
}
.btn_enviar {
    margin-left: 130px;
}
.desarrollo {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.web {
    width: 94%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.img_soluciones {
    width: 100%;
}
.agencia {
    width: 98%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
#cont_agencia {
    width: 100%;
    min-height: 1098px;
    background-color: #ededed;
}
.microsoft {
    width: 96%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.info_microsoft {
    width: 100%;
    min-height: 214px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: solid 1px #b4b4b4;
    margin-bottom: 60px;
}
.google {
    width: 96%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.clientes {
    width: 96%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
#empresas {
    width: 98%;
    height: 78px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 22px;
}
.cont_logo {
    width: 100%;
    height: 94px;
    margin-left: auto;
    margin-right: auto;
}
.comuniquese {
    width: 98%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
}
.titulo_comuniquese {
    width: 98%;
    height: 78px;
    background-color: #283867;
    border-radius: 8px;
    text-align: center;
    font-size: 38px;
    color: #FFFFFF;
    line-height: 2;
    position: absolute;
    margin-top: -40px;
}
.derechos {
    width: 98%;
    min-height: 44px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    color: #FFF;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
}
.banner_seccion {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.nav_servicios {
    width: 98%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 28px;
}
.indicador {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    color: #000000;
    margin-bottom: 6px;
    margin-top: 6px;
}
}
 @media only screen and (max-width: 720px) {
.main-content {
	display: block;
}
#banner {
    padding-top: 58px;
}
#empresas {
	width: 98%;
	height: auto;
}
.empresa {
	width: 108px;
	height: 76px;
	    margin-right: 40px;
	margin-bottom: 16px;
}
.desarrollo {
	width: 100%;
}
h1 {
	padding-top: 20px;
	margin-bottom: 20px;
}
.info_desarrollo {
	width: 100%;
	float: none;
	margin-right: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
.img_desarrollo {
	width: 176px;
	margin-left: 22px;
	float: left;
}
.titulo_info {
	float: right;
	width: 400px;
}
.txt_info {
	height: auto;
	width: 400px;
	float: right;
}
.btn_ver_mas {
	margin-top: 18px;
	float: right;
	margin-right: 150px;
}
.btn_mas_ser p {
	float: none;
	text-align: center;
	margin-left: 0px;
}
.icon_flecha {
	display: none;
}
.web {
	width: 96%;
}
h2 {
	font-size: 28px;
}
.info_web {
	width: 44%;
	float: left;
	margin-right: 18px;
	margin-left: 16px;
}
h3 {
	font-size: 26px;
}
.img_soluciones {
	width: 100%;/*margin-bottom: 40px;*/
}
#cont_agencia {
	width: 100%;
	min-height: auto;
	background-color: #ededed;
}
.agencia {
	width: 98%;
}
.b1 {
    width: 350px;
}
.titulo_agencia {
    font-size: 14px;
    margin-top: -292px;
}
.b2 {
    width: 230px;
}
.titulo_agencia2 {
    font-size: 14px;
    margin-top: -206px;
}
.microsoft {
	width: 100%;
}
.info_microsoft {
	width: 98%;
	text-align: justify;
}
.img_microsoft {
	width: 174px;
	float: left;
}
.txt_microsoft {
	width: 66%;
	font-size: 20px;
	margin-bottom: 40px;
}
.google {
	width: 94%;
}
.info_google {
	width: 48%;
	min-height: auto;
	    min-height: 512px;
}
.img_google {
	width: 100%;
}
.txt_google {
	font-size: 20px;
	text-align: justify;
	min-height: auto;
}
.m_b {
	margin-bottom: 40px;
}
.clientes {
	width: 100%;
}
.empresas {
	width: 134px;
	margin-right: 0px;
	margin-left: 54px;
}
#empresa_style_m {
	margin-right: 0px;
}
.comuniquese {
    width: 98%;
}
.titulo_comuniquese {
	width: 100%;
	height: auto;
	position: inherit;
	line-height: normal;
	    margin-top: -10px;
}
.formulario {
    width: 42%;
    margin-top: 44px;
    float: left;
    margin-left: auto;
    margin-right: auto;
}
.formulario p {
	font-size: 12px;
	margin-top: 2px;
	float: none;
}
.btn_enviar {
	margin-left: 240px;
	float: none;
}
.cont_boletin {
    float: right;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 44px;
}
.btn_sus {
	border-radius: 8px;
	float: none;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
.nav_foo {
	width: 100%;
}
.nav_foo ul {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.cont_nav_foo {
	min-height: auto;
}
.nav_foo {
	width: 100%;
	height: 86px;
	padding-bottom: 18px;
}
.derechos {
	width: 100%;
	padding-bottom: 30px;
}
.cont_logo {
	width: 100%;
	height: 42px;
	margin-top: -10px;
}
.logo {
	width: 60px;
	height: auto;
	margin-top: 4px;
	margin-left: 10px;
}
.cont_nav {
	width: 70%;
	min-height: 42px;
	margin-top: 0px;
}
.nav1 {
	min-height: auto;
	display: block;
}
nav {
	display: none;
}
.soporte {
	display: none;
}
.nav1 a {
	border-left: none;
	border-right: none;
	height: auto;
}
#icon_lupa {
	float: right;
}
.w_bus {
	float: left;
	margin-bottom: 14px;
	width: 188px;
}
#buscar {
	width: 170px;
}
#icon_tel {
}
#num {
	margin-bottom: 0px;
}
.logo_scroll {
	width: 60px;
	height: auto;
	margin-top: 4px;
	margin-left: 10px;
}
.cont_nav2 {
	width: 70%;
	min-height: 42px;
	margin-top: 0px;
}
.container {
	display: block;
}
.cont_nav_servicios {
	display: none;
}
.indicador {
	display: none;
}
.banner_seccion {
	padding-top: 68px;
	width: 100%;
	margin-bottom: 0px;
}
.b_m {
	border-bottom: solid 1px #BDBDBD;
}
.nav_foo li {
	float: none;
}
.nav1 ul {
    margin: 14px 0px 0px;
    height: 26px;
    padding: 0px;
}
#scroll {
    height: 56px;
}

}
@media screen and (min-width: 711px) and (max-width:719px) {
#banner {
    padding-top: 58px;
}
.cont_logo {
    width: 100%;
    height: 42px;
    margin-top: -10px;
}
.logo {
	width: 60px;
	height: auto;
	margin-top: 4px;
	margin-left: 10px;
}
#scroll {
    height: 56px;
}
.cont_nav {
    width: 70%;
    min-height: 42px;
    margin-top: 0px;
}
#buscar {
	width: 170px;
}
#num {
    margin-bottom: 0px;
}
.logo_scroll {
	width: 60px;
	height: auto;
	margin-top: 4px;
	margin-left: 10px;
}
.cont_nav2 {
	width: 70%;
	min-height: 54px;
	margin-top: 0px;
}
.w_bus {
	float: left;
	    margin-bottom:0px;
	width: 174px;
}
.style_lupa {
    margin-top: -8px;
    padding-top: 10px;
    width: 20px;
    margin-left: -12px;
}
.nav1 ul {
    margin: 10px 0px 0px;
    height: 26px;
    padding: 0px;
}
.top_lupa {
    margin-top: -2px;
    margin-left: 0px;
}
.info_google {
    width: 46%;
    min-height: 526px;
}
#cont_google {
    min-height: auto;
}
.empresa {
    margin-right: 36px;
}
.b1 {
    width: 346px;
}
.b2 {
    width: 228px;
}
.titulo_comuniquese {
    margin-top: -10px;
}
.btn_enviar {
    margin-left: 280px;
}
}
@media screen and (min-width: 701px) and (max-width:710px) {
#banner {
    padding-top: 56px;
}
.cont_logo {
    width: 100%;
    height: 42px;
    margin-top: -10px;
}
.logo {
	width: 60px;
	height: auto;
	margin-top: 4px;
	margin-left: 10px;
}
#scroll {
    height: 56px;
}
.cont_nav {
    width: 70%;
    min-height: 42px;
    margin-top: 0px;
}
#buscar {
	width: 170px;
}
#num {
    margin-bottom: 0px;
}
.logo_scroll {
	width: 60px;
	height: auto;
	margin-top: 4px;
	margin-left: 10px;
}
.cont_nav2 {
	width: 70%;
	min-height: 54px;
	margin-top: 0px;
}
.w_bus {
	float: left;
	    margin-bottom:0px;
	width: 174px;
}
.style_lupa {
    margin-top: -8px;
    padding-top: 10px;
    width: 20px;
    margin-left: -12px;
}
.nav1 ul {
    margin: 10px 0px 0px;
    height: 26px;
    padding: 0px;
}
.top_lupa {
    margin-top: -2px;
    margin-left: 0px;
}
.info_google {
    width: 46%;
    min-height: 526px;
}
#cont_google {
    min-height: auto;
}
.empresa {
    margin-right: 34px;
}
.b1 {
    width: 340px;
}
.b2 {
    width: 224px;
}
.titulo_comuniquese {
    margin-top: -10px;
}
.btn_enviar {
    margin-left: 280px;
    float: none;
}
}
@media screen and (min-width: 691px) and (max-width:700px) {
#banner {
    padding-top: 56px;
}
.cont_logo {
    width: 100%;
    height: 42px;
    margin-top: -10px;
}
.logo {
	width: 60px;
	height: auto;
	margin-top: 4px;
	margin-left: 10px;
}
#scroll {
    height: 56px;
}
.cont_nav {
    width: 70%;
    min-height: 42px;
    margin-top: 0px;
}
#buscar {
	width: 170px;
}
#num {
    margin-bottom: 0px;
}
.logo_scroll {
	width: 60px;
	height: auto;
	margin-top: 4px;
	margin-left: 10px;
}
.cont_nav2 {
	width: 70%;
	min-height: 54px;
	margin-top: 0px;
}
.w_bus {
	float: left;
	    margin-bottom:0px;
	width: 174px;
}
.style_lupa {
    margin-top: -8px;
    padding-top: 10px;
    width: 20px;
    margin-left: -12px;
}
.nav1 ul {
    margin: 10px 0px 0px;
    height: 26px;
    padding: 0px;
}
.top_lupa {
    margin-top: -2px;
    margin-left: 0px;
}
.info_google {
    width: 46%;
    min-height: 520px;
}
#cont_google {
    min-height: auto;
}
.empresa {
    margin-right: 32px;
}
.b1 {
    width: 334px;
}
.b2 {
    width: 222px;
}
.titulo_comuniquese {
    margin-top: -10px;
}
}
@media screen and (min-width: 681px) and (max-width:690px) {
#banner {
    padding-top: 56px;
}
.cont_logo {
    width: 100%;
    height: 42px;
    margin-top: -10px;
}
.logo {
	width: 60px;
	height: auto;
	margin-top: 4px;
	margin-left: 10px;
}
#scroll {
    height: 56px;
}
.cont_nav {
    width: 70%;
    min-height: 42px;
    margin-top: 0px;
}
#buscar {
	width: 170px;
}
#num {
    margin-bottom: 0px;
}
.logo_scroll {
	width: 60px;
	height: auto;
	margin-top: 4px;
	margin-left: 10px;
}
.cont_nav2 {
	width: 70%;
	min-height: 54px;
	margin-top: 0px;
}
.w_bus {
	float: left;
	    margin-bottom:0px;
	width: 174px;
}
.style_lupa {
    margin-top: -8px;
    padding-top: 10px;
    width: 20px;
    margin-left: -12px;
}
.nav1 ul {
    margin: 10px 0px 0px;
    height: 26px;
    padding: 0px;
}
.top_lupa {
    margin-top: -2px;
    margin-left: 0px;
}
.info_google {
    width: 46%;
    min-height: 520px;
}
#cont_google {
    min-height: auto;
}
.empresa {
    margin-right: 30px;
}
.b1 {
    width: 328px;
}
.b2 {
    width: 218px;
}
.titulo_comuniquese {
    margin-top: -10px;
}
}
@media screen and (min-width: 671px) and (max-width:680px) {
#banner {
    padding-top: 56px;
}
.cont_logo {
    width: 100%;
    height: 42px;
    margin-top: -10px;
}
.logo {
	width: 60px;
	height: auto;
	margin-top: 4px;
	margin-left: 10px;
}
#scroll {
    height: 56px;
}
.cont_nav {
    width: 70%;
    min-height: 42px;
    margin-top: 0px;
}
#buscar {
	width: 170px;
}
#num {
    margin-bottom: 0px;
}
.logo_scroll {
	width: 60px;
	height: auto;
	margin-top: 4px;
	margin-left: 10px;
}
.cont_nav2 {
	width: 70%;
	min-height: 54px;
	margin-top: 0px;
}
.w_bus {
	float: left;
	    margin-bottom:0px;
	width: 174px;
}
.style_lupa {
    margin-top: -8px;
    padding-top: 10px;
    width: 20px;
    margin-left: -12px;
}
.nav1 ul {
    margin: 10px 0px 0px;
    height: 26px;
    padding: 0px;
}
.top_lupa {
    margin-top: -2px;
    margin-left: 0px;
}
.info_google {
    width: 46%;
    min-height: 510px;
}
#cont_google {
    min-height: auto;
}
.empresa {
    margin-right: 28px;
}
.b1 {
    width: 324px;
}
.b2 {
    width: 214px;
}
.titulo_comuniquese {
    margin-top: -10px;
}
}
@media screen and (min-width: 661px) and (max-width:670px) {
#banner {
    padding-top: 56px;
}
.cont_logo {
    width: 100%;
    height: 42px;
    margin-top: -10px;
}
.logo {
	width: 60px;
	height: auto;
	margin-top: 4px;
	margin-left: 10px;
}
#scroll {
    height: 56px;
}
.cont_nav {
    width: 70%;
    min-height: 42px;
    margin-top: 0px;
}
#buscar {
	width: 170px;
}
#num {
    margin-bottom: 0px;
}
.logo_scroll {
	width: 60px;
	height: auto;
	margin-top: 4px;
	margin-left: 10px;
}
.cont_nav2 {
	width: 70%;
	min-height: 54px;
	margin-top: 0px;
}
.w_bus {
	float: left;
	    margin-bottom:0px;
	width: 174px;
}
.style_lupa {
    margin-top: -8px;
    padding-top: 10px;
    width: 20px;
    margin-left: -12px;
}
.nav1 ul {
    margin: 10px 0px 0px;
    height: 26px;
    padding: 0px;
}
.top_lupa {
    margin-top: -2px;
    margin-left: 0px;
}
.info_google {
    width: 46%;
    min-height: 510px;
}
#cont_google {
    min-height: auto;
}
.empresa {
    margin-right: 24px;
}
.b1 {
    width: 320px;
}
.b2 {
    width: 212px;
}
.titulo_comuniquese {
    margin-top: -10px;
}
.formulario {
    width: 42%;
    margin-top: 44px;
    float: left;
    margin-left: auto;
    margin-right: auto;
}
}
@media screen and (min-width: 651px) and (max-width:660px) {
.empresa {
    width: 105px;
    height: 76px;
    margin-right: 28px;
    margin-bottom: 16px;
}
.cont_logo {
    width: 100%;
    height: 42px;
    margin-top: -10px;
}
.logo {
	width: 60px;
	height: auto;
	margin-top: 4px;
	margin-left: 10px;
}
#scroll {
    height: 56px;
}
.cont_nav {
    width: 70%;
    min-height: 42px;
    margin-top: 0px;
}
#buscar {
	width: 170px;
}
#num {
    margin-bottom: 0px;
}
.logo_scroll {
	width: 60px;
	height: auto;
	margin-top: 4px;
	margin-left: 10px;
}
.cont_nav2 {
	width: 70%;
	min-height: 54px;
	margin-top: 0px;
}
.w_bus {
	float: left;
	    margin-bottom:0px;
	width: 174px;
}
.style_lupa {
    margin-top: -8px;
    padding-top: 10px;
    width: 20px;
    margin-left: -12px;
}
.nav1 ul {
    margin: 10px 0px 0px;
    height: 26px;
    padding: 0px;
}
.top_lupa {
    margin-top: -2px;
    margin-left: 0px;
}
.b1 {
    width: 316px;
}
.b2 {
    width: 208px;
}
.titulo_comuniquese {
    margin-top: -10px;
}
}
@media screen and (min-width: 641px) and (max-width:650px) {
.formulario {
    width: 40%;
    margin-top: 44px;
    float: left;
    margin-left: auto;
    margin-right: auto;
}
.btn_enviar {
    margin-left: 90px;
    float: none;
}
.empresa {
    width: 108px;
    height: 76px;
    margin-right: 22px;
    margin-bottom: 16px;
}
.cont_logo {
    width: 100%;
    height: 42px;
    margin-top: -10px;
}
.logo {
	width: 60px;
	height: auto;
	margin-top: 4px;
	margin-left: 10px;
}
#scroll {
    height: 56px;
}
.cont_nav {
    width: 70%;
    min-height: 42px;
    margin-top: 0px;
}
#buscar {
	width: 170px;
}
#num {
    margin-bottom: 0px;
}
.logo_scroll {
	width: 60px;
	height: auto;
	margin-top: 4px;
	margin-left: 10px;
}
.cont_nav2 {
	width: 70%;
	min-height: 54px;
	margin-top: 0px;
}
.w_bus {
	float: left;
	    margin-bottom:0px;
	width: 174px;
}
.style_lupa {
    margin-top: -8px;
    padding-top: 10px;
    width: 20px;
    margin-left: -12px;
}
.nav1 ul {
    margin: 10px 0px 0px;
    height: 26px;
    padding: 0px;
}
.top_lupa {
    margin-top: -2px;
    margin-left: 0px;
}
.titulo_comuniquese {
    margin-top: -10px;
}
.b1 {
    width: 312px;
}
.b2 {
    width: 204px;
}
.titulo_agencia {
    font-size: 14px;
    margin-top: -262px;
}
.titulo_agencia2 {
    font-size: 14px;
    margin-top: -186px;
}
}
 @media only screen and (max-width: 640px) {
.cont_logo {
    width: 100%;
    height: 42px;
    margin-top: -10px;
}
.logo {
	width: 60px;
	height: auto;
	margin-top: 4px;
	margin-left: 10px;
}
#scroll {
    height: 56px;
}
.cont_nav {
    width: 70%;
    min-height: 42px;
    margin-top: 0px;
}
#buscar {
	width: 170px;
}
#num {
    margin-bottom: 0px;
}
.logo_scroll {
	width: 60px;
	height: auto;
	margin-top: 4px;
	margin-left: 10px;
}
.cont_nav2 {
	width: 70%;
	min-height: 54px;
	margin-top: 0px;
}
.w_bus {
	float: left;
	    margin-bottom:0px;
	width: 174px;
}
.style_lupa {
    margin-top: -8px;
    padding-top: 10px;
    width: 20px;
    margin-left: -12px;
}
.nav1 ul {
    margin: 10px 0px 0px;
    height: 26px;
    padding: 0px;
}
.top_lupa {
    margin-top: -2px;
    margin-left: 0px;
}
.main-content {
	display: block;
}
#banner {
	padding-top: 58px;
}
#empresas {
	width: 98%;
	height: auto;
}
.empresa {
	width: 108px;
	height: 76px;
	margin-right: 20px;
	margin-bottom: 16px;
}
.desarrollo {
	width: 100%;
}
h1 {
	padding-top: 20px;
	margin-bottom: 20px;
}
.info_desarrollo {
	width: 100%;
	float: none;
	margin-right: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
.img_desarrollo {
	width: 176px;
	margin-left: 22px;
	float: left;
}
.titulo_info {
	float: right;
	width: 400px;
}
.txt_info {
	height: auto;
	width: 400px;
	float: right;
}
.btn_ver_mas {
	margin-top: 18px;
	float: right;
	margin-right: 150px;
}
.btn_mas_ser p {
	float: none;
	text-align: center;
	margin-left: 0px;
}
.icon_flecha {
	display: none;
}
.web {
	width: 96%;
}
h2 {
	font-size: 28px;
}
.info_web {
	width: 44%;
	float: left;
	margin-right: 18px;
	margin-left: 16px;
}
h3 {
	font-size: 26px;
}
.img_soluciones {
	width: 100%;/*margin-bottom: 40px;*/
}
#cont_agencia {
	width: 100%;
	min-height: auto;
	background-color: #ededed;
}
.agencia {
	width: 98%;
}
.b1 {
	width: 310px;
}
.titulo_agencia {
	font-size: 14px;
	margin-top: -262px;
}
.b2 {
	width: 204px;
}
.titulo_agencia2 {
	font-size: 14px;
	margin-top: -186px;
}
.microsoft {
	width: 100%;
}
.info_microsoft {
	width: 98%;
	text-align: justify;
}
.img_microsoft {
	width: 174px;
	float: left;
}
.txt_microsoft {
	width: 66%;
	font-size: 20px;
	margin-bottom: 40px;
}
.google {
	width: 94%;
}
.info_google {
	width: 100%;
	min-height: auto;
}
.img_google {
	width: 100%;
}
.txt_google {
	font-size: 20px;
	text-align: justify;
	min-height: auto;
}
.m_b {
	margin-bottom: 40px;
}
.clientes {
	width: 100%;
}
.empresas {
	width: 134px;
	margin-right: 0px;
	margin-left: 54px;
}
#empresa_style_m {
	margin-right: 0px;
}
.comuniquese {
	width: 100%;
}
.titulo_comuniquese {
	width: 100%;
	height: auto;
	position: inherit;
	line-height: normal;
}
.formulario {
	width: 84%;
	margin-top: 54px;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.formulario p {
	font-size: 12px;
	margin-top: 2px;
	float: none;
}
.btn_enviar {
	margin-left: 240px;
	float: none;
}
.cont_boletin {
	float: none;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 44px;
}
.btn_sus {
	border-radius: 8px;
	float: none;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
.nav_foo {
	width: 100%;
}
.nav_foo ul {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.cont_nav_foo {
	min-height: auto;
}
.nav_foo {
	width: 100%;
	height: 86px;
	padding-bottom: 18px;
}
.derechos {
	width: 100%;
	padding-bottom: 30px;
}

.nav1 {
	min-height: auto;
	display: block;
}
nav {
	display: none;
}
.soporte {
	display: none;
}
.nav1 a {
	border-left: none;
	border-right: none;
	height: auto;
}
#icon_lupa {
	float: right;
}

.container {
	display: block;
}
.cont_nav_servicios {
	display: none;
}
.indicador {
	display: none;
}
.banner_seccion {
	padding-top: 58px;
	width: 100%;
	margin-bottom: 0px;
}
.b_m {
	border-bottom: solid 1px #BDBDBD;
}
.nav_foo li {
	float: none;
}
.titulo_comuniquese {
    margin-top: -10px;
}
}
@media screen and (min-width: 633px) and (max-width:639px) {
.titulo_comuniquese {
    margin-top: -10px;
}
}
@media screen and (min-width: 624px) and (max-width:632px) {
.empresa {
    width: 108px;
    height: 76px;
    margin-right: 12px;
    margin-bottom: 16px;
}
.titulo_comuniquese {
    margin-top: -10px;
}
.b1 {
    width: 49%;
}
.b2 {
    width: 32%;
}
}
@media screen and (min-width: 614px) and (max-width:623px) {
.empresa {
    width: 108px;
    height: 76px;
    margin-right: 12px;
    margin-bottom: 16px;
}
.b1 {
    width: 49%;
}
.b2 {
    width: 32%;
}
}
@media screen and (min-width: 603px) and (max-width:613px) {
.empresa {
    width: 108px;
    height: 76px;
    margin-right: 12px;
    margin-bottom: 16px;
}
.b1 {
    width: 49%;
}
.b2 {
    width: 32%;
}
}
 @media only screen and (max-width: 602px) {
.main-content {
	display: block;
}
#banner {
	padding-top: 58px;
}
.nav1 ul {
    margin: 14px 0px 0px;
    height: 28px;
    padding: 0px;
}
#empresas {
	width: 98%;
	height: auto;
}
.empresa {
	width: 108px;
	height: 76px;
	margin-right: 12px;
	margin-bottom: 16px;
}
.desarrollo {
	width: 100%;
}
h1 {
	padding-top: 20px;
	margin-bottom: 20px;
}
.info_desarrollo {
	width: 100%;
	float: none;
	margin-right: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
.img_desarrollo {
	width: 176px;
	margin-left: 22px;
	float: left;
}
.titulo_info {
	float: right;
	width: 400px;
}
.txt_info {
	height: auto;
	width: 400px;
	float: right;
}
.btn_ver_mas {
	margin-top: 18px;
	float: right;
	margin-right: 150px;
}
.btn_mas_ser p {
	float: none;
	text-align: center;
	margin-left: 0px;
}
.icon_flecha {
	display: none;
}
.web {
	width: 96%;
}
h2 {
	font-size: 28px;
}
.info_web {
	width: 44%;
	float: left;
	margin-right: 18px;
	margin-left: 16px;
}
h3 {
	font-size: 26px;
}
.img_soluciones {
	width: 100%;/*margin-bottom: 40px;*/
}
#cont_agencia {
	width: 100%;
	min-height: auto;
	background-color: #ededed;
}
.agencia {
	width: 98%;
}
.b1 {
	width: 290px;
}
.titulo_agencia {
	font-size: 14px;
	margin-top: -252px;
}
.b2 {
	width: 190px;
}
.titulo_agencia2 {
	font-size: 14px;
	margin-top: -176px;
}
.microsoft {
	width: 100%;
}
.info_microsoft {
	width: 98%;
	text-align: justify;
}
.img_microsoft {
	width: 174px;
	float: left;
}
.txt_microsoft {
	width: 66%;
	font-size: 20px;
	margin-bottom: 40px;
}
.google {
	width: 94%;
}
.info_google {
	width: 100%;
	min-height: auto;
}
.img_google {
	width: 100%;
}
.txt_google {
	font-size: 20px;
	text-align: justify;
	min-height: auto;
}
.m_b {
	margin-bottom: 40px;
}
.clientes {
	width: 100%;
}
.empresas {
	width: 134px;
	margin-right: 0px;
	margin-left: 44px;
}
#empresa_style_m {
	margin-right: 0px;
}
.comuniquese {
	width: 100%;
}
.titulo_comuniquese {
	width: 100%;
	height: auto;
	position: inherit;
	line-height: normal;
}
.formulario {
	width: 84%;
	margin-top: 54px;
	text-align: center;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.formulario p {
	font-size: 12px;
	margin-top: 2px;
	float: none;
}
.btn_enviar {
	margin-left: 0px;
	float: none;
}
.cont_boletin {
	float: none;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 44px;
}
.btn_sus {
	border-radius: 8px;
	float: none;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
.nav_foo {
	width: 100%;
}
.nav_foo ul {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.cont_nav_foo {
	min-height: auto;
}
.nav_foo {
	width: 100%;
	height: 86px;
	padding-bottom: 18px;
}
.derechos {
	width: 100%;
	padding-bottom: 30px;
}
.cont_logo {
    width: 100%;
    height: 42px;
    margin-top: -10px;
}
.logo {
	width: 60px;
	height: auto;
	margin-top: 4px;
	margin-left: 10px;
}
#scroll {
    height: 56px;
}
.cont_nav {
    width: 70%;
    min-height: 42px;
    margin-top: 0px;
}
.nav1 {
	min-height: auto;
	display: block;
}
nav {
	display: none;
}
.soporte {
	display: none;
}
.nav1 a {
	border-left: none;
	border-right: none;
	height: auto;
}
#icon_lupa {
	float: right;
}
.w_bus {
	float: left;
	    margin-bottom:0px;
	width: 174px;
}
.style_lupa {
    margin-top: -12px;
    padding-top: 10px;
    width: 20px;
    margin-left: -12px;
}
#buscar {
	width: 170px;
}
#num {
    margin-bottom: 0px;
}
.logo_scroll {
	width: 60px;
	height: auto;
	margin-top: 4px;
	margin-left: 10px;
}
.cont_nav2 {
	width: 70%;
	min-height: 54px;
	margin-top: 0px;
}
.container {
	display: block;
}
.cont_nav_servicios {
	display: none;
}
.indicador {
	display: none;
}
.banner_seccion {
	padding-top: 58px;
	width: 100%;
	margin-bottom: 0px;
}
.b_m {
	border-bottom: solid 1px #BDBDBD;
}
.nav_foo li {
	float: none;
}
}
 @media only screen and (max-width: 600px) {
.main-content {
	display: block;
}
#banner {
	padding-top: 58px;
}
.nav1 ul {
    margin: 14px 0px 0px;
    height: 28px;
    padding: 0px;
}
#empresas {
	width: 98%;
	height: auto;
}
.empresa {
	width: 108px;
	height: 76px;
	margin-right: 12px;
	margin-bottom: 16px;
}
.desarrollo {
	width: 100%;
}
h1 {
	padding-top: 20px;
	margin-bottom: 20px;
}
.info_desarrollo {
	width: 100%;
	float: none;
	margin-right: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
.img_desarrollo {
	width: 176px;
	margin-left: 22px;
	float: left;
}
.titulo_info {
	float: right;
	width: 400px;
}
.txt_info {
	height: auto;
	width: 400px;
	float: right;
}
.btn_ver_mas {
	margin-top: 18px;
	float: right;
	margin-right: 150px;
}
.btn_mas_ser p {
	float: none;
	text-align: center;
	margin-left: 0px;
}
.icon_flecha {
	display: none;
}
.web {
	width: 96%;
}
h2 {
	font-size: 28px;
}
.info_web {
	width: 44%;
	float: left;
	margin-right: 18px;
	margin-left: 16px;
}
h3 {
	font-size: 26px;
}
.img_soluciones {
	width: 100%;/*margin-bottom: 40px;*/
}
#cont_agencia {
	width: 100%;
	min-height: auto;
	background-color: #ededed;
}
.agencia {
	width: 98%;
}
.b1 {
	width: 290px;
}
.titulo_agencia {
	font-size: 14px;
	margin-top: -252px;
}
.b2 {
	width: 190px;
}
.titulo_agencia2 {
	font-size: 14px;
	margin-top: -176px;
}
.microsoft {
	width: 100%;
}
.info_microsoft {
	width: 98%;
	text-align: justify;
}
.img_microsoft {
	width: 174px;
	float: left;
}
.txt_microsoft {
	width: 66%;
	font-size: 20px;
	margin-bottom: 40px;
}
.google {
	width: 94%;
}
.info_google {
	width: 100%;
	min-height: auto;
}
.img_google {
	width: 100%;
}
.txt_google {
	font-size: 20px;
	text-align: justify;
	min-height: auto;
}
.m_b {
	margin-bottom: 40px;
}
.clientes {
	width: 100%;
}
.empresas {
	width: 134px;
	margin-right: 0px;
	margin-left: 44px;
}
#empresa_style_m {
	margin-right: 0px;
}
.comuniquese {
	width: 100%;
}
.titulo_comuniquese {
	width: 100%;
	height: auto;
	position: inherit;
	line-height: normal;
}
.formulario {
	width: 84%;
	margin-top: 54px;
	text-align: center;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.formulario p {
	font-size: 12px;
	margin-top: 2px;
	float: none;
}
.btn_enviar {
	margin-left: 0px;
	float: none;
}
.cont_boletin {
	float: none;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 44px;
}
.btn_sus {
	border-radius: 8px;
	float: none;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
.nav_foo {
	width: 100%;
}
.nav_foo ul {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.cont_nav_foo {
	min-height: auto;
}
.nav_foo {
	width: 100%;
	height: 86px;
	padding-bottom: 18px;
}
.derechos {
	width: 100%;
	padding-bottom: 30px;
}
.cont_logo {
    width: 100%;
    height: 42px;
    margin-top: -10px;
}
.logo {
	width: 60px;
	height: auto;
	margin-top: 4px;
	margin-left: 10px;
}
#scroll {
    height: 56px;
}
.cont_nav {
    width: 70%;
    min-height: 42px;
    margin-top: 0px;
}
.nav1 {
	min-height: auto;
	display: block;
}
nav {
	display: none;
}
.soporte {
	display: none;
}
.nav1 a {
	border-left: none;
	border-right: none;
	height: auto;
}
#icon_lupa {
	float: right;
}
.w_bus {
	float: left;
	    margin-bottom:0px;
	width: 174px;
}
.style_lupa {
    margin-top: -12px;
    padding-top: 10px;
    width: 20px;
    margin-left: -12px;
}
#buscar {
	width: 170px;
}
#icon_tel {
}
#num {
    margin-bottom: 0px;
}
.logo_scroll {
	width: 60px;
	height: auto;
	margin-top: 4px;
	margin-left: 10px;
}
.cont_nav2 {
	width: 70%;
	min-height: 54px;
	margin-top: 0px;
}
.container {
	display: block;
}
.cont_nav_servicios {
	display: none;
}
.indicador {
	display: none;
}
.banner_seccion {
	padding-top: 58px;
	width: 100%;
	margin-bottom: 0px;
}
.b_m {
	border-bottom: solid 1px #BDBDBD;
}
.nav_foo li {
	float: none;
}
}
@media screen and (min-width: 590px) and (max-width:599px) {
.empresa {
    width: 108px;
    height: 76px;
    margin-right: 8px;
    margin-bottom: 16px;
}
.titulo_info {
    float: right;
    width: 390px;
}
.txt_info {
    height: auto;
    width: 390px;
}
.btn_ver_mas {
    margin-top: -12px;
    float: right;
    margin-right: 150px;
}
.info_web {
    width: 42%;
    float: left;
    margin-right: 18px;
    margin-left: 16px;
}
.b1 {
    width: 286px;
}
}
@media screen and (min-width: 580px) and (max-width:589px) {
.empresa {
    width: 108px;
    height: 76px;
    margin-right: 6px;
    margin-bottom: 16px;
}
.titulo_info {
    float: right;
    width: 62%;
}
.txt_info {
    height: auto;
    width: 64%;
    float: right;
}
.btn_ver_mas {
    margin-top: -22px;
    float: right;
    margin-right: 150px;
}
.info_web {
    width: 42%;
    float: left;
    margin-right: 18px;
    margin-left: 16px;
}
.b1 {
    width: 49%;
}
.b2 {
    width: 32%;
}
}
@media screen and (min-width: 564px) and (max-width:579px) {
.empresa {
    width: 106px;
    height: 76px;
    margin-right: 1%;
    margin-bottom: 16px;
}
.titulo_info {
    float: right;
    width: 58%;
}
.txt_info {
    height: auto;
    width: 56%;
    float: right;
}
.btn_ver_mas {
    margin-top: 8px;
    float: right;
    margin-right: 18%;
}
.info_web {
    width: 42%;
    float: left;
    margin-right: 18px;
    margin-left: 16px;
}
.b1 {
    width: 49%;
}
.b2 {
    width: 32%;
}
.titulo_agencia {
    font-size: 14px;
    margin-top: -202px;
}
.titulo_agencia2 {
    font-size: 14px;
    margin-top: -138px;
}
.txt_microsoft {
    width: 60%;
    font-size: 20px;
    margin-bottom: 40px;
}
.empresas {
    width: 134px;
    margin-right: 0px;
    margin-left: 4%;
}
}
@media screen and (min-width: 501px) and (max-width:563px) {
.empresa {
    width: 94px;
    height: 76px;
    margin-right: 1%;
    margin-bottom: 16px;
}
.titulo_info {
    float: right;
    width: 58%;
}
.txt_info {
    height: auto;
    width: 56%;
    float: right;
}
.btn_ver_mas {
    margin-top: 8px;
    float: right;
    margin-right: 18%;
}
.info_web {
    width: 42%;
    float: left;
    margin-right: 18px;
    margin-left: 16px;
}
.b1 {
    width: 49%;
}
.b2 {
    width: 32%;
}
.titulo_agencia {
    font-size: 14px;
    margin-top: -202px;
}
.titulo_agencia2 {
    font-size: 14px;
    margin-top: -138px;
}
.txt_microsoft {
    width: 60%;
    font-size: 20px;
    margin-bottom: 40px;
}
.empresas {
    width: 134px;
    margin-right: 0px;
    margin-left: 4%;
}
}
@media only screen and (max-width: 500px) {
.main-content {
	display: block;
}
#banner {
	padding-top: 56px;
}
#empresas {
	width: 90%;
	height: 170px;
}
.empresa {
    width: 108px;
    height: 76px;
    margin-right: 40px;
    margin-bottom: 16px;
}
.desarrollo {
	width: 100%;
}
h1 {
	padding-top: 20px;
	margin-bottom: 20px;
}
.info_desarrollo {
	width: 100%;
	float: none;
	margin-right: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
.img_desarrollo {
	width: 176px;
	margin-left: 22px;
	float: left;
}
.titulo_info {
	float: right;
	width: 300px;
}
.txt_info {
	height: auto;
	width: 284px;
	float: right;
}
.btn_ver_mas {
	margin-top: 18px;
	float: right;
	margin-right: 90px;
}
.btn_mas_ser p {
	float: none;
	text-align: center;
	margin-left: 0px;
}
.icon_flecha {
	display: none;
}
.web {
	width: 100%;
}
h2 {
	font-size: 28px;
}
.info_web {
	width: 92%;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
h3 {
	font-size: 26px;
}
.img_soluciones {
	width: 100%;/*margin-bottom: 40px;*/
}
#cont_agencia {
	width: 100%;
	min-height: auto;
	background-color: #ededed;
}
.agencia {
	width: 98%;
}
.b1 {
	width: 242px;
}
.titulo_agencia {
	font-size: 14px;
	margin-top: -202px;
}
.b2 {
	width: 158px;
}
.titulo_agencia2 {
	font-size: 14px;
	margin-top: -136px;
}
.microsoft {
	width: 100%;
}
.info_microsoft {
	width: 98%;
	text-align: justify;
}
.img_microsoft {
	width: 174px;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.txt_microsoft {
	width: 100%;
	font-size: 20px;
	margin-bottom: 40px;
}
.google {
	width: 94%;
}
.info_google {
	width: 100%;
	min-height: auto;
}
.img_google {
	width: 100%;
}
.txt_google {
	font-size: 20px;
	text-align: justify;
	min-height: auto;
}
.m_b {
	margin-bottom: 40px;
}
.clientes {
	width: 100%;
}
.empresas {
	width: 134px;
	margin-right: 0px;
	margin-left: 18px;
}
#empresa_style_m {
	margin-right: 0px;
}
.comuniquese {
	width: 100%;
}
.titulo_comuniquese {
	width: 100%;
	height: auto;
	position: inherit;
	line-height: normal;
	    margin-top: -12px;
}
.formulario {
	width: 84%;
	margin-top: 54px;
	text-align: center;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.formulario p {
	font-size: 12px;
	margin-top: 2px;
	float: none;
}
.btn_enviar {
	margin-left: 0px;
	float: none;
}
.cont_boletin {
	float: none;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 44px;
}
.btn_sus {
	border-radius: 8px;
	float: none;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
.nav_foo {
	width: 100%;
}
.nav_foo ul {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.cont_nav_foo {
	min-height: auto;
}
.nav_foo {
	width: 100%;
	height: 86px;
	padding-bottom: 18px;
}
.derechos {
	width: 100%;
	padding-bottom: 30px;
}
.cont_logo {
	width: 100%;
	height: 42px;
	margin-top: -10px;
}
.style_lupa {
    margin-top: -12px;
    padding-top: 10px;
    width: 20px;
    margin-left: -12px;
}
.logo {
	width: 60px;
	height: auto;
	margin-top: 0px;
	margin-left: 10px;
}
.logo_scroll {
	width: 60px;
	height: auto;
	margin-top: 0px;
	margin-left: 10px
}
.top_lupa {
    margin-top: -2px;
    margin-left: 0px;
}
.cont_nav {
	width: 74%;
	min-height: 42px;
	margin-top: 0px;
}
.cont_nav2 {
	width: 68%;
	min-height: 42px;
	margin-top: 0px;
}
#scroll {
    height: 56px;
}
.nav1 {
	min-height: auto;
	display: block;
}
.nav1 ul {
    margin: 12px 0px 0px;
    height: 30px;
    padding: 0px;
}
nav { 
	display: none;
}
.soporte {
	display: none;
}
.nav1 a {
	border-left: none;
	border-right: none;
	height: auto;
}
#icon_lupa {
	float: right;
}
.w_bus {
	float: left;
	    margin-bottom: 11px;
	width: 134px;
}
#buscar {
	    width: 128px;
		margin-bottom: 0px;
}
#num {
    margin-bottom: 0px;
}
.container {
	display: block;
}
.cont_nav_servicios {
	display: none;
}
.indicador {
	display: none;
}
.banner_seccion {
	padding-top: 58px;
	width: 100%;
	margin-bottom: 0px;
}
.b_m {
	border-bottom: solid 1px #BDBDBD;
}
.nav_foo li {
	float: none;
}
}
@media screen and (min-width: 491px) and (max-width: 499px) {
#banner_movil_index{
	display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
	float:left;
	clear:both;
	margin-bottom: 64px;
}
#banner {
	display:none;
	padding-top: 60px;
}
#buscar {
    margin-bottom: 10px;
}
.top_lupa {
    margin-left: 0px;
}
.main-content {
	display: block;
}
#banner {
    padding-top: 56px;
}
#empresas {
	width: 94%;
	height: 170px;
}
.empresa {
	width: 134px;
    height: 94px;
	margin-right: 18px;
	margin-bottom: 16px;
}
.desarrollo {
	width: 100%;
}
h1 {
	padding-top: 20px;
	margin-bottom: 20px;
}
.info_desarrollo {
	float: none;
	margin-right: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
.txt_info {
	height: auto;
}
.btn_ver_mas {
    margin-top: 18px;
    float: right;
    margin-right: 184px;
}
.btn_mas_ser p {
	float: none;
	text-align: center;
	margin-left: 0px;
}
.icon_flecha {
	display: none;
}
.web {
	width: 100%;
}
h2 {
	font-size: 28px;
}
.info_web {
	width: 92%;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
h3 {
	font-size: 26px;
}
.img_soluciones {
	width: 100%;
	/*margin-bottom: 40px;*/
}
#cont_agencia {
	width: 100%;
	min-height: auto;
	background-color: #ededed;
}
.agencia {
	width: 98%;
}
.b1 {
    width: 236px;
}
.titulo_agencia {
	font-size: 14px;
    margin-top: -198px;
}
.b2 {
    width: 156px;
}
.titulo_agencia2 {
	font-size: 14px;
margin-top: -140px;
}
.microsoft {
	width: 100%;
}
.info_microsoft {
	width: 98%;
	text-align: justify;
}
.img_microsoft {
	width: 174px;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.txt_microsoft {
	width: 100%;
	font-size: 20px;
	margin-bottom: 40px;
}
.google {
	width: 94%;
}
.info_google {
	width: 100%;
	min-height: auto;
}
.img_google {
	width: 100%;
}
.txt_google {
	font-size: 20px;
	text-align: justify;
	min-height: auto;
}
.m_b {
	margin-bottom: 40px;
}
.clientes {
	width: 100%;
}
.empresas {
    width: 134px;
    margin-right: 0px;
    margin-left: 14px;
}
#empresa_style_m {
	margin-right: 0px;
}
.comuniquese {
	width: 100%;
}
.titulo_comuniquese {
	width: 100%;
	height: auto;
	position: inherit;
	line-height: normal;
	margin-top: -10px;
}
.formulario {
	width: 78%;
	margin-top: 54px;
	text-align: center;
	float: none;
}
.formulario p {
	font-size: 12px;
	margin-top: 2px;
}
.btn_enviar {
	margin-left: 0px;
	float: none;
}
.cont_boletin {
	float: none;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 44px;
}
.btn_sus {
	border-radius: 8px;
	float: none;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
.nav_foo {
	width: 100%;
}
.nav_foo ul {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.cont_nav_foo {
	min-height: auto;
}
.nav_foo {
	width: 100%;
	height: 86px;
	padding-bottom: 18px;
}
.derechos {
	width: 100%;
	padding-bottom: 30px;
}
.cont_logo {
	width: 100%;
	height: 42px;
	margin-top: -10px;
}
.logo {
	width: 60px;
	height: auto;
	margin-top: 0px;
	margin-left: 10px;
}
.logo_scroll {
	width: 60px;
	height: auto;
	margin-top: 0px;
	margin-left: 10px
}
.cont_nav {
	width: 70%;
	min-height: 42px;
	margin-top: 0px;
}
.cont_nav2 {
	width: 68%;
	min-height: 42px;
	margin-top: 0px;
}
#scroll {
    height: 56px;
}
.nav1 {
	min-height: auto;
	display: block;
}
.nav1 ul {
    margin: 12px 0px 0px;
    height: 30px;
    padding: 0px;
}
nav { 
	display: none;
}
.soporte {
	display: none;
}
.nav1 a {
	border-left: none;
	border-right: none;
	height: auto;
}
#icon_lupa {
	float: right;
}
.w_bus {
	float: left;
	    margin-bottom: 11px;
	width: 134px;
}
#buscar {
	    width: 128px;
		margin-bottom: 0px;
}
#num {
    margin-bottom: 4px;
}
.style_lupa {
    margin-top: -12px;
    padding-top: 10px;
    width: 20px;
    margin-left: -12px;
}
.container {
	display: block;
}
.cont_nav_servicios {
	display: none;
}
.indicador {
	display: none;
}
.banner_seccion {
	padding-top: 58px;
	width: 100%;
	margin-bottom: 0px;
}
.b_m {
	border-bottom: solid 1px #BDBDBD;
}
.nav_foo li {
	float: none;
}
.img_desarrollo {
	margin-left: auto;
	float: none;
	margin-right: auto;
}
.titulo_info {
	float: none;
	width: auto;
}
.txt_info {
	height: auto;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
}
@media screen and (min-width: 481px) and (max-width: 490px) {
#banner_movil_index{
	display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
	float:left;
	clear:both;
	margin-bottom: 60px;
}
#banner {
	display:none;
	padding-top: 60px;
}
#buscar {
    margin-bottom: 10px;
}
.top_lupa {
    margin-left: 0px;
}
.main-content {
	display: block;
}
#banner {
    padding-top: 56px;
}
#empresas {
	width: 94%;
	height: 170px;
}
.empresa {
	width: 128px;
	    height: 90px;
	margin-right: 18px;
	margin-bottom: 16px;
}
.desarrollo {
	width: 100%;
}
h1 {
	padding-top: 20px;
	margin-bottom: 20px;
}
.info_desarrollo {
	float: none;
	margin-right: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
.txt_info {
	height: auto;
}
.btn_ver_mas {
    margin-top: 18px;
    float: right;
    margin-right: 184px;
}
.btn_mas_ser p {
	float: none;
	text-align: center;
	margin-left: 0px;
}
.icon_flecha {
	display: none;
}
.web {
	width: 100%;
}
h2 {
	font-size: 28px;
}
.info_web {
	width: 92%;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
h3 {
	font-size: 26px;
}
.img_soluciones {
	width: 100%;
	/*margin-bottom: 40px;*/
}
#cont_agencia {
	width: 100%;
	min-height: auto;
	background-color: #ededed;
}
.agencia {
	width: 98%;
}
.b1 {
    width: 232px;
}
.titulo_agencia {
	font-size: 14px;
    margin-top: -198px;
}
.b2 {
    width: 153px;
}
.titulo_agencia2 {
	font-size: 14px;
margin-top: -140px;
}
.microsoft {
	width: 100%;
}
.info_microsoft {
	width: 98%;
	text-align: justify;
}
.img_microsoft {
	width: 174px;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.txt_microsoft {
	width: 100%;
	font-size: 20px;
	margin-bottom: 40px;
}
.google {
	width: 94%;
}
.info_google {
	width: 100%;
	min-height: auto;
}
.img_google {
	width: 100%;
}
.txt_google {
	font-size: 20px;
	text-align: justify;
	min-height: auto;
}
.m_b {
	margin-bottom: 40px;
}
.clientes {
	width: 100%;
}
.empresas {
    width: 134px;
    margin-right: 0px;
    margin-left: 14px;
}
#empresa_style_m {
	margin-right: 0px;
}
.comuniquese {
	width: 100%;
}
.titulo_comuniquese {
	width: 100%;
	height: auto;
	position: inherit;
	line-height: normal;
	margin-top: -10px;
}
.formulario {
	width: 78%;
	margin-top: 54px;
	text-align: center;
	float: none;
}
.formulario p {
	font-size: 12px;
	margin-top: 2px;
}
.btn_enviar {
	margin-left: 0px;
	float: none;
}
.cont_boletin {
	float: none;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 44px;
}
.btn_sus {
	border-radius: 8px;
	float: none;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
.nav_foo {
	width: 100%;
}
.nav_foo ul {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.cont_nav_foo {
	min-height: auto;
}
.nav_foo {
	width: 100%;
	height: 86px;
	padding-bottom: 18px;
}
.derechos {
	width: 100%;
	padding-bottom: 30px;
}
.cont_logo {
	width: 100%;
	height: 42px;
	margin-top: -10px;
}
.logo {
	width: 60px;
	height: auto;
	margin-top: 0px;
	margin-left: 10px;
}
.logo_scroll {
	width: 60px;
	height: auto;
	margin-top: 0px;
	margin-left: 10px
}
.cont_nav {
	width: 70%;
	min-height: 42px;
	margin-top: 0px;
}
.cont_nav2 {
	width: 68%;
	min-height: 42px;
	margin-top: 0px;
}
#scroll {
    height: 56px;
}
.nav1 {
	min-height: auto;
	display: block;
}
.nav1 ul {
    margin: 12px 0px 0px;
    height: 30px;
    padding: 0px;
}
nav { 
	display: none;
}
.soporte {
	display: none;
}
.nav1 a {
	border-left: none;
	border-right: none;
	height: auto;
}
#icon_lupa {
	float: right;
}
.w_bus {
	float: left;
	    margin-bottom: 11px;
	width: 134px;
}
#buscar {
	    width: 128px;
		margin-bottom: 0px;
}
#num {
    margin-bottom: 4px;
}
.style_lupa {
    margin-top: -12px;
    padding-top: 10px;
    width: 20px;
    margin-left: -12px;
}
.container {
	display: block;
}
.cont_nav_servicios {
	display: none;
}
.indicador {
	display: none;
}
.banner_seccion {
	padding-top: 58px;
	width: 100%;
	margin-bottom: 0px;
}
.b_m {
	border-bottom: solid 1px #BDBDBD;
}
.nav_foo li {
	float: none;
}
.img_desarrollo {
	margin-left: auto;
	float: none;
	margin-right: auto;
}
.titulo_info {
	float: none;
	width: auto;
}
.txt_info {
	height: auto;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
}
@media screen and (min-width: 471px) and (max-width: 480px) {
#banner_movil_index{
	display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
	float:left;
	clear:both;
	margin-bottom: 56px;
}
#banner {
	display:none;
	padding-top: 60px;
}
#buscar {
    margin-bottom: 10px;
}
.top_lupa {
    margin-left: 0px;
}
.main-content {
	display: block;
}
#banner {
    padding-top: 56px;
}
#empresas {
	width: 94%;
	height: 170px;
}
.empresa {
	width: 128px;
	    height: 90px;
	margin-right: 18px;
	margin-bottom: 16px;
}
.desarrollo {
	width: 100%;
}
h1 {
	padding-top: 20px;
	margin-bottom: 20px;
}
.info_desarrollo {
	float: none;
	margin-right: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
.txt_info {
	height: auto;
}
.btn_ver_mas {
    margin-top: 18px;
    float: right;
    margin-right: 184px;
}
.btn_mas_ser p {
	float: none;
	text-align: center;
	margin-left: 0px;
}
.icon_flecha {
	display: none;
}
.web {
	width: 100%;
}
h2 {
	font-size: 28px;
}
.info_web {
	width: 92%;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
h3 {
	font-size: 26px;
}
.img_soluciones {
	width: 100%;
	/*margin-bottom: 40px;*/
}
#cont_agencia {
	width: 100%;
	min-height: auto;
	background-color: #ededed;
}
.agencia {
	width: 98%;
}
.b1 {
    width: 226px;
}
.titulo_agencia {
	font-size: 14px;
	    margin-top: -178px;
}
.b2 {
    width: 150px;
}
.titulo_agencia2 {
	font-size: 14px;
	    margin-top: -128px
}
.microsoft {
	width: 100%;
}
.info_microsoft {
	width: 98%;
	text-align: justify;
}
.img_microsoft {
	width: 174px;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.txt_microsoft {
	width: 100%;
	font-size: 20px;
	margin-bottom: 40px;
}
.google {
	width: 94%;
}
.info_google {
	width: 100%;
	min-height: auto;
}
.img_google {
	width: 100%;
}
.txt_google {
	font-size: 20px;
	text-align: justify;
	min-height: auto;
}
.m_b {
	margin-bottom: 40px;
}
.clientes {
	width: 100%;
}
.empresas {
	width: 134px;
	margin-right: 40px;
	margin-left: 36px;
}
#empresa_style_m {
	margin-right: 40px;
}
.comuniquese {
	width: 100%;
}
.titulo_comuniquese {
	width: 100%;
	height: auto;
	position: inherit;
	line-height: normal;
	margin-top: -10px;
}
.formulario {
	width: 78%;
	margin-top: 54px;
	text-align: center;
	float: none;
}
.formulario p {
	font-size: 12px;
	margin-top: 2px;
}
.btn_enviar {
	margin-left: 0px;
	float: none;
}
.cont_boletin {
	float: none;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 44px;
}
.btn_sus {
	border-radius: 8px;
	float: none;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
.nav_foo {
	width: 100%;
}
.nav_foo ul {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.cont_nav_foo {
	min-height: auto;
}
.nav_foo {
	width: 100%;
	height: 86px;
	padding-bottom: 18px;
}
.derechos {
	width: 100%;
	padding-bottom: 30px;
}
.cont_logo {
	width: 100%;
	height: 42px;
	margin-top: -10px;
}
.logo {
	width: 60px;
	height: auto;
	margin-top: 0px;
	margin-left: 10px;
}
.logo_scroll {
	width: 60px;
	height: auto;
	margin-top: 0px;
	margin-left: 10px
}
.cont_nav {
	width: 62%;
	min-height: 42px;
	margin-top: 0px;
}
.cont_nav2 {
	width: 68%;
	min-height: 42px;
	margin-top: 0px;
}
#scroll {
    height: 56px;
}
.nav1 {
	min-height: auto;
	display: block;
}
.nav1 ul {
    margin: 12px 0px 0px;
    height: 30px;
    padding: 0px;
}
nav { 
	display: none;
}
.soporte {
	display: none;
}
.nav1 a {
	border-left: none;
	border-right: none;
	height: auto;
}
#icon_lupa {
	float: right;
}
.w_bus {
	float: left;
	margin-bottom: 14px;
	width: 188px;
}
#buscar {
	width: 170px;
}
#num {
    margin-bottom: 4px;
}
.style_lupa {
    margin-top: -12px;
    padding-top: 10px;
    width: 20px;
    margin-left: -12px;
}
.container {
	display: block;
}
.cont_nav_servicios {
	display: none;
}
.indicador {
	display: none;
}
.banner_seccion {
	padding-top: 58px;
	width: 100%;
	margin-bottom: 0px;
}
.b_m {
	border-bottom: solid 1px #BDBDBD;
}
.nav_foo li {
	float: none;
}
.img_desarrollo {
	margin-left: auto;
	float: none;
	margin-right: auto;
}
.titulo_info {
	float: none;
	width: auto;
}
.txt_info {
	height: auto;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
}
@media screen and (min-width: 461px) and (max-width: 470px) {
#banner_movil_index{
	display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
	float:left;
	clear:both;
	margin-bottom: 50px;
}
#banner {
	display:none;
	padding-top: 60px;
}
#buscar {
    margin-bottom: 10px;
}
.top_lupa {
    margin-left: 0px;
}
.main-content {
	display: block;
}
#banner {
    padding-top: 56px;
}
#empresas {
	width: 94%;
	height: 170px;
}
.empresa {
	width: 120px;
	height: 84px;
	margin-right: 18px;
	margin-bottom: 16px;
}
.desarrollo {
	width: 100%;
}
h1 {
	padding-top: 20px;
	margin-bottom: 20px;
}
.info_desarrollo {
	float: none;
	margin-right: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
.txt_info {
	height: auto;
}
.btn_ver_mas {
    margin-top: 18px;
    float: right;
    margin-right: 184px;
}
.btn_mas_ser p {
	float: none;
	text-align: center;
	margin-left: 0px;
}
.icon_flecha {
	display: none;
}
.web {
	width: 100%;
}
h2 {
	font-size: 28px;
}
.info_web {
	width: 92%;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
h3 {
	font-size: 26px;
}
.img_soluciones {
	width: 100%;
	/*margin-bottom: 40px;*/
}
#cont_agencia {
	width: 100%;
	min-height: auto;
	background-color: #ededed;
}
.agencia {
	width: 98%;
}
.b1 {
    width: 222px;
}
.titulo_agencia {
	font-size: 14px;
	    margin-top: -178px;
}
.b2 {
    width: 146px;
}
.titulo_agencia2 {
	font-size: 14px;
	    margin-top: -128px
}
.microsoft {
	width: 100%;
}
.info_microsoft {
	width: 98%;
	text-align: justify;
}
.img_microsoft {
	width: 174px;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.txt_microsoft {
	width: 100%;
	font-size: 20px;
	margin-bottom: 40px;
}
.google {
	width: 94%;
}
.info_google {
	width: 100%;
	min-height: auto;
}
.img_google {
	width: 100%;
}
.txt_google {
	font-size: 20px;
	text-align: justify;
	min-height: auto;
}
.m_b {
	margin-bottom: 40px;
}
.clientes {
	width: 100%;
}
.empresas {
	width: 134px;
	margin-right: 40px;
	margin-left: 36px;
}
#empresa_style_m {
	margin-right: 40px;
}
.comuniquese {
	width: 100%;
}
.titulo_comuniquese {
	width: 100%;
	height: auto;
	position: inherit;
	line-height: normal;
	margin-top: -10px;
}
.formulario {
	width: 78%;
	margin-top: 54px;
	text-align: center;
	float: none;
}
.formulario p {
	font-size: 12px;
	margin-top: 2px;
}
.btn_enviar {
	margin-left: 0px;
	float: none;
}
.cont_boletin {
	float: none;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 44px;
}
.btn_sus {
	border-radius: 8px;
	float: none;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
.nav_foo {
	width: 100%;
}
.nav_foo ul {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.cont_nav_foo {
	min-height: auto;
}
.nav_foo {
	width: 100%;
	height: 86px;
	padding-bottom: 18px;
}
.derechos {
	width: 100%;
	padding-bottom: 30px;
}
.cont_logo {
	width: 100%;
	height: 42px;
	margin-top: -10px;
}
.logo {
	width: 60px;
	height: auto;
	margin-top: 0px;
	margin-left: 10px;
}
.logo_scroll {
	width: 60px;
	height: auto;
	margin-top: 0px;
	margin-left: 10px
}
.cont_nav {
	width: 62%;
	min-height: 42px;
	margin-top: 0px;
}
.cont_nav2 {
	width: 68%;
	min-height: 42px;
	margin-top: 0px;
}
#scroll {
    height: 56px;
}
.nav1 {
	min-height: auto;
	display: block;
}
.nav1 ul {
    margin: 12px 0px 0px;
    height: 30px;
    padding: 0px;
}
nav { 
	display: none;
}
.soporte {
	display: none;
}
.nav1 a {
	border-left: none;
	border-right: none;
	height: auto;
}
#icon_lupa {
	float: right;
}
.w_bus {
	float: left;
	margin-bottom: 14px;
	width: 188px;
}
#buscar {
	width: 170px;
}
#num {
    margin-bottom: 4px;
}
.style_lupa {
    margin-top: -12px;
    padding-top: 10px;
    width: 20px;
    margin-left: -12px;
}
.container {
	display: block;
}
.cont_nav_servicios {
	display: none;
}
.indicador {
	display: none;
}
.banner_seccion {
	    padding-top: 58px;
	width: 100%;
	margin-bottom: 0px;
}
.b_m {
	border-bottom: solid 1px #BDBDBD;
}
.nav_foo li {
	float: none;
}
.img_desarrollo {
	margin-left: auto;
	float: none;
	margin-right: auto;
}
.titulo_info {
	float: none;
	width: auto;
}
.txt_info {
	height: auto;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
}
@media screen and (min-width: 451px) and (max-width: 460px) {
#banner_movil_index{
	display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
	float:left;
	clear:both;
	margin-bottom: 48px;
}
#banner {
	display:none;
	padding-top: 60px;
}
#buscar {
    margin-bottom: 10px;
}
.top_lupa {
    margin-left: 0px;
}
.main-content {
	display: block;
}
#banner {
    padding-top: 56px;
}
#empresas {
	width: 94%;
	height: 170px;
}
.empresa {
	width: 120px;
	height: 84px;
	margin-right: 18px;
	margin-bottom: 16px;
}
.desarrollo {
	width: 100%;
}
h1 {
	padding-top: 20px;
	margin-bottom: 20px;
}
.info_desarrollo {
	float: none;
	margin-right: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
.txt_info {
	height: auto;
}
.btn_ver_mas {
    margin-top: 18px;
    float: right;
    margin-right: 164px;
}
.btn_mas_ser p {
	float: none;
	text-align: center;
	margin-left: 0px;
}
.icon_flecha {
	display: none;
}
.web {
	width: 100%;
}
h2 {
	font-size: 28px;
}
.info_web {
	width: 92%;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
h3 {
	font-size: 26px;
}
.img_soluciones {
	width: 100%;
	/*margin-bottom: 40px;*/
}
#cont_agencia {
	width: 100%;
	min-height: auto;
	background-color: #ededed;
}
.agencia {
	width: 98%;
}
.b1 {
    width: 218px;
}
.titulo_agencia {
	font-size: 14px;
	    margin-top: -178px;
}
.b2 {
    width: 144px;
}
.titulo_agencia2 {
	font-size: 14px;
	    margin-top: -128px
}
.microsoft {
	width: 100%;
}
.info_microsoft {
	width: 98%;
	text-align: justify;
}
.img_microsoft {
	width: 174px;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.txt_microsoft {
	width: 100%;
	font-size: 20px;
	margin-bottom: 40px;
}
.google {
	width: 94%;
}
.info_google {
	width: 100%;
	min-height: auto;
}
.img_google {
	width: 100%;
}
.txt_google {
	font-size: 20px;
	text-align: justify;
	min-height: auto;
}
.m_b {
	margin-bottom: 40px;
}
.clientes {
	width: 100%;
}
.empresas {
	width: 134px;
	margin-right: 40px;
	margin-left: 36px;
}
#empresa_style_m {
	margin-right: 40px;
}
.comuniquese {
	width: 100%;
}
.titulo_comuniquese {
	width: 100%;
	height: auto;
	position: inherit;
	line-height: normal;
	margin-top: -10px;
}
.formulario {
	width: 78%;
	margin-top: 54px;
	text-align: center;
	float: none;
}
.formulario p {
	font-size: 12px;
	margin-top: 2px;
}
.btn_enviar {
	margin-left: 0px;
	float: none;
}
.cont_boletin {
	float: none;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 44px;
}
.btn_sus {
	border-radius: 8px;
	float: none;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
.nav_foo {
	width: 100%;
}
.nav_foo ul {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.cont_nav_foo {
	min-height: auto;
}
.nav_foo {
	width: 100%;
	height: 86px;
	padding-bottom: 18px;
}
.derechos {
	width: 100%;
	padding-bottom: 30px;
}
.cont_logo {
	width: 100%;
	height: 42px;
	margin-top: -10px;
}
.logo {
	width: 60px;
	height: auto;
	margin-top: 0px;
	margin-left: 10px;
}
.logo_scroll {
	width: 60px;
	height: auto;
	margin-top: 0px;
	margin-left: 10px
}
.cont_nav {
	width: 62%;
	min-height: 42px;
	margin-top: 0px;
}
.cont_nav2 {
	width: 68%;
	min-height: 42px;
	margin-top: 0px;
}
#scroll {
    height: 56px;
}
.nav1 {
	min-height: auto;
	display: block;
}
.nav1 ul {
    margin: 12px 0px 0px;
    height: 30px;
    padding: 0px;
}
nav { 
	display: none;
}
.soporte {
	display: none;
}
.nav1 a {
	border-left: none;
	border-right: none;
	height: auto;
}
#icon_lupa {
	float: right;
}
.w_bus {
	float: left;
	margin-bottom: 14px;
	width: 188px;
}
#buscar {
	width: 170px;
}
#num {
    margin-bottom: 4px;
}
.style_lupa {
    margin-top: -12px;
    padding-top: 10px;
    width: 20px;
    margin-left: -12px;
}
.container {
	display: block;
}
.cont_nav_servicios {
	display: none;
}
.indicador {
	display: none;
}
.banner_seccion {
	    padding-top: 58px;
	width: 100%;
	margin-bottom: 0px;
}
.b_m {
	border-bottom: solid 1px #BDBDBD;
}
.nav_foo li {
	float: none;
}
.img_desarrollo {
	margin-left: auto;
	float: none;
	margin-right: auto;
}
.titulo_info {
	float: none;
	width: auto;
}
.txt_info {
	height: auto;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
}
@media screen and (min-width: 441px) and (max-width: 450px) {
#banner_movil_index{
	display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
	float:left;
	clear:both;
	margin-bottom: 44px;
}
#banner {
	display:none;
	padding-top: 60px;
}
#buscar {
    margin-bottom: 10px;
}
.top_lupa {
    margin-left: 0px;
}
.main-content {
	display: block;
}
#banner {
    padding-top: 56px;
}
#empresas {
	width: 94%;
	height: 170px;
}
.empresa {
	width: 120px;
	height: 84px;
	margin-right: 18px;
	margin-bottom: 16px;
}
.desarrollo {
	width: 100%;
}
h1 {
	padding-top: 20px;
	margin-bottom: 20px;
}
.info_desarrollo {
	float: none;
	margin-right: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
.txt_info {
	height: auto;
}
.btn_ver_mas {
    margin-top: 18px;
    float: right;
    margin-right: 164px;
}
.btn_mas_ser p {
	float: none;
	text-align: center;
	margin-left: 0px;
}
.icon_flecha {
	display: none;
}
.web {
	width: 100%;
}
h2 {
	font-size: 28px;
}
.info_web {
	width: 92%;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
h3 {
	font-size: 26px;
}
.img_soluciones {
	width: 100%;
	/*margin-bottom: 40px;*/
}
#cont_agencia {
	width: 100%;
	min-height: auto;
	background-color: #ededed;
}
.agencia {
	width: 98%;
}
.b1 {
    width: 212px;
}
.titulo_agencia {
	font-size: 14px;
	    margin-top: -178px;
}
.b2 {
    width: 140px;
}
.titulo_agencia2 {
	font-size: 14px;
	    margin-top: -128px
}
.microsoft {
	width: 100%;
}
.info_microsoft {
	width: 98%;
	text-align: justify;
}
.img_microsoft {
	width: 174px;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.txt_microsoft {
	width: 100%;
	font-size: 20px;
	margin-bottom: 40px;
}
.google {
	width: 94%;
}
.info_google {
	width: 100%;
	min-height: auto;
}
.img_google {
	width: 100%;
}
.txt_google {
	font-size: 20px;
	text-align: justify;
	min-height: auto;
}
.m_b {
	margin-bottom: 40px;
}
.clientes {
	width: 100%;
}
.empresas {
	width: 134px;
	margin-right: 40px;
	margin-left: 24px;
}
#empresa_style_m {
	margin-right: 40px;
}
.comuniquese {
	width: 100%;
}
.titulo_comuniquese {
	width: 100%;
	height: auto;
	position: inherit;
	line-height: normal;
	margin-top: -10px;
}
.formulario {
	width: 78%;
	margin-top: 54px;
	text-align: center;
	float: none;
}
.formulario p {
	font-size: 12px;
	margin-top: 2px;
}
.btn_enviar {
	margin-left: 0px;
	float: none;
}
.cont_boletin {
	float: none;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 44px;
}
.btn_sus {
	border-radius: 8px;
	float: none;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
.nav_foo {
	width: 100%;
}
.nav_foo ul {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.cont_nav_foo {
	min-height: auto;
}
.nav_foo {
	width: 100%;
	height: 86px;
	padding-bottom: 18px;
}
.derechos {
	width: 100%;
	padding-bottom: 30px;
}
.cont_logo {
	width: 100%;
	height: 42px;
	margin-top: -10px;
}
.logo {
	width: 60px;
	height: auto;
	margin-top: 0px;
	margin-left: 10px;
}
.logo_scroll {
	width: 60px;
	height: auto;
	margin-top: 0px;
	margin-left: 10px
}
.cont_nav {
	width: 62%;
	min-height: 42px;
	margin-top: 0px;
}
.cont_nav2 {
	width: 68%;
	min-height: 42px;
	margin-top: 0px;
}
#scroll {
    height: 56px;
}
.nav1 {
	min-height: auto;
	display: block;
}
.nav1 ul {
    margin: 12px 0px 0px;
    height: 30px;
    padding: 0px;
}
nav { 
	display: none;
}
.soporte {
	display: none;
}
.nav1 a {
	border-left: none;
	border-right: none;
	height: auto;
}
#icon_lupa {
	float: right;
}
.w_bus {
	float: left;
	margin-bottom: 14px;
	width: 188px;
}
#buscar {
	width: 170px;
}
#num {
    margin-bottom: 4px;
}
.style_lupa {
    margin-top: -12px;
    padding-top: 10px;
    width: 20px;
    margin-left: -12px;
}
.container {
	display: block;
}
.cont_nav_servicios {
	display: none;
}
.indicador {
	display: none;
}
.banner_seccion {
	    padding-top: 58px;
	width: 100%;
	margin-bottom: 0px;
}
.b_m {
	border-bottom: solid 1px #BDBDBD;
}
.nav_foo li {
	float: none;
}
.img_desarrollo {
	margin-left: auto;
	float: none;
	margin-right: auto;
}
.titulo_info {
	float: none;
	width: auto;
}
.txt_info {
	height: auto;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
}
@media screen and (min-width: 431px) and (max-width: 440px) {
#banner_movil_index{
	display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
	float:left;
	clear:both;
	margin-bottom: 40px;
}
#banner {
	display:none;
	padding-top: 60px;
}
#buscar {
    margin-bottom: 10px;
}
.top_lupa {
    margin-left: 0px;
}
.main-content {
	display: block;
}
#banner {
    padding-top: 56px;
}
#empresas {
	width: 94%;
	height: 170px;
}
.empresa {
	width: 116px;
	height: 82px;
	margin-right: 18px;
	margin-bottom: 16px;
}
.desarrollo {
	width: 100%;
}
h1 {
	padding-top: 20px;
	margin-bottom: 20px;
}
.info_desarrollo {
	float: none;
	margin-right: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
.txt_info {
	height: auto;
}
.btn_ver_mas {
    margin-top: 18px;
    float: right;
    margin-right: 164px;
}
.btn_mas_ser p {
	float: none;
	text-align: center;
	margin-left: 0px;
}
.icon_flecha {
	display: none;
}
.web {
	width: 100%;
}
h2 {
	font-size: 28px;
}
.info_web {
	width: 92%;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
h3 {
	font-size: 26px;
}
.img_soluciones {
	width: 100%;
	/*margin-bottom: 40px;*/
}
#cont_agencia {
	width: 100%;
	min-height: auto;
	background-color: #ededed;
}
.agencia {
	width: 98%;
}
.b1 {
    width: 208px;
}
.titulo_agencia {
	font-size: 14px;
	margin-top: -172px;
}
.b2 {
    width: 136px;
}
.titulo_agencia2 {
	font-size: 14px;
	margin-top: -116px;
}
.microsoft {
	width: 100%;
}
.info_microsoft {
	width: 98%;
	text-align: justify;
}
.img_microsoft {
	width: 174px;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.txt_microsoft {
	width: 100%;
	font-size: 20px;
	margin-bottom: 40px;
}
.google {
	width: 94%;
}
.info_google {
	width: 100%;
	min-height: auto;
}
.img_google {
	width: 100%;
}
.txt_google {
	font-size: 20px;
	text-align: justify;
	min-height: auto;
}
.m_b {
	margin-bottom: 40px;
}
.clientes {
	width: 100%;
}
.empresas {
	width: 134px;
	margin-right: 40px;
	margin-left: 24px;
}
#empresa_style_m {
	margin-right: 40px;
}
.comuniquese {
	width: 100%;
}
.titulo_comuniquese {
	width: 100%;
	height: auto;
	position: inherit;
	line-height: normal;
	margin-top: -10px;
}
.formulario {
	width: 78%;
	margin-top: 54px;
	text-align: center;
	float: none;
}
.formulario p {
	font-size: 12px;
	margin-top: 2px;
}
.btn_enviar {
	margin-left: 0px;
	float: none;
}
.cont_boletin {
	float: none;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 44px;
}
.btn_sus {
	border-radius: 8px;
	float: none;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
.nav_foo {
	width: 100%;
}
.nav_foo ul {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.cont_nav_foo {
	min-height: auto;
}
.nav_foo {
	width: 100%;
	height: 86px;
	padding-bottom: 18px;
}
.derechos {
	width: 100%;
	padding-bottom: 30px;
}
.cont_logo {
	width: 100%;
	height: 42px;
	margin-top: -10px;
}
.logo {
	width: 60px;
	height: auto;
	margin-top: 0px;
	margin-left: 10px;
}
.logo_scroll {
	width: 60px;
	height: auto;
	margin-top: 0px;
	margin-left: 10px
}
.cont_nav {
	width: 62%;
	min-height: 42px;
	margin-top: 0px;
}
.cont_nav2 {
	width: 68%;
	min-height: 42px;
	margin-top: 0px;
}
#scroll {
    height: 56px;
}
.nav1 {
	min-height: auto;
	display: block;
}
.nav1 ul {
    margin: 12px 0px 0px;
    height: 30px;
    padding: 0px;
}
nav { 
	display: none;
}
.soporte {
	display: none;
}
.nav1 a {
	border-left: none;
	border-right: none;
	height: auto;
}
#icon_lupa {
	float: right;
}
.w_bus {
	float: left;
	margin-bottom: 14px;
	width: 188px;
}
#buscar {
	width: 170px;
}
#num {
    margin-bottom: 4px;
}
.style_lupa {
    margin-top: -12px;
    padding-top: 10px;
    width: 20px;
    margin-left: -12px;
}
.container {
	display: block;
}
.cont_nav_servicios {
	display: none;
}
.indicador {
	display: none;
}
.banner_seccion {
	    padding-top: 58px;
	width: 100%;
	margin-bottom: 0px;
}
.b_m {
	border-bottom: solid 1px #BDBDBD;
}
.nav_foo li {
	float: none;
}
.img_desarrollo {
	margin-left: auto;
	float: none;
	margin-right: auto;
}
.titulo_info {
	float: none;
	width: auto;
}
.txt_info {
	height: auto;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
}
@media screen and (min-width: 421px) and (max-width: 430px) {
#banner_movil_index{
	display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
	float:left;
	clear:both;
	margin-bottom: 34px;
}
#banner {
	display:none;
	padding-top: 60px;
}
#buscar {
    margin-bottom: 10px;
}
.top_lupa {
    margin-left: 0px;
}
.main-content {
	display: block;
}
#banner {
    padding-top: 56px;
}
#empresas {
	width: 94%;
	height: 170px;
}
.empresa {
	width: 110px;
	height: 76px;
	margin-right: 18px;
	margin-bottom: 16px;
}
.desarrollo {
	width: 100%;
}
h1 {
	padding-top: 20px;
	margin-bottom: 20px;
}
.info_desarrollo {
	float: none;
	margin-right: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
.txt_info {
	height: auto;
}
.btn_ver_mas {
    margin-top: 18px;
    float: right;
    margin-right: 148px;
}
.btn_mas_ser p {
	float: none;
	text-align: center;
	margin-left: 0px;
}
.icon_flecha {
	display: none;
}
.web {
	width: 100%;
}
h2 {
	font-size: 28px;
}
.info_web {
	width: 92%;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
h3 {
	font-size: 26px;
}
.img_soluciones {
	width: 100%;
	/*margin-bottom: 40px;*/
}
#cont_agencia {
	width: 100%;
	min-height: auto;
	background-color: #ededed;
}
.agencia {
	width: 98%;
}
.b1 {
    width: 204px;
}
.titulo_agencia {
	font-size: 14px;
	margin-top: -162px;
}
.b2 {
    width: 134px;
}
.titulo_agencia2 {
	font-size: 14px;
	margin-top: -106px;
}
.microsoft {
	width: 100%;
}
.info_microsoft {
	width: 98%;
	text-align: justify;
}
.img_microsoft {
	width: 174px;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.txt_microsoft {
	width: 100%;
	font-size: 20px;
	margin-bottom: 40px;
}
.google {
	width: 94%;
}
.info_google {
	width: 100%;
	min-height: auto;
}
.img_google {
	width: 100%;
}
.txt_google {
	font-size: 20px;
	text-align: justify;
	min-height: auto;
}
.m_b {
	margin-bottom: 40px;
}
.clientes {
	width: 100%;
}
.empresas {
	width: 134px;
	margin-right: 40px;
	margin-left: 24px;
}
#empresa_style_m {
	margin-right: 40px;
}
.comuniquese {
	width: 100%;
}
.titulo_comuniquese {
	width: 100%;
	height: auto;
	position: inherit;
	line-height: normal;
	margin-top: -10px;
}
.formulario {
	width: 78%;
	margin-top: 54px;
	text-align: center;
	float: none;
}
.formulario p {
	font-size: 12px;
	margin-top: 2px;
}
.btn_enviar {
	margin-left: 0px;
	float: none;
}
.cont_boletin {
	float: none;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 44px;
}
.btn_sus {
	border-radius: 8px;
	float: none;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
.nav_foo {
	width: 100%;
}
.nav_foo ul {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.cont_nav_foo {
	min-height: auto;
}
.nav_foo {
	width: 100%;
	height: 86px;
	padding-bottom: 18px;
}
.derechos {
	width: 100%;
	padding-bottom: 30px;
}
.cont_logo {
	width: 100%;
	height: 42px;
	margin-top: -10px;
}
.logo {
	width: 60px;
	height: auto;
	margin-top: 0px;
	margin-left: 10px;
}
.logo_scroll {
	width: 60px;
	height: auto;
	margin-top: 0px;
	margin-left: 10px
}
.cont_nav {
	width: 62%;
	min-height: 42px;
	margin-top: 0px;
}
.cont_nav2 {
	width: 68%;
	min-height: 42px;
	margin-top: 0px;
}
#scroll {
    height: 56px;
}
.nav1 {
	min-height: auto;
	display: block;
}
.nav1 ul {
    margin: 12px 0px 0px;
    height: 30px;
    padding: 0px;
}
nav { 
	display: none;
}
.soporte {
	display: none;
}
.nav1 a {
	border-left: none;
	border-right: none;
	height: auto;
}
#icon_lupa {
	float: right;
}
.w_bus {
	float: left;
	margin-bottom: 14px;
	width: 188px;
}
#buscar {
	width: 170px;
}
#num {
    margin-bottom: 4px;
}
.style_lupa {
    margin-top: -12px;
    padding-top: 10px;
    width: 20px;
    margin-left: -12px;
}
.container {
	display: block;
}
.cont_nav_servicios {
	display: none;
}
.indicador {
	display: none;
}
.banner_seccion {
	    padding-top: 58px;
	width: 100%;
	margin-bottom: 0px;
}
.b_m {
	border-bottom: solid 1px #BDBDBD;
}
.nav_foo li {
	float: none;
}
.img_desarrollo {
	margin-left: auto;
	float: none;
	margin-right: auto;
}
.titulo_info {
	float: none;
	width: auto;
}
.txt_info {
	height: auto;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
}
@media screen and (min-width: 411px) and (max-width: 420px) {
#banner_movil_index{
	display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
	float:left;
	clear:both;
	margin-bottom: 30px;
}
#banner {
	display:none;
	padding-top: 60px;
}
#buscar {
    margin-bottom: 10px;
}
.top_lupa {
    margin-left: 0px;
}
.main-content {
	display: block;
}
#banner {
    padding-top: 56px;
}
#empresas {
	width: 94%;
	height: 170px;
}
.empresa {
	width: 110px;
	height: 76px;
	margin-right: 18px;
	margin-bottom: 16px;
}
.desarrollo {
	width: 100%;
}
h1 {
	padding-top: 20px;
	margin-bottom: 20px;
}
.info_desarrollo {
	float: none;
	margin-right: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
.txt_info {
	height: auto;
}
.btn_ver_mas {
    margin-top: 18px;
    float: right;
    margin-right: 148px;
}
.btn_mas_ser p {
	float: none;
	text-align: center;
	margin-left: 0px;
}
.icon_flecha {
	display: none;
}
.web {
	width: 100%;
}
h2 {
	font-size: 28px;
}
.info_web {
	width: 92%;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
h3 {
	font-size: 26px;
}
.img_soluciones {
	width: 100%;
	/*margin-bottom: 40px;*/
}
#cont_agencia {
	width: 100%;
	min-height: auto;
	background-color: #ededed;
}
.agencia {
	width: 98%;
}
.b1 {
    width: 198px;
}
.titulo_agencia {
	font-size: 14px;
	margin-top: -162px;
}
.b2 {
    width: 130px;
}
.titulo_agencia2 {
	font-size: 14px;
	margin-top: -106px;
}
.microsoft {
	width: 100%;
}
.info_microsoft {
	width: 98%;
	text-align: justify;
}
.img_microsoft {
	width: 174px;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.txt_microsoft {
	width: 100%;
	font-size: 20px;
	margin-bottom: 40px;
}
.google {
	width: 94%;
}
.info_google {
	width: 100%;
	min-height: auto;
}
.img_google {
	width: 100%;
}
.txt_google {
	font-size: 20px;
	text-align: justify;
	min-height: auto;
}
.m_b {
	margin-bottom: 40px;
}
.clientes {
	width: 100%;
}
.empresas {
	width: 134px;
	margin-right: 20px;
	margin-left: 24px;
}
#empresa_style_m {
	margin-right: 20px;
}
.comuniquese {
	width: 100%;
}
.titulo_comuniquese {
	width: 100%;
	height: auto;
	position: inherit;
	line-height: normal;
	margin-top: -10px;
}
.formulario {
	width: 78%;
	margin-top: 54px;
	text-align: center;
	float: none;
}
.formulario p {
	font-size: 12px;
	margin-top: 2px;
}
.btn_enviar {
	margin-left: 0px;
	float: none;
}
.cont_boletin {
	float: none;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 44px;
}
.btn_sus {
	border-radius: 8px;
	float: none;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
.nav_foo {
	width: 100%;
}
.nav_foo ul {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.cont_nav_foo {
	min-height: auto;
}
.nav_foo {
	width: 100%;
	height: 86px;
	padding-bottom: 18px;
}
.derechos {
	width: 100%;
	padding-bottom: 30px;
}
.cont_logo {
	width: 100%;
	height: 42px;
	margin-top: -10px;
}
.logo {
	width: 60px;
	height: auto;
	margin-top: 0px;
	margin-left: 10px;
}
.logo_scroll {
	width: 60px;
	height: auto;
	margin-top: 0px;
	margin-left: 10px
}
.cont_nav {
	width: 62%;
	min-height: 42px;
	margin-top: 0px;
}
.cont_nav2 {
	width: 68%;
	min-height: 42px;
	margin-top: 0px;
}
#scroll {
    height: 56px;
}
.nav1 {
	min-height: auto;
	display: block;
}
.nav1 ul {
    margin: 12px 0px 0px;
    height: 30px;
    padding: 0px;
}
nav { 
	display: none;
}
.soporte {
	display: none;
}
.nav1 a {
	border-left: none;
	border-right: none;
	height: auto;
}
#icon_lupa {
	float: right;
}
.w_bus {
	float: left;
	margin-bottom: 14px;
	width: 188px;
}
#buscar {
	width: 170px;
}
#num {
    margin-bottom: 4px;
}
.style_lupa {
    margin-top: -12px;
    padding-top: 10px;
    width: 20px;
    margin-left: -12px;
}
.container {
	display: block;
}
.cont_nav_servicios {
	display: none;
}
.indicador {
	display: none;
}
.banner_seccion {
	    padding-top: 58px;
	width: 100%;
	margin-bottom: 0px;
}
.b_m {
	border-bottom: solid 1px #BDBDBD;
}
.nav_foo li {
	float: none;
}
.img_desarrollo {
	margin-left: auto;
	float: none;
	margin-right: auto;
}
.titulo_info {
	float: none;
	width: auto;
}
.txt_info {
	height: auto;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
}
@media screen and (min-width: 401px) and (max-width: 410px) {
#banner_movil_index{
	display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
	float:left;
	clear:both;
	margin-bottom: 26px;
}
#banner {
	display:none;
	padding-top: 60px;
}
#buscar {
    margin-bottom: 10px;
}
.top_lupa {
    margin-left: 0px;
}
.main-content {
	display: block;
}
#banner {
    padding-top: 56px;
}
#empresas {
	width: 94%;
	height: 170px;
}
.empresa {
	width: 106px;
	height: 76px;
	margin-right: 18px;
	margin-bottom: 16px;
}
.desarrollo {
	width: 100%;
}
h1 {
	padding-top: 20px;
	margin-bottom: 20px;
}
.info_desarrollo {
	float: none;
	margin-right: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
.txt_info {
	height: auto;
}
.btn_ver_mas {
    margin-top: 18px;
    float: right;
    margin-right: 148px;
}
.btn_mas_ser p {
	float: none;
	text-align: center;
	margin-left: 0px;
}
.icon_flecha {
	display: none;
}
.web {
	width: 100%;
}
h2 {
	font-size: 28px;
}
.info_web {
	width: 92%;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
h3 {
	font-size: 26px;
}
.img_soluciones {
	width: 100%;
	/*margin-bottom: 40px;*/
}
#cont_agencia {
	width: 100%;
	min-height: auto;
	background-color: #ededed;
}
.agencia {
	width: 98%;
}
.b1 {
    width: 192px;
}
.titulo_agencia {
	font-size: 14px;
	margin-top: -162px;
}
.b2 {
    width: 126px;
}
.titulo_agencia2 {
	font-size: 14px;
	margin-top: -106px;
}
.microsoft {
	width: 100%;
}
.info_microsoft {
	width: 98%;
	text-align: justify;
}
.img_microsoft {
	width: 174px;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.txt_microsoft {
	width: 100%;
	font-size: 20px;
	margin-bottom: 40px;
}
.google {
	width: 94%;
}
.info_google {
	width: 100%;
	min-height: auto;
}
.img_google {
	width: 100%;
}
.txt_google {
	font-size: 20px;
	text-align: justify;
	min-height: auto;
}
.m_b {
	margin-bottom: 40px;
}
.clientes {
	width: 100%;
}
.empresas {
	width: 134px;
	margin-right: 20px;
	margin-left: 24px;
}
#empresa_style_m {
	margin-right: 20px;
}
.comuniquese {
	width: 100%;
}
.titulo_comuniquese {
	width: 100%;
	height: auto;
	position: inherit;
	line-height: normal;
	margin-top: -10px;
}
.formulario {
	width: 78%;
	margin-top: 54px;
	text-align: center;
	float: none;
}
.formulario p {
	font-size: 12px;
	margin-top: 2px;
}
.btn_enviar {
	margin-left: 0px;
	float: none;
}
.cont_boletin {
	float: none;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 44px;
}
.btn_sus {
	border-radius: 8px;
	float: none;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
.nav_foo {
	width: 100%;
}
.nav_foo ul {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.cont_nav_foo {
	min-height: auto;
}
.nav_foo {
	width: 100%;
	height: 86px;
	padding-bottom: 18px;
}
.derechos {
	width: 100%;
	padding-bottom: 30px;
}
.cont_logo {
	width: 100%;
	height: 42px;
	margin-top: -10px;
}
.logo {
	width: 60px;
	height: auto;
	margin-top: 0px;
	margin-left: 10px;
}
.logo_scroll {
	width: 60px;
	height: auto;
	margin-top: 0px;
	margin-left: 10px
}
.cont_nav {
	width: 62%;
	min-height: 42px;
	margin-top: 0px;
}
.cont_nav2 {
	width: 68%;
	min-height: 42px;
	margin-top: 0px;
}
#scroll {
    height: 56px;
}
.nav1 {
	min-height: auto;
	display: block;
}
.nav1 ul {
    margin: 12px 0px 0px;
    height: 30px;
    padding: 0px;
}
nav { 
	display: none;
}
.soporte {
	display: none;
}
.nav1 a {
	border-left: none;
	border-right: none;
	height: auto;
}
#icon_lupa {
	float: right;
}
.w_bus {
	float: left;
	margin-bottom: 14px;
	width: 188px;
}
#buscar {
	width: 170px;
}
#num {
    margin-bottom: 4px;
}
.style_lupa {
    margin-top: -12px;
    padding-top: 10px;
    width: 20px;
    margin-left: -12px;
}
.container {
	display: block;
}
.cont_nav_servicios {
	display: none;
}
.indicador {
	display: none;
}
.banner_seccion {
	    padding-top: 58px;
	width: 100%;
	margin-bottom: 0px;
}
.b_m {
	border-bottom: solid 1px #BDBDBD;
}
.nav_foo li {
	float: none;
}
.img_desarrollo {
	margin-left: auto;
	float: none;
	margin-right: auto;
}
.titulo_info {
	float: none;
	width: auto;
}
.txt_info {
	height: auto;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
}
@media screen and (min-width: 391px) and (max-width: 400px) {
#banner_movil_index{
	display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
	float:left;
	clear:both;
	margin-bottom: 26px;
}
#banner {
	display:none;
	padding-top: 60px;
}
#buscar {
    margin-bottom: 10px;
}
.top_lupa {
    margin-left: 0px;
}
.main-content {
	display: block;
}
#banner {
    padding-top: 56px;
}
#empresas {
	width: 94%;
	height: 170px;
}
.empresa {
	width: 106px;
	height: 76px;
	margin-right: 10px;
	margin-bottom: 16px;
}
.desarrollo {
	width: 100%;
}
h1 {
	padding-top: 20px;
	margin-bottom: 20px;
}
.info_desarrollo {
	float: none;
	margin-right: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
.txt_info {
	height: auto;
}
.btn_ver_mas {
    margin-top: 18px;
    float: right;
    margin-right: 140px;
}
.btn_mas_ser p {
	float: none;
	text-align: center;
	margin-left: 0px;
}
.icon_flecha {
	display: none;
}
.web {
	width: 100%;
}
h2 {
	font-size: 28px;
}
.info_web {
	width: 92%;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
h3 {
	font-size: 26px;
}
.img_soluciones {
	width: 100%;
	/*margin-bottom: 40px;*/
}
#cont_agencia {
	width: 100%;
	min-height: auto;
	background-color: #ededed;
}
.agencia {
	width: 98%;
}
.b1 {
    width: 188px;
}
.titulo_agencia {
	font-size: 14px;
	margin-top: -152px;
}
.b2 {
    width: 124px;
}
.titulo_agencia2 {
	font-size: 14px;
	margin-top: -106px;
}
.microsoft {
	width: 100%;
}
.info_microsoft {
	width: 98%;
	text-align: justify;
}
.img_microsoft {
	width: 174px;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.txt_microsoft {
	width: 100%;
	font-size: 20px;
	margin-bottom: 40px;
}
.google {
	width: 94%;
}
.info_google {
	width: 100%;
	min-height: auto;
}
.img_google {
	width: 100%;
}
.txt_google {
	font-size: 20px;
	text-align: justify;
	min-height: auto;
}
.m_b {
	margin-bottom: 40px;
}
.clientes {
	width: 100%;
}
.empresas {
	width: 134px;
	margin-right: 10px;
	margin-left: 24px;
}
#empresa_style_m {
	margin-right: 10px;
}
.comuniquese {
	width: 100%;
}
.titulo_comuniquese {
	width: 100%;
	height: auto;
	position: inherit;
	line-height: normal;
	margin-top: -10px;
}
.formulario {
	width: 78%;
	margin-top: 54px;
	text-align: center;
	float: none;
}
.formulario p {
	font-size: 12px;
	margin-top: 2px;
}
.btn_enviar {
	margin-left: 0px;
	float: none;
}
.cont_boletin {
	float: none;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 44px;
}
.btn_sus {
	border-radius: 8px;
	float: none;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
.nav_foo {
	width: 100%;
}
.nav_foo ul {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.cont_nav_foo {
	min-height: auto;
}
.nav_foo {
	width: 100%;
	height: 86px;
	padding-bottom: 18px;
}
.derechos {
	width: 100%;
	padding-bottom: 30px;
}
.cont_logo {
	width: 100%;
	height: 42px;
	margin-top: -10px;
}
.logo {
	width: 60px;
	height: auto;
	margin-top: 0px;
	margin-left: 10px;
}
.logo_scroll {
	width: 60px;
	height: auto;
	margin-top: 0px;
	margin-left: 10px
}
.cont_nav {
	width: 62%;
	min-height: 42px;
	margin-top: 0px;
}
.cont_nav2 {
	width: 68%;
	min-height: 42px;
	margin-top: 0px;
}
#scroll {
    height: 56px;
}
.nav1 {
	min-height: auto;
	display: block;
}
.nav1 ul {
    margin: 12px 0px 0px;
    height: 30px;
    padding: 0px;
}
nav { 
	display: none;
}
.soporte {
	display: none;
}
.nav1 a {
	border-left: none;
	border-right: none;
	height: auto;
}
#icon_lupa {
	float: right;
}
.w_bus {
	float: left;
	margin-bottom: 14px;
	width: 188px;
}
#buscar {
	width: 170px;
}
#num {
    margin-bottom: 4px;
}
.style_lupa {
    margin-top: -12px;
    padding-top: 10px;
    width: 20px;
    margin-left: -12px;
}
.container {
	display: block;
}
.cont_nav_servicios {
	display: none;
}
.indicador {
	display: none;
}
.banner_seccion {
	padding-top: 58px;
	width: 100%;
	margin-bottom: 0px;
}
.b_m {
	border-bottom: solid 1px #BDBDBD;
}
.nav_foo li {
	float: none;
}
.img_desarrollo {
	margin-left: auto;
	float: none;
	margin-right: auto;
}
.titulo_info {
	float: none;
	width: auto;
}
.txt_info {
	height: auto;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
}
@media screen and (min-width: 381px) and (max-width: 390px) {
#banner_movil_index{
	display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
	float:left;
	clear:both;
	margin-bottom: 22px;
}
#banner {
	display:none;
	padding-top: 60px;
}
#buscar {
    margin-bottom: 10px;
}
.top_lupa {
    margin-left: 0px;
}
.main-content {
	display: block;
}
#banner {
    padding-top: 56px;
}
#empresas {
	width: 94%;
	height: 170px;
}
.empresa {
	width: 106px;
	height: 76px;
	margin-right: 10px;
	margin-bottom: 16px;
}
.desarrollo {
	width: 100%;
}
h1 {
	padding-top: 20px;
	margin-bottom: 20px;
}
.info_desarrollo {
	float: none;
	margin-right: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
.txt_info {
	height: auto;
}
.btn_ver_mas {
    margin-top: 18px;
    float: right;
    margin-right: 140px;
}
.btn_mas_ser p {
	float: none;
	text-align: center;
	margin-left: 0px;
}
.icon_flecha {
	display: none;
}
.web {
	width: 100%;
}
h2 {
	font-size: 28px;
}
.info_web {
	width: 92%;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
h3 {
	font-size: 26px;
}
.img_soluciones {
	width: 100%;
	/*margin-bottom: 40px;*/
}
#cont_agencia {
	width: 100%;
	min-height: auto;
	background-color: #ededed;
}
.agencia {
	width: 98%;
}
.b1 {
    width: 184px;
}
.titulo_agencia {
	font-size: 14px;
	margin-top: -152px;
}
.b2 {
    width: 120px;
}
.titulo_agencia2 {
	font-size: 14px;
	margin-top: -106px;
}
.microsoft {
	width: 100%;
}
.info_microsoft {
	width: 98%;
	text-align: justify;
}
.img_microsoft {
	width: 174px;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.txt_microsoft {
	width: 100%;
	font-size: 20px;
	margin-bottom: 40px;
}
.google {
	width: 94%;
}
.info_google {
	width: 100%;
	min-height: auto;
}
.img_google {
	width: 100%;
}
.txt_google {
	font-size: 20px;
	text-align: justify;
	min-height: auto;
}
.m_b {
	margin-bottom: 40px;
}
.clientes {
	width: 100%;
}
.empresas {
	width: 134px;
	margin-right: 10px;
	margin-left: 24px;
}
#empresa_style_m {
	margin-right: 10px;
}
.comuniquese {
	width: 100%;
}
.titulo_comuniquese {
	width: 100%;
	height: auto;
	position: inherit;
	line-height: normal;
	margin-top: -10px;
}
.formulario {
	width: 78%;
	margin-top: 54px;
	text-align: center;
	float: none;
}
.formulario p {
	font-size: 12px;
	margin-top: 2px;
}
.btn_enviar {
	margin-left: 0px;
	float: none;
}
.cont_boletin {
	float: none;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 44px;
}
.btn_sus {
	border-radius: 8px;
	float: none;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
.nav_foo {
	width: 100%;
}
.nav_foo ul {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.cont_nav_foo {
	min-height: auto;
}
.nav_foo {
	width: 100%;
	height: 86px;
	padding-bottom: 18px;
}
.derechos {
	width: 100%;
	padding-bottom: 30px;
}
.cont_logo {
	width: 100%;
	height: 42px;
	margin-top: -10px;
}
.logo {
	width: 60px;
	height: auto;
	margin-top: 0px;
	margin-left: 10px;
}
.logo_scroll {
	width: 60px;
	height: auto;
	margin-top: 0px;
	margin-left: 10px
}
.cont_nav {
	width: 62%;
	min-height: 42px;
	margin-top: 0px;
}
.cont_nav2 {
	width: 68%;
	min-height: 42px;
	margin-top: 0px;
}
#scroll {
    height: 56px;
}
.nav1 {
	min-height: auto;
	display: block;
}
.nav1 ul {
    margin: 12px 0px 0px;
    height: 30px;
    padding: 0px;
}
nav { 
	display: none;
}
.soporte {
	display: none;
}
.nav1 a {
	border-left: none;
	border-right: none;
	height: auto;
}
#icon_lupa {
	float: right;
}
.w_bus {
	float: left;
	margin-bottom: 14px;
	width: 188px;
}
#buscar {
	width: 170px;
}
#num {
        margin-bottom: 4px;
}
.style_lupa {
    margin-top: -12px;
    padding-top: 10px;
    width: 20px;
    margin-left: -12px;
}
.container {
	display: block;
}
.cont_nav_servicios {
	display: none;
}
.indicador {
	display: none;
}
.banner_seccion {
	    padding-top: 58px;
	width: 100%;
	margin-bottom: 0px;
}
.b_m {
	border-bottom: solid 1px #BDBDBD;
}
.nav_foo li {
	float: none;
}
.img_desarrollo {
	margin-left: auto;
	float: none;
	margin-right: auto;
}
.titulo_info {
	float: none;
	width: auto;
}
.txt_info {
	height: auto;
	float: none;
	margin-left: auto;
	margin-right: auto;
}

}
 @media screen and (min-width: 371px) and (max-width: 380px) {
 #banner_movil_index{
	display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
	float:left;
	clear:both;
	margin-bottom: 18px;
}
#banner {
	display:none;
	padding-top: 60px;
}
 .style_lupa {
    margin-top: -16px;
    padding-top: 14px;
    width: 20px;
    margin-left: -12px;
}
#scroll {
	height: 55px;
	
}
#banner {
	padding-top: 60px;
}
#buscar {
    margin-bottom: 10px;
	width: 166px;
}
.top_lupa {
    margin-left: 0px;
}
.cont_nav {
    width: 60%;
	    min-height: 42px;
}
.cont_nav2 {
	width: 60%;
	min-height: 44px;
}
#num {
    margin-top: -6px;
	margin-bottom: 6px;
}
.nav1 a {
    padding: 6px 14px;
	border-left: none;
	border-right: none;
	height: auto;
}
.nav1 ul {
    margin: 14px 0px 0px;
    height: 28px;
}
.cont_logo {
	width: 100%;
	height: 42px;
	margin-top: -10px;
}
.nav1 {
	min-height: auto;
	display: block;
}
nav {
	display: none;
}
.logo {
    width: 58px;
    height: auto;
    margin-top: 4px;
    margin-left: 6px;
}
.w_bus {
	float: left;
	width: 177px;
	margin-bottom: 0px;
}
.logo_scroll {
	width: 58px;
	height: auto;
	margin-top: 4px;
	margin-left: 6px;
}
.main-content {
	display: block;
}

#empresas {
	width: 94%;
	height: 170px;
}
.empresa {
	width: 106px;
	height: 76px;
	margin-right: 10px;
	margin-bottom: 16px;
}
.desarrollo {
	width: 100%;
}
h1 {
	padding-top: 20px;
	margin-bottom: 20px;
}
.info_desarrollo {
	float: none;
	margin-right: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
.txt_info {
	height: auto;
}
.btn_ver_mas {
	margin-top: 18px;
	margin-right: 140px;
}
.btn_mas_ser p {
	float: none;
	text-align: center;
	margin-left: 0px;
}
.icon_flecha {
	display: none;
}
.web {
	width: 100%;
}
h2 {
	font-size: 28px;
}
.info_web {
	width: 92%;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
h3 {
	font-size: 26px;
}
.img_soluciones {
	width: 100%;
	/*margin-bottom: 40px;*/
}
#cont_agencia {
	width: 100%;
	min-height: auto;
	background-color: #ededed;
}
.agencia {
	width: 98%;
}
.b1 {
    width: 180px;
}
.titulo_agencia {
	font-size: 14px;
	margin-top: -152px;
}
.b2 {
	width: 118px;
}
.titulo_agencia2 {
	font-size: 14px;
	margin-top: -106px;
}
.microsoft {
	width: 100%;
}
.info_microsoft {
	width: 98%;
	text-align: justify;
}
.img_microsoft {
	width: 174px;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.txt_microsoft {
	width: 100%;
	font-size: 20px;
	margin-bottom: 40px;
}
.google {
	width: 94%;
}
.info_google {
	width: 100%;
	min-height: auto;
}
.img_google {
	width: 100%;
}
.txt_google {
	font-size: 20px;
	text-align: justify;
	min-height: auto;
}
.m_b {
	margin-bottom: 40px;
}
.clientes {
	width: 100%;
}
.empresas {
	width: 134px;
	margin-right: 10px;
	margin-left: 24px;
}
#empresa_style_m {
	margin-right: 10px;
}
.comuniquese {
	width: 100%;
}
.titulo_comuniquese {
	width: 100%;
	height: auto;
	position: inherit;
	line-height: normal;
	    margin-top: -10px;
}
.formulario {
	width: 78%;
	margin-top: 54px;
	text-align: center;
	float: none;
}
.formulario p {
	font-size: 12px;
	margin-top: 2px;
}
.btn_enviar {
	margin-left: 0px;
	float: none;
}
.cont_boletin {
	float: none;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 44px;
}
.btn_sus {
	border-radius: 8px;
	float: none;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
.nav_foo {
	width: 100%;
}
.nav_foo ul {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.cont_nav_foo {
	min-height: auto;
}
.nav_foo {
	width: 100%;
	height: 86px;
	padding-bottom: 18px;
}
.derechos {
	width: 100%;
	padding-bottom: 30px;
}



.soporte {
	display: none;
}

#icon_lupa {
	float: right;
}


.container {
	display: block;
}
.cont_nav_servicios {
	display: none;
}
.indicador {
	display: none;
}
.banner_seccion {
    padding-top: 56px;
    width: 100%;
    margin-bottom: 0px;
}
.b_m {
	border-bottom: solid 1px #BDBDBD;
}
.nav_foo li {
	float: none;
}
.img_desarrollo {
	margin-left: auto;
	float: none;
	margin-right: auto;
}
.titulo_info {
	float: none;
	width: auto;
}
.txt_info {
	height: auto;
	float: none;
	margin-left: auto;
	margin-right: auto;
	    width: 90%;
}
}
 @media screen and (min-width: 361px) and (max-width: 370px) {
#banner_movil_index{
	display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
	float:left;
	clear:both;
	margin-bottom: 18px;
}
#banner {
	display:none;
	padding-top: 60px;
}
.style_lupa {
    margin-top: -16px;
    padding-top: 14px;
    width: 20px;
    margin-left: -12px;
}

#scroll {
	height: 55px;
	
}
#banner {
	padding-top: 60px;
}
#buscar {
    margin-bottom: 10px;
	width: 166px;
}
.top_lupa {
    margin-left: 0px;
}
.cont_nav {
    width: 60%;
	    min-height: 42px;
}
.cont_nav2 {
	width: 60%;
	min-height: 44px;
}
#num {
    margin-top: -6px;
	margin-bottom: 6px;
}
.nav1 a {
    padding: 6px 14px;
}
.nav1 ul {
    margin: 14px 0px 0px;
    height: 28px;
}
.cont_logo {
	width: 100%;
	height: 42px;
	margin-top: -10px;
}

.nav1 {
	min-height: auto;
	display: block;
}
nav {
	display: none;
}

.nav1 a {
	border-left: none;
	border-right: none;
	height: auto;
}
.logo {
    width: 58px;
    height: auto;
    margin-top: 4px;
    margin-left: 6px;
}
.w_bus {
	float: left;
	width: 177px;
	margin-bottom: 0px;
}
.logo_scroll {
	width: 58px;
	height: auto;
	margin-top: 4px;
	margin-left: 6px;
}
.banner_seccion {
    padding-top: 54px;
    width: 100%;
    margin-bottom: 0px;
}
.titulo_comuniquese {
	font-size: 30px;
	margin-top: -10px;
	padding-top: 10px;
    padding-bottom: 10px;
}
.main-content {
	display: block;
}

#empresas {
	width: 96%;
	height: 170px;
}
.empresa {
	width: 104px;
	height: 76px;
	margin-right: 10px;
	margin-bottom: 16px;
}
.desarrollo {
	width: 100%;
}
h1 {
	padding-top: 20px;
	margin-bottom: 20px;
}
.info_desarrollo {
	float: none;
	margin-right: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
.txt_info {
	height: auto;
	width: 96%;
}
.btn_ver_mas {
	margin-top: 18px;
	margin-right: 124px;
}
.img_desarrollo {
    width: 176px;
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.titulo_info {
    width: 100%;
}
.b1 {
    width: 174px;
}
.titulo_agencia {
    font-size: 14px;
    margin-top: -150px;
}
.b2 {
    width: 114px;
}
.titulo_agencia2 {
    font-size: 14px;
    margin-top: -106px;
}
}
 @media only screen and (max-width: 360px) {
#banner_movil_index{
	display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
	float:left;
	clear:both;
	margin-bottom: 18px;
}
#banner {
	display:none;
	padding-top: 60px;
}
/*.top_movil{
	display:block;
	height:40px;
	}*/
.style_lupa {
    margin-top: -16px;
    padding-top: 14px;
    width: 20px;
    margin-left: -12px;
}

#scroll {
	height: 55px;
	
}

#buscar {
    margin-bottom: 10px;
}
.top_lupa {
    margin-left: 0px;
}
.cont_nav {
    width: 60%;
	    min-height: 42px;
}
.cont_nav2 {
	width: 60%;
	min-height: 44px;
}
#num {
    margin-top: -6px;
	margin-bottom: 6px;
}
.nav1 a {
    padding: 6px 14px;
}
.nav1 ul {
    margin: 14px 0px 0px;
    height: 28px;
}
.cont_logo {
	width: 100%;
	height: 42px;
	margin-top: -10px;
}

.nav1 {
	min-height: auto;
	display: block;
}
nav {
	display: none;
}

.nav1 a {
	border-left: none;
	border-right: none;
	height: auto;
}
#buscar {
    width: 166px;
}
.logo {
    width: 58px;
    height: auto;
    margin-top: 4px;
    margin-left: 6px;
}
.w_bus {
	float: left;
	width: 177px;
	margin-bottom: 0px;
}
.logo_scroll {
	width: 58px;
	height: auto;
	margin-top: 4px;
	margin-left: 6px;
}

/*#num {
	margin-bottom: 10px;
}.cont_nav {
	width: 58%;
	min-height: 54px;
	margin-top: 0px;
}#buscar {
    margin-bottom: 10px;
}
.top_lupa {
    margin-left: 0px;
}
#banner {
	padding-top: 84px;
}
#banner {
	padding-top: 76px;
}*/
.titulo_comuniquese {
	font-size: 30px;
	margin-top: -10px;
}
.main-content {
	display: block;
}

#empresas {
	width: 96%;
	height: 170px;
}
.empresa {
	width: 104px;
	height: 76px;
	margin-right: 10px;
	margin-bottom: 16px;
}
.desarrollo {
	width: 100%;
}
h1 {
	padding-top: 20px;
	margin-bottom: 20px;
}
.info_desarrollo {
	float: none;
	margin-right: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
.txt_info {
	height: auto;
}
.btn_ver_mas {
	margin-top: 18px;
	margin-right: 124px;
}
/*.btn_mas_ser {



 margin-top: 0px;



}*/



.btn_mas_ser p {
	float: none;
	text-align: center;
	margin-left: 0px;
}
.icon_flecha {
	display: none;
}
.web {
	width: 100%;
}
h2 {
	font-size: 28px;
}
.info_web {
	width: 92%;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
h3 {
	font-size: 26px;
}
.img_soluciones {
	width: 100%;
	/*margin-bottom: 40px;*/
}
#cont_agencia {
	width: 100%;
	min-height: auto;
	background-color: #ededed;
}
.agencia {
	width: 98%;
}
.b1 {
	width: 174px;
}
.titulo_agencia {
	font-size: 14px;
	margin-top: -152px;
}
.b2 {
	width: 112px;
}
.titulo_agencia2 {
	font-size: 14px;
	margin-top: -106px;
}
.microsoft {
	width: 100%;
}
.info_microsoft {
	width: 98%;
	text-align: justify;
}
.img_microsoft {
	width: 174px;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.txt_microsoft {
	width: 100%;
	font-size: 20px;
	margin-bottom: 40px;
}
.google {
	width: 94%;
}
.info_google {
	width: 100%;
	min-height: auto;
}
.img_google {
	width: 100%;
}
.txt_google {
	font-size: 20px;
	text-align: justify;
	min-height: auto;
}
.m_b {
	margin-bottom: 40px;
}
.clientes {
	width: 100%;
}
.empresas {
	width: 134px;
	margin-right: 10px;
	margin-left: 20px;
}
#empresa_style_m {
	margin-right: 10px;
}
.comuniquese {
	width: 100%;
}
.titulo_comuniquese {
	width: 100%;
	height: auto;
	position: inherit;
	line-height: normal;
}
.formulario {
	width: 78%;
	margin-top: 54px;
	text-align: center;
	float: none;
}
.formulario p {
	font-size: 12px;
	margin-top: 2px;
}
.btn_enviar {
	margin-left: 0px;
	float: none;
}
.cont_boletin {
	float: none;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 44px;
}
.btn_sus {
	border-radius: 8px;
	float: none;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
.nav_foo {
	width: 100%;
}
.nav_foo ul {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.cont_nav_foo {
	min-height: auto;
}
.nav_foo {
	width: 100%;
	height: 86px;
	padding-bottom: 18px;
}
.derechos {
	width: 100%;
	padding-bottom: 30px;
}

.soporte {
	display: none;
}
#icon_lupa {
	float: right;
}


#icon_tel {
}

.cont_nav2 {
	width: 64%;
	min-height: 54px;
	margin-top: 0px;
}
.container {
	display: block;
}
.cont_nav_servicios {
	display: none;
}
.indicador {
	display: none;
}
.banner_seccion {
	padding-top: 56px;
	width: 100%;
	margin-bottom: 0px;
}
.b_m {
	border-bottom: solid 1px #BDBDBD;
}
.nav_foo li {
	float: none;
}
.img_desarrollo {
	margin-left: auto;
	float: none;
	margin-right: auto;
}
.titulo_info {
	float: none;
	width: auto;
}
.txt_info {
	height: auto;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
}
@media screen and (min-width: 351px) and (max-width: 359px) {
#banner_movil_index{
	display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
	float:left;
	clear:both;
	margin-bottom: 18px;
}
#banner {
	display:none;
	padding-top: 56px;
}
#buscar {
    margin-bottom: 10px;
	    width: 155px;
}
.top_lupa {
    margin-left: 0px;
}
#banner {
    padding-top: 58px;
}
.w_bus {
    width: 166px;
}
.cont_nav {
	width: 58%;
}
#num {
	margin-top: -6px;
}
#empresas {
	width: 90%;
	height: auto;
}
.empresa {
	margin-right: 9px;
	width: 30%;
	height: 66px;
}
.b1 {
	width: 168px;
}
.b2 {
	width: 109px;
}
.empresas {
	margin-right: 6px;
	margin-left: 16px;
}
#empresa_style_m {
    margin-right: 6px;
}
.titulo_comuniquese {
	font-size: 30px;
	margin-top: -10px;
}
}
@media screen and (min-width: 341px) and (max-width: 350px) {
#banner_movil_index{
	display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
	float:left;
	clear:both;
	margin-bottom: 8px;
}
#banner {
	display:none;
	padding-top: 54px;
}
#buscar {
    margin-bottom: 10px;
	width: 150px;
}
.top_lupa {
    margin-left: 0px;
}
#banner {
    padding-top: 60px;
}
.w_bus {
    width: 160px;
}
.cont_nav {
	width: 58%;
}
#num {
	margin-top: -6px;
}
#empresas {
	width: 90%;
	height: auto;
}
.empresa {
	margin-right: 9px;
	width: 30%;
	height: 66px;
}
.b1 {
    width: 164px;
}
.b2 {
    width: 108px;
}
#empresa_style_m {
    margin-right: 6px;
}
.empresas {
	margin-right: 6px;
	margin-left: 16px;
}
.titulo_comuniquese {
	font-size: 30px;
	margin-top: -10px;
}
}
 @media screen and (min-width: 337px) and (max-width: 340px) {
#banner_movil_index{
	display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
	float:left;
	clear:both;
	margin-bottom: 8px;
}
#banner {
	display:none;
	padding-top: 54px;
}
#buscar {
    margin-bottom: 10px;
	    width: 152px;
}
.top_lupa {
    margin-left: 0px;
}
#banner {
	padding-top: 58px;
}
.w_bus {
    width: 162px;
 }
.cont_nav {
	width: 60%;
}
#num {
	margin-top: -6px;
}
#empresas {
	width: 90%;
	height: auto;
}
.empresa {
	margin-right: 9px;
	width: 30%;
	height: 66px;
}
.b1 {
	width: 164px;
}
.b2 {
	width: 106px;
}
.empresas {
	margin-right: 6px;
	margin-left: 16px;
}
#empresa_style_m {
    margin-right: 6px;
}
.titulo_comuniquese {
	font-size: 30px;
	margin-top: -10px;
}
}
 @media screen and (min-width: 331px) and (max-width: 336px) {
#banner_movil_index{
	display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
	float:left;
	clear:both;
	margin-bottom: 4px;
}
#banner {
	display:none;
	padding-top: 54px;
}
#buscar {
    margin-bottom: 10px;
	    width: 154px;
}
.top_lupa {
    margin-left: 0px;
}
#banner {
    padding-top: 62px;
}
.cont_nav {
	width: 60%;
}
#num {
    margin-top: -6px;
	margin-bottom: 6px;
}
.w_bus {
    width: 162px;
}
.top_tel {
	margin-top: -26px;
}
#icon_lupa {
	margin-top: 6px;
}
.cont_nav2 {
	width: 60%;
}
#empresas {
	width: 90%;
	height: auto;
}
.empresa {
	float: left;
	margin-right: 9px;
	width: 30%;
	height: 62px;
}
.b1 {
	width: 160px;
}
.titulo_agencia {
	margin-top: -136px;
}
.b2 {
	width: 105px;
}
.titulo_agencia2 {
	margin-top: -94px;
}
.empresas {
	width: 114px;
}
.btn_mas_ser {
	font-size: 18px;
}
.titulo_comuniquese {
	font-size: 30px;
	margin-top: -10px;
}
.formulario p {
	font-size: 10px;
}
.btn_ver_mas {
	margin-right: 110px;
}
.top_tel {
	margin-top: -6px;
}
}
 @media screen and (min-width: 321px) and (max-width: 330px) {
#banner_movil_index{
	display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
	float:left;
	clear:both;
	margin-bottom: 4px;
}
#banner {
	display:none;
	padding-top: 54px;
}
#banner {
	padding-top: 60px;
}
#buscar {
    margin-bottom: 10px;
	    width: 154px;
}
.top_lupa {
    margin-left: 0px;
}
.cont_nav {
    width: 62%;
	    min-height: 42px;
}
.cont_nav2 {
	width: 62%;
	min-height: 44px;
}
#num {
    margin-top: -6px;
	margin-bottom: 6px;
}
.w_bus {
    width: 162px;
}
.nav1 a {
    padding: 6px 14px;
}
.nav1 ul {
    margin: 14px 0px 0px;
    height: 28px;
}
.cont_logo {
    height: 38px;
}



.top_tel {
	margin-top: -26px;
}
#icon_lupa {
	margin-top: 6px;
}

#empresas {
	width: 90%;
	height: auto;
}
.empresa {
	float: left;
	margin-right: 8px;
	width: 30%;
	height: 62px;
}
.b1 {
    width: 156px;
}
.titulo_agencia {
	margin-top: -136px;
}
.b2 {
    width: 101px;
}
.titulo_agencia2 {
	margin-top: -94px;
}
.empresas {
	width: 114px;
}
.btn_mas_ser {
	font-size: 18px;
}
.titulo_comuniquese {
	font-size: 30px;
	margin-top: -10px;
}
.formulario p {
	font-size: 10px;
}
.btn_ver_mas {
	margin-right: 110px;
}
.top_tel {
	margin-top: -6px;
}
}
 @media only screen and (max-width: 320px) {
.cont_nav {
	width: 60%;
}
#num {
    margin-top: -10px;
}
.top_tel {
	margin-top: -26px;
}
#icon_lupa {
	margin-top: 6px;
}
.cont_nav2 {
	width: 60%;
}
#empresas {
	width: 90%;
	height: auto;
}
.empresa {
	float: left;
	margin-right: 8px;
	width: 30%;
	height: 62px;
}
.b1 {
	width: 156px;
}
.titulo_agencia {
	margin-top: -136px;
}
.b2 {
	width: 100px;
}
.titulo_agencia2 {
	margin-top: -94px;
}
.empresas {
	width: 114px;
}
.btn_mas_ser {
	font-size: 18px;
}
.titulo_comuniquese {
	font-size: 30px;
	margin-top: -10px;
}
.formulario p {
	font-size: 10px;
}
.btn_ver_mas {
	margin-right: 110px;
}
.top_tel {
	margin-top: -6px;
}
}
@media screen and (min-width: 318px) and (max-width: 319px) {
#num {
    margin-top: -8px;
}
.w_bus {
    float: left;
    width: 146px;
    margin-bottom: 0px;
}
#buscar {
    width: 136px;
}
.b1 {
    width: 154px;
}
}