﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
* { margin:0; padding:0; }

body
{
    background-color: #FFFFFF;
    background-image:url(./imagens/fundo_master.jpg);
    background-position:center top;
    background-repeat:no-repeat;
    font-size:12px;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #666666;
    text-align:center;
}

.button
{
    background-color:#ff6600;
    background-repeat: repeat;
    background-position: center;
    width: 60px;
    height: 20px;
    border: none;
    font-family: 'Helvetica', Arial, Verdana;
    text-align: center;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
}

a:link
{
    color: #666666;
    text-decoration: underline;
}
a:visited
{
    color: #666666;
}
a:hover
{
    color: #888888;
    text-decoration: none;
}
a:active
{
    color: #888888;
}


p
{
    text-align:justify;
    line-height:20px;
}


.pagina
{   
    background-repeat:no-repeat;
    background-image:url(./imagens/fundo_div.jpg);
    background-position:left;
    text-align:left;
    width: 995px;
    height:auto;
    margin:auto;
    min-height:480px;
 }

.esquerda
{
    width:627px;
    margin:0;
    padding:0;
    float:left;
    
}

.direita
{
    width:368px;
    margin:0;
    padding:0;
    float:left;
    }

.logomenu
{
    width:627px;
    height:274px;
    margin:0;
    padding:0;
    float:left;
} 

.foto
{
    width:368px;
    height:500px;
    margin:0;
    padding:0;
    float:left;
}

#main
{
    width:547px;
    margin:0;
    padding-left:60px;
    padding-top:20px;
    padding-right:20px;
    float:left;
    min-height:220px;
}

#footer
{
    background-image:url(./imagens/fundo_footer.jpg);
    background-position:center top;
    background-repeat:no-repeat;
    width:100%;
    height:180px;
    float:left;
    text-align:center;

}

#menufooter
{
    
    width:825px;
    background-image:url(./imagens/fundo_footer_menor.jpg);
    background-position:left top;
    background-repeat:no-repeat;
    min-height:103px;
    margin:auto;
    text-align:left;
    padding-left:170px;
    padding-top:60px;
     
    

}

textarea
{
    background-color:#F4F4F4;
    width: 200px;
    border: 1px solid #CCC;
}

input[type="text"] 
{
    background-color:#F4F4F4;
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    background-color:#F4F4F4;
    width: 200px;
    border: 1px solid #CCC;
}


/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label,
.display-field,
.editor-field
{
    margin: 0.5em 0;
}

.text-box
{
    background-color:#EBEBEB;
    width: 30em;
}

.text-box.multi-line
{
    background-color:#EBEBEB;
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}
