@import url("http://fonts.googleapis.com/css?family=Roboto:400,700");
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    font-family: Roboto;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    background: #ccc;
    color: #000;
    margin: 0.2em 0;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   body{
    background: url(../dados/bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;

}

.container {
    width: 950px;
    margin: 0 auto;
    padding: 0 15px;
}
.box{
    float: right;
    width: 452px;
    margin-top: -20px;
}




.selected select {
 -webkit-appearance: none;
 background: transparent;
 border-radius: 0;
 border: 0;
 font-size: 16px;
 height: 34px;
 line-height: 1;
 padding: 5px;
 width: 268px;
}

.selected{
    border-radius: 4px;
    color: #0000;
    height: 38px;
    padding: 5px;
    width: 240px;
    background: url(../dados/arrow.png) no-repeat right #fff;
    border: 1px solid #ccc;
    overflow: hidden;
    
}

select {
 -moz-appearance: none;
 -webkit-appearance: none;
 appearance: none;
}

.btn{
    background-color: #00BFFF;
    border-radius: 4px;
    color: #fff;
    margin-left: 10px;
    padding: 9px 20px;
    text-decoration: none;
}

.pub{
    margin: 0;
    margin-left: 10px;
    color: #fff;
    font-size: 12px;
}

.banners{
    bottom: 10px;
    left: 50%;
    margin-left: -475px;
    position: absolute;
    width: 950px;
}
.item{
    float: left;
    height: 130px;
    margin: 7px;
    margin-top: 5px;
    width: 450px;
    border: 5px solid #fff;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

   @media only screen and (min-width: 35em) {

   }

   @media print,
   (-o-min-device-pixel-ratio: 5/4),
   (-webkit-min-device-pixel-ratio: 1.25),
   (min-resolution: 120dpi) {

   }

/* ==========================================================================
   Helper classes
   ========================================================================== */

   .hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

   @media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}






