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

body {
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:11px;
    background: #FFFFFF url("../images/background.jpg") repeat-x;
}



#head {
    float: left;
    clear:both;
    width: 100%;
    text-align: center;
}

#head img {
    float: left;
}

#head span {
    float: right;
    font-size: 11px;
}

#home {
    width:940px;
    margin: 0 auto;
    margin-top: 100px;
}

#box {
    width:940px;
    height: 350px;
    border: #666666 solid 1px;    
    background: #FFFFFF url("../images/background-box.jpg") bottom left no-repeat;
}

#box #left {
    float: left;
    width: 620px;
    height: 290px;
    padding: 5px;
}


#box #foot {
    float: left;
    width: 628px;
    text-align: right;
}

#box #right {
    float: right;
    width: 305px;
    height: 350px;
    border-left: #666666 solid 1px;
}

#box #right ul {
    margin: 0;
    padding: 0;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}

#box #right ul li {
    width: 300px;
    margin: 2px;
    border-bottom: #666666 solid 1px;
}

#box #right ul li.box {
    height: 105px;
}


#box #right ul li h3 {
    font-size: 14px;
}


#box #right ul li img {
    float:left;
    border: 0;
    padding-top: 5px; margin:3px;
}

#box #right ul li a.link {
    display: block;
    color: #000;    
    text-decoration:none;
}

#parceiro {
    float:right; 
    margin-top: 5px;
}


.hide {
    display:none;
}

.center {
    text-align: center;
}


a {
    color: #045D8A;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}

a.button {
    float:right; 
    padding: 2px;    
    color: #FFFFFF;
    font-weight: bold; 
    font-size: 13px;     
    text-decoration:none;   
    background: #91CF52;
    border: solid 1px #558524; 
}

a.button {
    margin-top: 20px;
}

