@charset "utf-8";
/* CSS Document */

/* ----------------------- General ----------------------- */
body{background: #18191b url(../images/fnd.jpg) no-repeat top center;}
*{font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #FFF; line-height: 18px;}
#content{width: 892px; margin: 0 auto; padding: 0;}

/* ----------------------- Bar Top ----------------------- */
#top{padding: 0; width: 862px; margin: 0; padding: 70px 14px 110px 16px; float: left;}
#top #logo{width: 318px; margin: 0; float: left; height: 172px; padding: 0; background:url(../images/logo-trans.png) no-repeat top left;}
#top #txt{width: 415px; margin: 53px 0 0 0; float: right; padding: 0;}
#top #txt p{ text-align: right;}

/* ----------------------- Text ----------------------- */
p{margin: 0; padding :0; text-align: justify; line-height: 18px;}
a{text-decoration: none; font-size: inherit;}
a:hover{text-decoration: underline;}
textarea{width:260px;font-size:10px;color:#666;margin:0 0 7px 0;height:150px;}
strong{font-size: inherit;}
.light-blue{color: #79d3f7; font-weight: normal;}
.green{color: #2dcd08; font-weight: normal;}
.blue{color: #172983; font-weight: normal;}
.blue2{color: #304cd9; font-weight: normal;}
.cnt{text-align: center;}

/* ----------------------- Content ----------------------- */
#square{padding: 0 60px 98px 0; width: 999px; margin: 0; float: left;}
#square a{ font-weight: bold; display: block; height: 14px; float: left; padding: 214px 0 0 0; text-align: center;}
#square a.air{width: 227px; margin: 0 4px 0 0; background: url(../images/logo-airpub-trans.png) no-repeat top left; padding-left: 6px;}
#square a.air:hover{color: #2eaadc; text-decoration: none;}
#square a.sticker{width: 227px; margin: 0 4px 0 0; background: url(../images/logo-sticker-trans.png) no-repeat top left; padding-left: 9px}
#square a.sticker:hover{color: #41a62a; text-decoration: none;}
#square a.clic{width: 227px; margin: 0; background: url(../images/logo-clic-trans.png) no-repeat top left; padding-left: 9px}
#square a.clic:hover{color: #ff0000; text-decoration: none;}
#square a.smag{width: 227px; margin: 0 4px 0 0; background: url(../images/logo-samag-trans.png) no-repeat top left; padding-left: 5px;}
#square a.smag:hover{color: #001477; text-decoration: none;}

/* ----------------------- Footer ----------------------- */
#footer{padding: 7px 0 0 0; width: 892px; margin: 40px 0 0px 0; float: left; border-top: 1px solid #3b414a; height: 30px;}
#footer .left{color: #606369; width: 500px; float: left;}
#footer .right{color: #606369; width: 150px; float: right; text-align: right;}
#footer a{color: #606369;}


/* ----------------------- Clearfix ----------------------- */ 
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}

/* Esconde de IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* Fin esconde de IE-mac */
