html, body {
    margin: 0;
    padding: 0;
}

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 20px;
    text-align: center;
    color: #333;
    font-size: 82%;
    background-image: url(../img/default/bg.jpg);
    background-attachment: fixed;
    background-color: #8dc6fe;
    background-repeat: repeat-x;
    background-position: left center;
    -moz-user-select: none;
    -moz-user-focus: ignore;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a.pagina {
    background-color: #e41819;
    color: #fff;
    padding: 5px 10px;
}

a.pagina-selecionada {
    border: solid 2px #e41819;
    background-color: #fff;
    color: #000;
    padding: 5px 10px;
}

blockquote {
    font: 1.2em/1.6em Georgia, "Times New Roman", Times, serif;
    width: 400px;
    background: url(../img/close-quote.gif) no-repeat right bottom;
    padding-left: 18px;
    text-indent: -18px;
}

blockquote:first-letter {
    background: url(../img/open-quote.gif) no-repeat left top;
    padding-left: 18px;
    font: italic 1.4em Georgia, "Times New Roman", Times, serif;
}

#container {
    width: 750px;
    min-height: 400px;
    border: solid 2px #ff7800;
    margin: 0 auto;
    margin-top: 20px;
    background-color: #fff;
    text-align: left;
    background: url(../img/ambiental/bg.jpg) center center repeat;
}

#content {
    width: 745px;
    margin: 0 auto;
}

#header {
    display: block;
    float: left;
    padding: 5px 0;
}

#header p {
    font-size: 11px;
    text-align: right;
    padding-right: 25px;
}

#nav {
    display: block;
    float: left;
    padding: 0 0 10px 5px;
}

#nav ul {
    float: left;
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

#nav li {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
}


#main {
    padding: 20px;
    display: block;
    clear: left;
}

#footer {
    clear: both;
    text-align: center;
    padding: 10px;
    font-size: 11px;
}

br {
    clear: left;
}

h1, h2, h3 {
    color: #e41819;
}

.messages ul, .messages li {
    list-style: none;
    list-style-type: none;
    margin-left: 0;
}

.messages {
    display: block;
    margin-left: 115px;
    color: #c30;
}

#valor {
    padding-left: 10px;
    color: #c30;
    font-weight: bold;
}

#popup {
    position: absolute;
    display: block;
    top: 340px;
    left: 68%;
}

#lang {
    display: block;
    float: left;
    padding: 4px 5px;
}

#login {
    display: block;
    float: right;
    padding: 6px 5px;
}


#login p {
    font-size: 12px;
}

#login #email, #login #senha {
    width: 100px;
}

#social-networks {
    display: block;
    float: right;
    padding: 4px 5px;
}

#search {
    display: block;
    float: left;
    color: #666;
    font-size: 10px;
    line-height: 30px;
    clear: both;
}

#search table {
    width: 740px;
    padding: 0 5px;

}

#search td {
    border: none;
}

.data-atual {
    display: block;
    float: right;
    color: #666;
    font-size: 10px;
    line-height: 20px;
    margin: 0 15px;
}

#impressao-consciente {
    display: none;
    visibility: hidden;
}
