body {
background: #fff url(images/fun.jpg) repeat fixed bottom left;
text-align:center;
color:#000;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:1.3em;
letter-spacing:0.4px;
margin:0 0 20px 0;
padding:0;
}

.center {
text-align:center;
}

.right {
text-align:right;
}

.blue {
color:#16347A;
font-weight:700;
}

.aonze1 {
font-size:9px;
text-align:left;
margin-left:8px;
word-spacing:2px;
margin-top:10px;
line-height:2.2em;
}

.aonze2 {
font-size:10px;
text-align:right;
margin-right:8px;
word-spacing:2px;
margin-top:8px;
line-height:1.9em;
}

.logo {
font-size:15px;
text-align:center;
color:#15327c;
}

img {
border:none;
}

p {
text-align:justify;
}

.img1 {
float:right;
margin:0 0 5px 10px;
}

.img2 {
float:left;
margin:0 10px 5px 0;
}

h1,h2,h3,h4,h5,h6 {
font-size:13px;
color:#16347A;
}

h1,h2 {
font-size:13px;
border-bottom:1px solid #dadada;
letter-spacing:0.1em;
padding-bottom:4px;
}

h1 {
margin-top:0;}

a:link {
color:#0077C3;
text-decoration:none;
}

a:visited {
color:#0077C4;
text-decoration:none;
}

a:active {
color:#0077C5;
text-decoration:none;
}

a:hover {
color:#006;
text-decoration:underline;
}

a.type1:link {
color:#000040;
text-decoration:none;
}

a.type1:visited {
color:#000041;
text-decoration:none;
}

a.type1:active {
color:#000042;
text-decoration:none;
}

a.type1:hover {
color:#0077c3;
text-decoration:none;
}

a.type2:link {
color:#000;
text-decoration:none;
}

a.type2:visited {
color:#000;
text-decoration:none;
}

a.type2:active {
color:#000;
text-decoration:none;
}

a.type3:hover {
color:#000;
text-decoration:none;
}

a.type3:link {
color:#0077C3;
text-decoration:none;
}

a.type3:visited {
color:#0077C4;
text-decoration:none;
}

a.type3:active {
color:#0077C5;
text-decoration:none;
}

a.type3:hover {
color:#000064;
text-decoration:none;
}

#tudo {
width:972px;
text-align:left;
background:#fff url(images/fun-tudo.jpg);
margin:0 auto;
}

#leftBorder {
position:relative;
top:0;
float:left;
width:11px;
height:235px;
background:url(images/left.jpg) top left no-repeat;
display:block;
}

* html #leftBorder {
margin-right:-3px;
}

#rightBorder {
position:relative;
top:0;
float:right;
width:11px;
height:235px;
background:url(images/right.jpg) top right no-repeat;
display:block;
}

* html #rightBorder {
margin-left:-3px;
}

#topo {
height:235px;
background-color:transparent;
}

#topo1 {
float:left;
width:950px;
height:32px;
background:#EDEDED url(images/fun-top.jpg) repeat-x;
}

#logo {
float:right;
width:950px;
height:162px;
background:#1E8FF5 url(images/logo1.jpg) no-repeat;
}

#menu {
float:left;
width:950px;
height:41px;
background:#EDEDED url(images/fun-menu.jpg) no-repeat;
}

#principal {
width:672px;
float:right;
background-color:transparent;
padding:10px 20px 5px 10px;
}

#navegacao {
width:247px;
float:left;
background-color:transparent;
padding-left:12px;

}

#rodape1 {
    clear: both;
    margin: 0;
    width: 972px;
    height: 57px;
    background: #EDEDED url(images/fun-rodape.jpg) repeat-x;    
}
* html #rodape1 {height: 38px;
}
#rodapeleft {
    float: left;
    width: 22px;
    height: 57px;
    padding: 0;
    background: #EDEDED url(images/canto-e.jpg) no-repeat;
}
#rodapecenter {
    float: left;
    width: 928px;
    height: 57px;
    padding: 0;
    background-color: transparent;
}
#rc1 {
    float: left;
    width: 494px;
    height: 57px;
    padding: 0;
    background-color: transparent;
    font-size:10px;
    line-height:32px;    
}
* html #rc1 {line-height:52px;
}
* + html #rc1 {line-height:52px;
}

#rc2 {
    float: right;
    width: 434px;
    height: 57px;
    padding: 0;
    background-color: transparent;
    font-size:10px;
    line-height:32px;
}
* html #rc2 {line-height:52px;
}
* + html #rc2 {line-height:52px;
}

#rodaperight {
    float: right;    
    width: 22px;
    height: 57px;
    padding: 0;
    background: #EDEDED url(images/canto-d.jpg) no-repeat;
}


/*MENU HORIZONTAL */

.menuhor{
width: 100%;
overflow: hidden;
height: 35px;
}

.menuhor ul{
margin:0;
padding:0;
padding-left:10px;
font-size: 12px;
list-style-type: none;
letter-spacing:1.4px;
font-weight:700;
}

.menuhor li{
display:inline;
margin:0;
}

.menuhor li a{
float:right;
display:block;
text-decoration: none;
margin:0;
padding: 11px 18px 15px 18px;
border-left: 1px solid #ccc; 
color: #16347a;
}

.menuhor li a:visited{
color: #16347a;
}

.menuhor li a:hover, .menuhor li.selected a{
color:#0077C3; background:#E2E3E5;text-decoration: none;
}

