@charset "iso-8859-1";
/* CSS Document */
@font-face {
    font-family: 'swis721light';
    src: url('../fontes/tt0001m_-webfont.eot');
    src: url('../fontes/tt0001m_-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fontes/tt0001m_-webfont.woff') format('woff'),
        url('../fontes/tt0001m_-webfont.ttf') format('truetype'),
        url('../fontes/tt0001m_-webfont.svg#swis721_lt_btlight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'swis721bt';
    src: url('../fontes/tt0003m_-webfont.eot');
    src: url('../fontes/tt0003m_-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fontes/tt0003m_-webfont.woff') format('woff'),
        url('../fontes/tt0003m_-webfont.ttf') format('truetype'),
        url('../fontes/tt0003m_-webfont.svg#swis721_btroman') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'swis721btbold';
    src: url('../fontes/tt0005m_-webfont.eot');
    src: url('../fontes/tt0005m_-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fontes/tt0005m_-webfont.woff') format('woff'),
        url('../fontes/tt0005m_-webfont.ttf') format('truetype'),
        url('../fontes/tt0005m_-webfont.svg#swis721_btbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'swis721heavy';
    src: url('../fontes/tt0102m_-webfont.eot');
    src: url('../fontes/tt0102m_-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fontes/tt0102m_-webfont.woff') format('woff'),
        url('../fontes/tt0102m_-webfont.ttf') format('truetype'),
        url('../fontes/tt0102m_-webfont.svg#swis721_hv_btheavy') format('svg');
    font-weight: normal;
    font-style: normal;
}
@media screen
{
	body{
		margin: 0 auto; /* alinhar ao centro */
		font-family:'swis721bt';
		font-size:11pt;
		color:#83222f;
		height: 100%;
		min-height: 100%;
	}
	* html #container {
		height: 100%; /* hack para IE6 que trata height como min-height */
		min-height: 100%;
	}
    #container{
        min-height: 100%;
        min-width:100%;
        max-width:100%;
        height: 555px;
        width:auto !important; /*IE6 */
        width: 100%;
        margin: 0 auto; /* alinhar ao centro */
        margin-top: 0px;
        text-align:left;
        display:table;
        position: relative;
        z-index: 1;
    }
    #content {
        min-height: 300px;
        min-width:1024px;
        max-width:1024px;
        width:auto !important; /*IE6 */
        width: 1024px;
        margin: 0 auto; /* alinhar ao centro */
        margin-top: 0px;
        text-align:left;
        display:table;
        position: relative;
        background-color:#FFF;
        padding-bottom:10px;
    }
	#assinatura{
        text-align: center;
        position: fixed;
        bottom: 0px;
        width: 1024px;
        font-size: 9px;
        background: #fff;
        z-index: 999;
        padding: 5px 0px 5px 0px;
    }

}
.PDF{
	background-size:contain;
	height:32px;
	width:100%;
	padding:16px 0px 16px 50px;
	line-height:64px;
	background-image:url(../imagens/pdf.png);
	background-repeat:no-repeat;
	overflow:hidden;
}
.PDF:hover{
	background-color:#eee;
	text-decoration:none;
}