@font-face{
	font-family:"Segoe UI Local";
	src:local("Segoe UI Light"),local("SegoeUI-Light"),local("Segoe WP Light"),local("SegoeWP-Light");
	font-style:normal;
	font-weight:200;
}
@font-face{
	font-family:"Segoe UI Local";
	src:local("Segoe UI"),local("SegoeUI"),local("Segoe WP"),local("SegoeWP");
	font-style:normal;
	font-weight:400;
}
@font-face{
	font-family:"Segoe UI Local";
	src:local("Segoe UI Semibold"),local("SegoeUI-Semibold"),local("Segoe WP Semibold"),local("SegoeWP-Semibold");
	font-style:normal;
	font-weight:600;
}
@font-face{
	font-family:"Local Hindi";
	src:local("Nirmala UI"),local("DevanagariSangamMN");
	font-style:normal;
	font-weight:400;
}
@font-face{
	font-family:"Local Hindi";
	src:local("Nirmala UI Bold"),local("DevanagariSangamMN-Bold");
	font-style:normal;
	font-weight:600;
}
@font-face{
	font-family:"Segoe UI Web";
	src:url('fonts/segoe-ui-light-latin.eot');
	src:local("☺"),url('/includes/fonts/latin/segoe-ui-light-latin.woff') format('woff'),url('/includes/fonts/latin/segoe-ui-light-latin.ttf') format('truetype');
	font-style:normal;
	font-weight:200;
}
@font-face{
	font-family:"Segoe UI Web";
	src:url('fonts/segoe-ui-regular-latin.eot');
	src:local("☺"),url('/includes/fonts/latin/segoe-ui-regular-latin.woff') format('woff'),url('/includes/fonts/latin/segoe-ui-regular-latin.ttf') format('truetype');
	font-style:normal;
	font-weight:400;
}
@font-face{
	font-family:"Segoe UI Web";
	src:url('fonts/segoe-ui-semibold-latin.eot');
	src:local("☺"),url('/includes/fonts/latin/segoe-ui-semibold-latin.woff') format('woff'),url('/includes/fonts/latin/segoe-ui-semibold-latin.ttf') format('truetype');
	font-style:normal;
	font-weight:600;
}

* {
	border: 0;
	font-size: 100%;
	position: relative;
	text-decoration: none;
}
html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}
body {
	color: #333534;
	font-family: "Segoe UI Local","Segoe WP","Segoe UI Web",Tahoma,"Helvetica Neue",Helvetica,"Meiryo UI",Meiryo,Arial Unicode MS,sans-serif;
	font-size: 1em;
	 -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a {
	color: inherit;
}

.movil-show {
	display: none !important;
}
.content {
	padding: 0 20px !important;
}
	.content:after {
		clear: both;
		content: "";
		display: block;
	}
.clear {
	clear: both;
	font-size: 0;
	height: 0;
}
.clear.c8 {
	height: 8px;
}
.clear.c15 {
	height: 15px;
}
.responsive {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	width: auto;
}
.tit1 {
	font-family: monospace;
	font-size: 28px;
	font-weight: 700;
	text-align: left;
}
.btn1 {
	background-color: #7fba00;
	border: #7fba00 2px solid;
	border-radius: 50px;
	box-sizing: border-box;
	color: #ffffff !important;
	cursor: pointer;
	display: inline-block;
	font-size: 1.125em;
	font-weight: 400;
	height: 100%;
	line-height: 1.33333em;
	margin: 22px 0 4px;
	max-width: 440px;
	padding: 6px 25px 9px;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	word-wrap: break-word;
}
.btn1:hover,
.btn1:focus {
	background-color: #75ab00;
	border-bottom-width: 4px;
	border-color: #75ab00;
	border-top-width: 4px;
	margin: 20px 0 2px;
}
	.btn1 .icon {
		display: inline-block;
		height: 14px;
		line-height: 0;
		margin: 0 0 0 4px;
		overflow: hidden;
		vertical-align: middle;
		width: 17px;
	}
		.btn1 .icon:before {
			content: url("/img/buttons-sprite.png");
			content: url("/img/buttons-sprite.svg");
			display: inline-block;
			height: 68px;
			left: -28px;
			position: relative;
			top: 0;
			width: 62px;
		}

#movil-menu {
	background-color: #00aff0;
	display: none;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 100;
}
	#movil-menu a {
		border-top: 1px solid #4DC7F5;
		color: #ffffff;
		display: block;
		line-height: 53px;
		padding: 0 20px;
	}
	#movil-menu a:hover {
		background-color: #0093DC;
	}
	#movil-menu a.close-menu {
		background-color: #0093DC;
		border-top: 0;
	}
	#movil-menu .close-menu .icon {
		display: inline-block;
		height: 32px;
		line-height: 0;
		margin: 0 4px 0 0;
		overflow: hidden;
		vertical-align: middle;
		width: 38px;
	}
		#movil-menu .close-menu .icon:before {
			content: url("/img/menu-sprite.png");
			content: url("/img/menu-sprite.svg");
			display: inline-block;
			height: 150px;
			left: -100px;
			position: relative;
			top: -50px;
			width: 140px;
		}
#top {
	height: 130px;
	margin: 0 auto;
	max-width: 960px;
	text-align: right;
}
	#top .logo {
		margin: 5px 0 0 -40px;
		position: absolute;
		z-index: -1;
	}
	#top .info {
		font-family: monospace;
		font-size: 17px;
		font-weight: 700;
		padding: 10px 5px 0 0;
	}
		#top .info a {
			color: #0078CA;
		}
	#top .movil-menu-btn {
		color: #0078CA;
		display: block;
		padding: 10px 20px 0 0;
	}
		#top .movil-menu-btn .icon {
			display: inline-block;
			height: 38px;
			line-height: 0;
			margin: 0 0 0 4px;
			overflow: hidden;
			vertical-align: middle;
			width: 38px;
		}
			#top .movil-menu-btn .icon:before {
				content: url("/img/menu-sprite.png");
				content: url("/img/menu-sprite.svg");
				display: inline-block;
				height: 150px;
				left: -100px;
				position: relative;
				top: 0;
				width: 140px;
			}
	#top .nav {
		padding-left: 180px;
	}
		#top .nav .btnmenu {
			background: #151d41;
			color: #ffffff;
			display: inline-block;
			font-size: 14px;
			font-family: monospace;
			font-weight: 700;
			height: 34px;
			margin: 0 4px;
			padding: 5px;
			text-align: right;
			vertical-align: top;
			width: 118px;
		}
		#top .nav .btnmenu:hover,
		#top .nav .btnmenu.current {
			background: #2ab5f0;
		}
			#top .nav .btnmenu span {
				display: inline-block;
				font-size: 11px;
				padding-right: 2px;
			}
		#top .nav .btnsocial {
			font-size: 24px;
			height: 44px;
			line-height: 44px;
			padding: 0;
			text-align: center;
			width: 44px;
		}

#footer {
	background: #2ab5f0;
	color: #ffffff;
	font-size: 11px;
	font-weight: 400;
	padding: 10px;
	text-align: center;
}

.info1 {
	background: center center no-repeat;
	background-size: cover;
}
	.info1 .info {
		padding: 20px;
		width: 33.33333%;
	}
		.info1 .info h1,
		.info1 .info p {
			font-size: 2.25em;
			font-weight: 200;
			letter-spacing: -1px;
			line-height: 1.16667em;
			margin: 0 0 10px;
			padding: 0;
		}
		.info1 .info p {
			font-size: 1.25em;
			font-weight: 400;
			line-height: 1.2em;
		}

.info2 {
	padding: 30px 0;
}
	.info2 h2 {
		font-size: 1.875em;
		font-weight: 200;
		letter-spacing: -1px;
		line-height: 1.2em;
		margin-bottom: 0.6em;
	}
	.info2 ul {
		list-style: none;
		padding-left: 20px;
	}
		.info2 ul li {
			list-style: none;
			text-indent: -20px;
		}
			.info2 ul li p {
				font-size: 1em;
				font-weight: 400;
				line-height: 1.25em;
				margin: 0;
			}

/*		CONTACTENOS		*/
.contactenos {
	background: #bfe4f7;
}
	.contactenos .row {
		color: #141c40;
		font-family: monospace;
		font-size: 20px;
		font-weight: 700;
		line-height: 30px;
		min-height: 30px;
		padding: 5px 0;
	}
	.contactenos .row1 {
		background: #bfe4f7;
		font-size: 28px;
	}
	.contactenos .row2 {
		background: #8dd4f7;
	}
	.contactenos .row3 {
		background: #5cc3f7;
	}
	.contactenos .row4 {
		background: #2ab3f7;
	}
	.contactenos .row5 {
		background: #00a5f7;
	}
	.contactenos .row6 {
		background: #0090f7;
	}
	.contactenos .row7 {
		background: #007cf7;
	}
	.contactenos .row8 {
		background: #0067f7;
	}
	.contactenos .row9 {
		background: url(/images/contacto/bg2.jpg) repeat-x top;
		color: #ffffff;
		height: 107px;
		padding-top: 42px;
	}
		.contactenos .row .col1 {
			float: left;
			margin-left: 20%;
			width: 24%;
		}
		.contactenos .row .col2 {
			float: left;
			width: 36%;
		}
		.contactenos .row .col3 {
			font-size: 16px;
			margin-left: 20%;
			width: 80%;
		}
			.contactenos .row .col2 .rev {
				-webkit-box-sizing: border-box;
				   -moz-box-sizing: border-box;
				     -o-box-sizing: border-box;
				        box-sizing: border-box;
				display: block;
				font-family: "Segoe UI Local","Segoe WP","Segoe UI Web",Tahoma,"Helvetica Neue",Helvetica,"Meiryo UI",Meiryo,Arial Unicode MS,sans-serif;
				font-size: 12px;
				padding: 7px 10px;
				width: 100%;
			}
			.contactenos .row .col2 textarea.rev {
				height: 100px;
				resize: none;
			}
			.contactenos .row .col2 .enviar {
				background: #fe0000;
				color: #ffffff;
				cursor: pointer;
				font-family: monospace;
				font-size: 20px;
				font-weight: 700;
				padding: 8px 20px;
			}
			.contactenos .row .mss,
			.contactenos .row .mss2 {
				background: #990000;
				color: #FFF;
				display: none;
				font-size: 12px;
				font-weight: bold;
				line-height: 20px;
				margin: 30px 0 0 44%;
				padding: 0 10px;
				position: absolute;
				z-index: 10;
			}
.contactenos.form-min {
	background: none;
}
	.contactenos.form-min .row {
		background: none !important;
	}
			.contactenos.form-min .row3 .col2 .rev {
				background: #bfe4f7;
			}
			.contactenos.form-min .row4 .col2 .rev {
				background: #8dd4f7;
			}
			.contactenos.form-min .row5 .col2 .rev {
				background: #5cc3f7;
			}
			.contactenos.form-min .row6 .col2 .rev {
				background: #2ab3f7;
			}
			.contactenos.form-min .row7 .col2 .rev {
				background: #00a5f7;
			}

@media screen and (max-width: 867px){
	/*		CONTACTENOS		*/
		.contactenos .row .col1 {
			margin-left: 0;
			width: 40%;
		}
		.contactenos .row .col2 {
			width: 50%;
		}
		.contactenos .row .col3 {
			margin-left: 0;
			width: 100%;
		}
			.contactenos .row .mss,
			.contactenos .row .mss2 {
				margin-left: 40%;
			}
}
@media screen and (max-width: 767px){
	.tit1 {
		font-size: 22px;
	}
	.movil-show {
		display: inherit !important;
	}
	.movil-hide {
		display: none;
	}
	.info1 {
		background: #E4EEF2 !important;
	}
		.info1 .info {
			width: auto;
		}
			.info1 .info h1,
			.info1 .info p {
				font-size: 1.5em;
				font-weight: 400;
				letter-spacing: -0.5px;
			}
			.info1 .info p {
				font-size: 1.125em;
				line-height: 1.11111em;
			}
		.info2 h2 {
			font-size: 1.125em;
			font-weight: 400;
			letter-spacing: -0.5px;
			line-height: 1.11111em;
			margin-bottom: 0.88889em;
		}
				.info2 ul li p {
					font-size: 0.875em;
					line-height: 1.14286em;
				}

	/*		CONTACTENOS		*/
		.contactenos .row .col1,
		.contactenos .row .col2 {
			width: 100%;
		}
			.contactenos .row .mss,
			.contactenos .row .mss2 {
				margin: 60px 0 0 0;
			}
}

@media screen and (min-width: 768px){
	.content {
		margin: 0 auto !important;
		max-width: 960px !important;
		padding: 0 30px !important;
	}
}
@media screen and (min-width: 1024px){
	.content {
		padding: 0 !important;
	}
}


/*		OLD STYLES		*/
	/*		GENERALES		*/
.titp {padding:12px 8px 0 260px;width:130px;height:33px;}
.contp {padding:0 14px 0 0;font-size:11px;width:auto;vertical-align:middle;}
.divc {margin:auto;width:960px;text-align:right;}
.tplanes {background:#FF0000;color:#FFF;padding:5px;font-size:16px;}
.cplan {padding:0 5px 0 20px;vertical-align:middle;height:24px;line-height:20px;}
.lkplan {color:#02174F;font-size:14px;line-height:16px;font-weight:bold;}
.precio {padding:0 5px 0 20px;color:#02174F;font-size:14px;font-weight:bold;line-height:19px;}
.precio input {width:350px;}
.clientesimg {width:136px;height:86px;vertical-align:middle;padding:0 10px 10px 10px;text-align:center;}
.clientestxt {padding-left:30px;}
.sslide{text-align:center;background:#98E5FF;height:215px;}
.sstyle1{width:860px;border-collapse:10px;margin:auto;}
	/*		BLOG		*/
.blogfecha{color:#999;}
.blogtitle{color:#190052;font-size:30px;font-weight:bold;}
.blogcontent{color:#190052;font-size:13px;text-align:justify;}
.bloglk{color:#FFF;background:#036;padding:10px 20px;float:right;font-weight:bold;}
.blogtr{color:#020061;font-size:14px;padding:5px 10px;}
.blogact{font-size:10px;}

@media screen and (max-width:1020px){
	.sstyle1{width:100%;}
	.sstyle2{max-width:100%;}
}
@media screen and (max-width:970px){
	.sslide{height:150px;}
}
@media screen and (max-width:675px){
	.sslide{height:100px;}
	.sslide img{width:auto;height:auto;max-width:100%;}
	.sstyle1{width:100%;}
	.sstyle2{max-width:100%;}
	.sstyle4{display:block;}
}
@media screen and (max-width:500px){
	.sstyle3{display:none;}
}