body {
	text-rendering: optimizelegibility;

	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;

	-moz-tap-highlight-color:rgba(0,0,0,0);
	-moz-text-size-adjust: none;
	-moz-font-smoothing: antialiased;

	-ms-tap-highlight-color:rgba(0,0,0,0);
	-ms-text-size-adjust: none;
	-ms-font-smoothing: antialiased;
}

.container{max-width:960px;margin:0 auto;}
.logo{background:url(../images/logo1.png) no-repeat;width:140px;height:56px;float:left;margin:12px;}

.acceso{width:310px;margin-left:650px;margin-top:20px;height:342px;background:url(../images/sndq.jpg) #e2e2e2 no-repeat;background-position: bottom right;}
.accHdr{font-family: 'Montserrat', sans-serif;font-weight:700;text-transform:uppercase;font-size:14px;padding:20px;background:#bdbdbd;color:#fff;}
iFrame{height:240px;}

.midInfo{clear:both;overflow:hidden;}
.midInfo li{float:left;width:300px;height:128px;margin:10px;}
	.midInfo li:nth-child(1){background:url(../images/midInfo1.png) #e73e33 no-repeat;background-position:right;}
	.midInfo li:nth-child(2){background:url(../images/midInfo2.png) #9592c2 no-repeat;background-position:right;}
	.midInfo li:nth-child(3){background:url(../images/midInfo3.png) #9bbd83 no-repeat;background-position:right;}
.midInfo li p{text-align:center;font-size:14px;font-family: 'Montserrat', sans-serif;font-weight:400;margin:80px 50px;color:#fff;}

.subInfo{clear:both;border-top:1px #ccc solid;border-bottom:1px #ccc solid;margin-top:10px;padding:10px 0;overflow:hidden;height:228px;}
.subInfo li{float:left;width:300px;height:176px;margin:10px;}
.subInfo li:last-child{background:url(../images/contact.jpg) no-repeat;height:209px;background-position:bottom;}
h1{font-family: 'Montserrat', sans-serif;font-weight:700;text-transform:uppercase;font-size:14px;color:#6f6f6f;margin-bottom:20px;}
h2{font-family: 'Montserrat', sans-serif;font-weight:700;text-transform:uppercase;font-size:14px;color:#1e185d;margin:24px 0 0 20px;}

footer p{margin:10px 0;font-size:11px;color:#aaa;text-align:center;}

article{float:right;margin-top:20px;width:630px;margin-bottom:40px;}
article p, h3{margin:20px 60px 0 20px;font-size:14px;color:#666;line-height:18px;}
h3{color:#444;font-weight:bold;}
.jet{height:106px;}
article li{margin-left:20px;margin-top:10px;font-size:14px;color:#666;list-style-image:url(../images/dot.gif);padding-left:10px;}
article li:first-child{margin-top:20px;}
article ul{margin-left:20px;}

.altus{width:440px;height:30px;border:none;background:#e5e5e5;margin-left:20px;padding:0 10px;}
#button{margin:20px;font-size:12px;padding:3px 20px;}

@media screen and (max-width: 40em) {
	.acceso{display:none;}
	#slideshow{display:none;}

	.midInfo li{width:100%;}
	.subInfo{height:680px;}
	.subInfo li{margin-bottom:40px;}

	article{width:100%;margin:20px:}
	.altus{width:90%;}
}
