/*
Design by Clinton Ward
http://www.clintonward.com
Released free under a Creative Commons Attribution 3.0 License
*/

body {
    padding: 0;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #2E3033;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    background-color: #FFFFFF;
    background-image: url(images/bg.png);
    background-repeat: repeat-x;
}
#menu
{
    width: 800px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    text-align: center;
    height: 50px;
    padding: 0px;
}
.menubutton
{
    text-decoration: none;
    height: 36px;
    width: 158px;
    float: left;
    padding: 0px;
    background-image: url(images/button.png);

    background-repeat: no-repeat;
    margin-top: 0px;
    margin-right: 2px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.menubutton  a
{
    text-decoration:none;
    color: #FFFFFF;
    float: left;
    width: 158px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
}

.menubutton  a:visited
{
    color:#FFFFFF;
    text-decoration: none;
    float: left;
    height: 36px;
    width: 158px;
}

.menubutton  a:hover
{
    color:#8BBB4F;
    text-decoration: none;
    float: left;
    height: 36px;
    width: 158px;
}

.buttonatual
{
    text-decoration: none;
    height: 36px;
    width: 158px;
    float: left;
    padding: 0px;
    background-image: url(images/button.png);
    background-repeat: no-repeat;
    margin-top: 0px;
    margin-right: 2px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.buttonatual  a
{
    text-decoration:none;
    color: #ffff00;
    float: left;
    width: 158px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
}

.buttonatual  a:visited
{
    color:#ffff00;
    text-decoration: none;
    float: left;
    height: 36px;
    width: 158px;
}

.buttonatual  a:hover
{
    color:#ffff00;
    text-decoration: none;
    float: left;
    height: 36px;
    width: 158px;
}


#header
{
    width:800px;
    height:120px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding: 0px;

}
#logo
{
    text-align:left;
    font-size:36px;
    color:#FFFFFF;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    width: 580px;
    height: 100px;
    line-height: 100px;
    padding: 4px;

    background-repeat: no-repeat;
    background-position: left center;
    text-transform: uppercase;
}
.logotipo
{
    float:right;

    padding:4px;
}
#photo {
    height: 150px;
    width: 800px;
    background-image: url(images/photo.png);
    background-repeat: no-repeat;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 26px;
    color: #2E3033;
    padding: 5px;
}
img {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

.oi
{
    margin-top:0px;
    width:800px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

.pai
{
    margin-top:0px;
    width:800px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}
.content
{
    margin-top:0px;
    width:800px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    background-color:#CCCCCC;
}
.contentbox {
    width: 800px;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
}


h1
{
    color:#51790E;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 30px;
    line-height: 30px;
    padding: 0px;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
}
h2 {
    font-size: 20px;
    padding: 5px;
    line-height: 16px;
    color: #51790E;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #51790E;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

h3 {
    font-size: 16px;
    margin: 0px;
    padding: 5px;
    line-height: 16px;
}

.text
{
    line-height:22px;
    width: 800px;
}
.textsmall
{
    line-height:22px;
    width: 700px;
    margin-left: 100px;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}
.icon {
    height: 64px;
    width: 64px;
    float: left;
}
.more {
    color: #51790E;
    width: 115px;
    background-image: url(images/more.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    height: 20px;
}
.more a {
    color: #51790E;
    text-decoration: underline;
}


#footer {
    text-align:center;
    font-size:13px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    color:#FFFFFF;
    width: 100%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    line-height: 11px;
    height: 30px;
    background-image: url(images/footerbg.png);
    background-repeat: repeat-x;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

#logo-6ti {
    position:relative;
    width: 800px;
    left:50%;
    margin:0 0 0 -400px;
}

.clear {
    clear: both;
    height: 10px;
}
#footer a
{
    color:#FFFFFF;
    text-decoration:none;
}
a
{
    color:#51790E;
    text-decoration:underline;
}
a:visited
{
    color:#51790E;
    text-decoration: underline;

}

a:hover
{
    color: #2E3033;
    text-decoration: none;
}

td, p {
    font-size:12px;
    color:#333333;
    font-family:"Verdana", Arial, Helvetica, sans-serif;
    padding-left:10px;
    padding:10px;
}

.dir {
    float:right;
    padding: 10px;
}

.esq {
    float:left;
    padding:10px;
}

img .serv{
    margin:10px;
}

