
/*
Author: Alexandre Jesus
Author URI: http://www.alex.com-palavras.com.com/
*/


/* Global Styles */

html, body { height: 100%; }

body {
 background-color: #cfcfd0;
 }


a {
    color:#555555;
    font-weight:bold;
    text-decoration:underline;
  }


a:hover {
    color:#6E0002;
  }


p {
    padding-left:0px;
  }


img {
    border: 0;
    text-align : center;
  }


/* ID Styles */

#wrapper {
  background-color: white;
  width:  960px;/* Width of main container */
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto 0px;/* The bottom margin is the negative value of the footer's height */
  margin-bottom: -20px;
  overflow: hidden;
}

#header {
 border-bottom-color: #6E0002;
 border-bottom-width: 11px;
 border-bottom-style: solid;
 }

  
#navigation {
 height: 30px;
 border-bottom-color: #6E0002;
 border-bottom-width: 11px;
 border-bottom-style: solid;
 } 

#navigation a {
    color:#6E0002;
    border-right:1px solid #003300;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    font-variant:normal;
    font-weight:normal;
    padding-left:10px;
    padding-right:10px;
    text-align:center;
  }


#navigation a:hover {
    background:black none repeat scroll 0 0;
    color:white;
  }


#navigation li {
    float:left;
    list-style-type:none;
    position:relative;
  }


#secondNav a {
    color:#6E0002;
  }


#secondNav a:hover {
    background:#6E0002 none repeat scroll 0 0;
    color:#FFFFFF;
  }


#secondNav li {
    float:left;
    list-style-type:none;
    position:relative;
  }

#coluna_1 {
    padding:5px 25px 5px 5px;
    width:60%;
    font-family:Tahoma,Helvetica,sans-serif;
    font-size:14px;
    line-height:1.5;
    height: 100%;
  }


#coluna_1 p {
    padding-top: 15px;
  }

#coluna_2 {
    float:right;
    height:100%;
    padding:5px;
    width:30%;
  }


#footnote {
    background-color:#6E0002;
    bottom:0;
    color:white;
    font-family:Arial,Helvetica,sans-serif;
    font-size:11px;
    height:20px;
    position:absolute;
    width: 960px;
  }


#footnote_2 {
    background-color:#6E0002;
    color:white;
    font-family:Arial,Helvetica,sans-serif;
    font-size:11px;
    height:20px;
    width:960px;
  }


#tabela {
    padding-bottom : 30px;
    padding-top : 30px;
  }


#tabela td {
    border-bottom-color : #6E0002;
    border-bottom-style : solid;
    border-left-color : #6E0002;
    border-left-style : solid;
    border-right-color : #6E0002;
    border-right-style : solid;
    border-top-color : #6E0002;
    border-top-style : solid;
  }

/* Class Styles */

.cabecalho {
    font-size : 16px;
    font-weight : bold;
  }


.navText_2 {
    color:#6E0002;
    font-family:Arial,Helvetica,sans-serif;
    font-size:10px;
    padding-left:10px;
    padding-right:10px;
  }


.tbbg {
    background-color : #6E0002;
    font-weight : bold;
    color: white;
  }

 .link {
 float: left;
 border-color: black;
 border-style: solid;
 border-width:thin;
 margin-right: 15px;
 }
 
 p.link { 
	float: left;	
}

.texto_link:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.texto_link {
	display: inline-block; 
	padding-left: 15px;
} 
 
