* {
    padding: 0;
    margin: 0;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    background-image: url(../images/page-background.jpg);
    background-repeat: repeat-x;
    background-position: top center;
    color: #404040;
}

h1 {
    font-size: 37px;
    color: #4eadf5;
    font-weight: normal;
    padding-left: 30px;
    background-image: url(../images/h1-bullet.gif);
    background-repeat: no-repeat;
    background-position: left center;
    margin-bottom: 15px;
}

h2 {
    font-size: 22px;
    color: #1e5e8f;
    font-weight: normal;
    padding-left: 18px;
    background-image: url(../images/h2-bullet.gif);
    background-repeat: no-repeat;
    background-position: left center;
    margin-bottom: 10px;
}
h3{
    font-size: 18px;
    color: #1e5e8f;
    font-weight: normal;
    padding-left: 14px;
    background-image: url(../images/h3-bullet.gif);
    background-repeat: no-repeat;
    background-position: left center;
    margin-bottom: 10px;
}

p {
    line-height: 17px;
    text-align: justify;
    margin-bottom: 8px;
}



#wrapper {
    margin: 0 auto;
    width: 1180px;
}

#header {
    width: 1180px;
    height: 250px;
    background-image: url(../images/header-background.jpg);
    background-repeat: no-repeat;
    background-position: right center;
}

.logo {
    display: block;
}

.logo img {
    margin-top: 30px;
}

#navigation {
    width: 1180px;
    height: 76px;
}

.main-navigation {
    display: block;
}

.main-navigation ul {
    display: inline;

}

.navigation-button {
    float: left;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    height: 76px;
    line-height: 26px;
    text-align: center;
    font-size: 18px;
    margin-left: -2px;
    margin-top: 1px;
}

.navigation-button:hover {
    /*background-color: #45db5a;*/
    background-color: #52a4e3;
}

.navigation-button img {
    display: block;
    margin: 0 auto;
    margin-top: 7px;
    margin-bottom: 3px;
}

.navigation-button a {
    /*display: block;*/
    height: 22px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
}

#content {
    width: 1180px;
}

#content a {
    text-decoration: none;
    font-weight: bold;
}

#content a:link, #content a:visited {
    color: #4eadf5;
}

#content a:hover{
    color:white;
    background-color:#4eadf5;
}
#content ul,#content ol{
    margin-left: 22px;
}


#content ul li{
    background-image: url(../images/list-bullet.gif);
    background-repeat: no-repeat;
    background-position: center left ;
    padding-left: 12px;
    /*margin-bottom: 6px;*/
    line-height: 22px;
}

#content ol li {
    list-style: decimal;
    margin-bottom: 6px;
    margin-left: 22px;
}
.page-content {
    margin-top: 30px;
}

.page-content img {
    margin-left: 10px;
    margin-bottom: 10px;
    float: right;
}
.page-content ul{
    margin-left:200px;
}
.page-content li{
    background-image: url(../images/list-bullet.gif);
    background-repeat: no-repeat;
    background-position: center left ;
    padding-left: 12px;
    margin-bottom: 6px;
    line-height: 16px;
}
.banner{
    margin-top: 20px;
    margin-bottom: -30px;
    text-align: center;
}
.p2-content {
    margin-left: 22px;
    margin-top: 20px;
}
.p2-content img{
    float:right;
    margin:0 0 10px 10px;
}
.p2-content ul{
   margin:10px 0 10px 20px;
}
.p3-content{
    margin:15px 0 10px 40px
}
.autor{
    background-color: #ededed;
    text-align: right;
    font-size: 12px;
    padding:12px;
    line-height:15px;
}
.autor p{
    margin-bottom:6px;
    text-align: right !important;
}

.footer-spacer {
    min-height: 10px;
}

#footer {
    width: 100%;
    background-color: #232323;
    height: 35px;
}
.disclaimer{
    font-size: 11px;
    color:#888888;
    margin-top:90px;
    text-align: center;
}
.footer-content {
    text-align: center;
    font-size: 11px;
    color: #bababa;
    line-height: 35px;
}