﻿@charset "utf-8";
body {
    width: 100%;
    font-family: Tahoma, Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', 'Arial', ''sans-serif';
    background-color: white;
    margin: 0;
    padding: 0;
    color: #000;
}
.container {
    width: 100%;
    height: 100%;
	margin: 0 auto;
    border: 0;
    padding: 0;
}
header {
    position: relative;
    text-align: center;
    width: 100%;
    height: 1px;
    vertical-align: bottom;
    background-color: white;
    padding: 0;
    margin-top: 0px;
    margin-bottom: 0px;
}
.content {
    width: 100%;
    padding: 0;
    text-align: center;
    z-index: 1;
}
ul, ol, dl {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
    margin-top: 0;
    padding-right: 1px;
    padding-left: 1px;
}
a img {
    border: none;
}
a:link {
    color: #42413C;
    text-decoration: none
}
a:visited {
    color: #6E6C64;
    text-decoration: none
}
a:active, a:hover, a:focus {
    text-decoration: none;
}
li {
    list-style-type: circle;
    list-style: none;
}
#logo {
	position: relative;
    text-align: center;
	width:100%;
	height:80px;
	z-index:1;
	margin-top:1px;
}
#mini {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 1;
    margin-top: 1px;
    text-align: center;
    padding-top: 2px;
}
#corredor {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 1;
    text-align: right; 
}
.sidebar1 {
    float: left;
    width: 15%;
    padding-bottom: 10px;
}
.sidebar2 {
    float: right;
    width: 15%;
    padding-bottom: 10px;
}    
.content ul, content ol {
    padding: 0 15px 15px 40px;
}
nav p {
    font-size: 90%;
    color: #04a8fb;
    background-color: white;
    text-align:left;
    padding: 5px 0 0 0;
    border-bottom-style: inherit;
    font-weight: bold;
    margin: 0;
}
nav p a:link, nav p a:visited {
    text-decoration: none;
    color: #08199c;
    padding: 5px;
}
nav p a:link, navf p a:visited {
    text-decoration: none;
    color: #04a8fb;
    padding: 5px;
}
nav p a:hover, nav p a:active {
    color: white;
    background-color: #04a8fb;
}
nav ul {
    font-family: 'Freefrm721 BT';
    font-style:italic;
    list-style: none;
    font-size: 90%;
}
nav ul a:link , nav ul a:visited {
    padding: 5px 5px 5px 15px;
    display: block;
    text-decoration: none;
    background-color:white;
    text-align: left;
    color: #04a8fb;
}
nav ul a:hover, nav ul a:active, nav ul a:focus {
    background: white;
    color: darkblue;
    font-size: 100%;
}
footer {
    position: relative;
    clear: both;
    color: black;
    text-align:center;
    margin-top: 20px;
}
.footer h4 a {
    color: black;
}
header, section, footer, aside, nav, article, figure {
    display: block;
}