/*--Estilo Base--*/

body {
margin: 0;
padding: 0;
color: #333;
background-color: #eee;
font: 1em/1.2 "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

h1,h2,h3,h4,h5,h6 {
margin: 0 0 .5em;
line-height: 1.1;
}

h1 { font-size: 2.1em; } /* 36px */
h2 { font-size: 1.65em; } /* 28px */
h3 { font-size: 1.25em; } /* 22px */
h4 { font-size: 1em; } /* 18px */
h5 { font-size: .875em; } /* 16px */
h6 { font-size: .775em; } /* 14px */

p {
font-size: 1.5em;
margin: 0 0 .5em;
line-height: 1.5;
}

.font-mini {
font-size: 0.5em;
}

.links {
font-size: 1.5em;
line-height: 1.8;
}

.links-lateral {
font-size: 1.4em;
width: 90%;
margin: 0;
padding: 0;
float: left;
list-style-type: none;
}

.links-lateral li {
margin: 0;
padding: 0px;
border-bottom: 2px solid #ffffff;
text-align: left;
}

.links-lateral a:link {
background: #F5F5F5;
color: #0000FF;;
text-decoration: none;
padding-top: 8px;
padding-bottom: 8px;
padding-left: 8px;
padding-right: 0px;
display: block;
}

.links-lateral a:hover {
background: #E5F0FF;
color: #FF0000;
text-decoration: underline;
}

.coluna-lateral {
padding-top: 3px;
padding-bottom: 3px;
}

.anuncio-lateral {
font-size: 0.9em;
line-height: 1.5;
color: #808080;
padding-top: 0px;
padding-bottom: 15px;
}

.anuncio-meio {
font-size: 0.9em;
line-height: 1.5;
color: #808080;
padding-top: 0px;
padding-bottom: 15px;
}

blockquote {
padding: 1em 2em;
margin: 0 0 2em;
border-left: 5px solid #eee;
}

hr {
height: 0;
margin-top: 1em;
margin-bottom: 2em;
border: 0;
border-top: 1px solid #ddd;
}

table {
font-size: 1.4em;
background-color: transparent;
border-spacing: 0;
border-collapse: collapse;
border-top: 1px solid #ddd;
}

th, td {
padding: .5em 1em;
vertical-align: top;
text-align: left;
border-bottom: 1px solid #ddd;
}

ul {
font-size: 1.5em;
padding-left: 1em;
list-style-type: square;
}

ul li{
line-height: 1.27em;
margin-top: 0.85em;
margin-bottom: 0.85em;
}

.rel-pal {
font-size: 1.4em;
line-height: 0.1em;
margin-top: 0em;
padding-left: 5px;
margin-left: -5px;
}

.rel-pal li {
display: inline-block;
padding-left: 12px;
padding-right: 12px;
padding-top: 7px;
padding-bottom: 7px;
text-align: center;
margin-top: 0.5em;
margin-bottom: 0.2em;
border: 1px solid #C0C0C0;
background-color: #f5f5f5;
}

.rel-pal a:link {
text-decoration: none;
}

.rel-pal li:hover {
background: #FFFF00;
text-decoration: underline;
}

a:link { color: #0000FF; }
a:visited { color: purple; }
a:focus { color: black; }
a:hover { color: #FF0000; }
a:active { color: red; }

/*--Layout styles--*/

.container {
max-width: 45em;
margin: 0 auto;
}

.header {
background: #FFCC00;
padding: 0em;
}

.header-heading { 
margin: 0;
}

.nav-bar {
background: #000;
padding: 0;
}

.content {
overflow: hidden;
padding: 1em 1.25em;
background-color: #fff;
}

.main {
margin-bottom: 1em;
}

.aside {
margin-bottom: 1em;
}

.footer {
background-color: #FFF7D5;
padding: 1em 1.25em;
}

/*--Nav--*/

.nav {
margin: 0;
padding: 0;
list-style: none;
}

.nav li {
display: inline;
margin: 0;
}

.nav a {
display: block;
padding: .7em 1.25em;
color: #fff;
text-decoration: none;
border-bottom: 1px solid gray;
}

.nav a:link { 
color: white;
}

.nav a:visited {
color: white;
}

.nav a:focus {
color: black;
background-color: white;
}

.nav a:hover {
color: white;
background-color: green;
}

.nav a:active {
color: white;
background-color: red;
}

/*--Estilos Únicos--*/

.img-respons { 
max-width: 100%;
}

.btn {
color: #fff !important;
background-color: royalblue;
border-color: #222;
display: inline-block;
padding: .5em 1em;
margin-bottom: 0;
font-weight: 400;
line-height: 1.2;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
border: 1px solid transparent;
border-radius: .2em;
text-decoration: none;
}

.btn:hover {
color: #fff !important;
background-color: green;
}

.btn:focus {
color: #fff !important;
background-color: black;
}

.btn:active {
color: #fff !important;
background-color: red;
}

.table {
width: 100%;
max-width: 100%;
margin-bottom: 20px;
}

.list-unstyled {
padding-left: 0;
list-style: none;
}

.list-inline {
padding-left: 0;
margin-left: -5px;
list-style: none;
}

.list-inline > li {
display: inline-block;
padding-right: 5px;
padding-left: 5px;
}

/*--Estilo Largo--*/

@media (min-width: 55em) {

.header {
padding: 0em;
}

.nav-bar { 
padding: 1em 3em;
}
.content { 
padding: 2em 3em;
}
.main {
float: left;
width: 60%;
margin-right: 5%;
margin-bottom: 1em;
}

.aside {
float: left;
width: 35%;
margin-bottom: 1em;
}

.coluna-lateral {
padding-left: 12px;
padding-top: 3px;
padding-bottom: 3px;
border-left: 0px solid #E9E9E9;
}

.anuncio-lateral {
float: left;
font-size: 0.9em;
line-height: 1.5;
color: #808080;
padding-top: 15px;
padding-bottom: 15px;
}

.anuncio-meio {
font-size: 0.9em;
line-height: 1.5;
color: #808080;
padding-top: 0px;
padding-bottom: 15px;
}

.footer {
padding: 2em 3em;
}
	
.nav li {
display: inline;
margin: 0 1em 0 0;
}
	
.nav a {
display: inline;
padding: 0;
border-bottom: 0;
}

}

@media (max-width: 55em) {

.anuncio-lateral {
display: none;
}

}