*
{
    margin: 0px;
    padding: 0px;
    font-family: Arial;
    font-size: 12px;
    color: #535353;
}


BODY 
{
    
   background-color: white;
   background-image:url('../img/fundo.jpg');
   background-repeat: repeat-x;
}

#container
{
    xxmargin-left: auto; 
    xxmargin-right: auto;
    width: 808px;
    height: 100%;
    background-image:url('../img/bg_content.png');
    background-repeat: repeat-y;
    background-position: 3px;
	position:absolute;
	margin-left:-404px;
	top:10;
	left:50%;	
}


#header
{
    /*background-color: #CDD7F5;
    height: 0px;
    padding: 10px;
    display: none;
    */
    width: 812px  ;
    height:211px;
   
}

#content
{
    width: 530px;
    float: right;
    min-height:480px;
    margin: 20px 15px 20px 0px;
    
}

#footer
{
    /*background-color: black;
    width: 100%;
    height: 50px;    
    display : none;
    */
    background-color: white;
    background-image:url('../img/bg_footer.png');
    background-repeat: repeat-y;         
    background-position: 3px;
    width: 808px;
    height:27px;
    text-align: center;
    clear: both;
}

#footer div
{
    height: 27px;
    padding-top: 5px;
}

#menu
{
    float: left;
    width: 195px;     
    margin-left: 25px;
    border-right: solid 2px #C5C5C5;     
    margin-top: 20px;     
    padding-right: 20px;
}

/*#menu h2*/
h2, h2 a:link, h2 a:active, h2 a:visited
{
    color: #43ACFA;
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 5px; 
    text-decoration: none;
}

.menuDestaque                                                   
{
    background: url(../img/seta_secao.png) left center no-repeat;    
    padding-left: 15px; 
    font-size: 14px;      
}

#menu   ul 
{
   list-style: none;
   width: 210px;
   margin-bottom: 15px;
}


.paging
{
    text-align: center;
}
.paging div
{
    display: inline;
    width: 250px;    
}


/****************************************************
            Publicidade    
****************************************************/
#publicidade
{
    width: 530px;
    margin-top: 20px;
    clear: both;
}

#publicidade h3
{
    color:#2D3473;
    border-bottom: solid 2px #F4EC46;
    height: 20px;
    margin-bottom: 10px;
    margin-top: 20px;
} 

#imgEtapa1
{
   float: left; 
    
}

#imgEtapa2
{
   float: right; 
    
}

#txtEtapa
{
    width: 290px;
    float: left;
    margin-left: 10px;
    text-align: center;
    font-size: 10px;   
}


/******************************
        fastNews
********************************/

.fastNew
{
    clear: both;
    /*overflow: visible;*/
    width: 100%;
    margin-bottom: 20px;
}

.newLeft
{
    float: left;
    width: 32px;    
    background-image: url("../img/bg_data.png");
    background-repeat: no-repeat;
    height: 30px;
}



.newRight
{
    float: right;
    width: 150px;
    border-bottom: solid 1px #535353;
    padding-bottom: 3px;
    margin-bottom: 3px;   
}


.newRight p
{
    font-size: 11px;
}

.newRight p, .newRight h5
{
    text-align: justify;
}

.diaNew
{
    font-size:20px;
    color: white;
    display: block;
    margin: 3px 0px 0px 4px;    
    height: 31px;
}

.mesNew
{
    color: #10A025;
    margin: 15px 0px 0px 5px;
    height: 15px;
    
}

.vejaMais a:link,.vejaMais a:active,.vejaMais a:visited
{
    float: right;
    color: #10A025;
    font-size: 11px;
    text-decoration: none;
    clear: both;
}

.vejaMais a:hover
{
    text-decoration: underline;    
}

.clear
{
    clear: both;
}


/*********************************************
        Noticias
**********************************************/

h3  a:link, h3 a:visited, h3 a:active
{
    text-decoration: none;
    font-size: 18px;
}

h3
{
    
}

.notDate
{
    margin-bottom: 10px;
    font-size: 11px;
    width: 100%;
    text-align: right;
}

.notDateView
{

    font-size: 11px;
    width: 100%;
    overflow: auto;
    border-bottom: solid 1px #eee;
}

.itemNot
{
    border-bottom: solid 1px;
    margin-bottom: 20px;
}





 .paging a:link,.paging a:active,.paging a:visited
 {
     text-decoration: underline;
 }
 
 
 .tableGaleria
 {
      background-color:  white;
      width: 100%;
      border-collapse:  separate;
      border-spacing: 2px;
 }
 
 .tableGaleria tr
 {
    background-color: #f5f5f5;      
     border-collapse:  separate;
      border-spacing: 2px;
 }        
 
 .tableGaleria td
 {
     padding: 3px;
 }
 

  .tableGaleria tr.altrow
  {
      background-color: #eee;   
  }
  
  .tableGaleria th
  {
      background-color: #ddd;   
      height: 20px;
  }
  
  .tableGaleria a:link, .tableGaleria a:active, .tableGaleria a:visited
  {
      text-decoration: none;
  }
  
  .tableGaleria a:hover
  {
      text-decoration: underline;
      color: #43ACFA;
  }
  
.fieldset
{
    position: relative;
    background-color: #fafafa;
    border: solid 1px #d3d3d3;
    width : 500px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
}

.btnAction:hover, .btnSubmit:hover
{
    background-color: #f2f2f2;
}


.btnSubmit,.btnAction
{
    color: #7086a4;
    background-color: #f8f8f8;
    border: solid 1px #d3d3d3;
    padding: 10px;   
}

.btnSubmit
{
    cursor: pointer;
}