﻿    #lnkHome 
{
    position: absolute;
    width: 250px;    /* width of the logo */
    height: 100px;   /* height of the logo */
    margin-top: 15px; margin-left: 40px; /* top-left corner of logo */
    border: 0;    
    float:left;
}

#lnkPat 
{
    position: absolute;    
    /* width of the logo */
    height: 40px;   /* height of the logo */
    margin-top: 75px; margin-right: 22px; /* top-left corner of logo */
    border: 0;    
    right:10px;   
    text-align:right;    
}

#lnkTwitter
{
    position: absolute;    
    width: 45px;    /* width of the logo */
    height: 45px;   /* height of the logo */
    margin-top: 25px; margin-right: 155px; /* top-left corner of logo */
    border: 0;    
    right:10px;   
    text-align:right;    
}

#lnkFacebook
{
    position: absolute;    
    width: 45px;    /* width of the logo */
    height: 45px;   /* height of the logo */
    margin-top: 25px; margin-right: 45px; /* top-left corner of logo */
    border: 0;    
    right:10px;   
    text-align:right;    
}

#lnkApoieIPR
{
    position: absolute;    
    width: 45px;    /* width of the logo */
    height: 45px;   /* height of the logo */
    margin-top: 25px; margin-right: 100px; /* top-left corner of logo */
    border: 0;    
    right:10px;   
    text-align:right;    
}


.oneColFixCtrHdr #container 
{
	position:relative;
	width: 997px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; 
	/* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {	
	/*padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	position:relative;	
	height:120px;
	background-image:url(/imagens/v2/bgtopo.png);
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}




.oneColFixCtrHdr #mainContent {
	padding: 5px 30px 5px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */	
	min-height:600px;
/*	margin-left:27px; */
/*	margin-right:30px; */
	background-image:url('/imagens/v2/bgmain.png');
	/*background-repeat: no-repeat;  */
}

.oneColFixCtrHdr #footer {    
	padding: 0 40px 0px 40px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(/imagens/v2/bgfooter.png); 	
	background-repeat:no-repeat;
	height: 87px;   	
	padding-top:75px;	    
	padding-left: 220px;
	
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	vertical-align:text-bottom;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* ########## 2 COLUNAS ########## */
div#twoColsidebarLeft {
	
	position: absolute;	
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */	
	padding: 0px 10px 15px 30px; /* padding keeps the content of the div away from the edges */
	left: 0;
}
div#twoColContent { 
	margin: 0 5px 0 180px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

/* ########## 3 COLUNAS ########## */
div#ThreeColsidebarLeft {
    position: absolute;	
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */	
	padding: 0px 10px 15px 30px; /* padding keeps the content of the div away from the edges */
	left: 0;
}
div#ThreeColsidebarRight 
{
	/* Aqui definimos o posicionamento do menu à direita, e respectivas margens. Atenção por causa de não sobrepor o conteudo central*/
	position: absolute;
	float:right;	
	right: 0;
	width: 160px; 		
	padding-right:40px;	
}

div#ThreeColContent  
{
	/*Define-se a margem à esquerda e direita com 3 COlunas*/
	margin: 0px 180px 0px 180px; 
	padding: 0 0px; 
	min-height: 600px;
}
    