@font-face { font-family:"Ubuntu"; src:url('Fonts/Ubuntu-R.ttf'); font-weight:normal; font-style:normal; }
@font-face { font-family:"Ubuntu"; src:url('Fonts/Ubuntu-RI.ttf'); font-weight:normal; font-style:italic; }
@font-face { font-family:"Ubuntu"; src:url('Fonts/Ubuntu-B.ttf'); font-weight:bold; font-style:normal; }
@font-face { font-family:"Ubuntu"; src:url('Fonts/Ubuntu-BI.ttf'); font-weight:bold; font-style:italic; }
@font-face { font-family:"Ubuntu-L"; src:url('Fonts/Ubuntu-L.ttf'); font-weight:normal; font-style:normal; }
@font-face { font-family:"Ubuntu-L"; src:url('Fonts/Ubuntu-LI.ttf'); font-weight:normal; font-style:italic; }
@font-face { font-family:"Ubuntu-L"; src:url('Fonts/Ubuntu-M.ttf'); font-weight:bold; font-style:normal; }

@font-face { font-family:"Latoregular"; src:url('Fonts/Lato/Lato-regular.ttf'); font-weight:normal; font-style:normal; }
@font-face { font-family:"Latobold"; src:url('Fonts/Lato/Lato-Bold.ttf'); font-weight:normal; font-style:normal; }
@font-face { font-family:"Latoblack"; src:url('Fonts/Lato/Lato-Black.ttf'); font-weight:normal; font-style:normal; }
@font-face { font-family:"MerriweatherItalic"; src:url('Fonts/Merriweather/Merriweather-Italic.ttf'); font-weight:normal; font-style:normal; }
@font-face { font-family:"Merriweatherregular"; src:url('Fonts/Merriweather/Merriweather-Regular.ttf'); font-weight:normal; font-style:normal; }


html, body {
    width:100%;
    min-width:1000px;
    height:100%; 
    min-height:100%;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	font-family:"Ubuntu-L";
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	color:#222222;
}

.bannerdivtexto
{
background: rgba(237,70,44,0);
background: -moz-linear-gradient(left, rgba(237,70,44,0) 0%, rgba(212,31,8,0) 0%, rgba(229,102,11,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(237,70,44,0)), color-stop(0%, rgba(212,31,8,0)), color-stop(100%, rgba(229,102,11,1)));
background: -webkit-linear-gradient(left, rgba(237,70,44,0) 0%, rgba(212,31,8,0) 0%, rgba(229,102,11,1) 100%);
background: -o-linear-gradient(left, rgba(237,70,44,0) 0%, rgba(212,31,8,0) 0%, rgba(229,102,11,1) 100%);
background: -ms-linear-gradient(left, rgba(237,70,44,0) 0%, rgba(212,31,8,0) 0%, rgba(229,102,11,1) 100%);
background: linear-gradient(to right, rgba(237,70,44,0) 0%, rgba(212,31,8,0) 0%, rgba(229,102,11,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed462c', endColorstr='#e5660b', GradientType=1 );
}

header {
    position:fixed;
    z-index:99;
    top:0;
    width:100%;
    min-width:1000px;
    min-height:98px;
    max-height:122px;
    background-image:url('../img/bg_header.jpg');
    background-position:left top;
    background-repeat:repeat-x;
}
#header_tabela {
    display:table;
    width:100%;
    min-height:98px;
    max-height:122px;
}
#header_coluna {
    display:table-cell;
    width:100%;
    min-height:98px;
    max-height:122px;
    vertical-align:top;
    padding-left:20px;
    padding-right:20px;
    text-align:left;
}
#header_linha01 {
    float:left;
    width:100%;
    height:18px;
    font-size:11px;
    color:#FFFFFF;
}
#header_linha02 {
    float:left;
    width:100%;
    height:50px;
}
#header_linha02_tabela {
    display:table;
    width:100%;
    height:50px;
}
#header_linha02_coluna01 {
    display:table-cell;
    width:109px;
    height:50px;
    vertical-align:top;
}
#header_linha02_coluna02 {
    display:table-cell;
    width:68px;
    height:50px;
    vertical-align:top;
}
#header_linha02_coluna03 {
    display:table-cell;
    width:auto;
    height:50px;
    vertical-align:top;
}
#header_linha03 {
    float:left;
    width:100%;
    height:4px;
}
#header_linha04 {
    float:left;
    width:100%;
    min-height:24px;
    max-height:48px;
}
#header_menu {
    float:left;
    width:100%;
    min-height:24px;
    max-height:48px;
}
.header_menu_botao {
    float:left;
    font-family:"Ubuntu-L";
    font-size:12px;
    text-align:center;
    cursor:pointer;
    background-color:#AAAAAA;
    color:#FFFFFF;
    font-weight:bold;
    text-decoration:none;
    padding-left:15px;
    padding-right:15px;
    min-width:20px;
    height:20px;
    line-height:20px;
    margin-right:2px;
    margin-bottom:2px;
    border-bottom:2px solid #cbcbcb;
}

.header_menu_botao:hover
{
    color:#FFFFFF;
    font-weight:bold;
    text-decoration:underline;
    background-color:#005c9c;
}
		
#content{
	display:table;
	width:100%;
	height:auto;
}
		
#contentbox{
    display:table-cell;
    width:auto;
	height:auto;
    vertical-align:top;
    padding-top:122px;
    padding-bottom:50px;
    padding-left:20px;
    padding-right:20px;
}

footer {
    position:fixed;
    z-index:99;
    width:100%;
    min-width:1000px;
    height:30px;
    line-height:30px;
    bottom:0;
    background-color:#b5b5b5;
	color:#FFFFFF;
    font-size:14px;
}
#footer_tabela {
    display:table;
    width:100%;
    height:30px;
}
#footer_coluna01 {
    display:table-cell;
    height:30px;
    vertical-align:top;
    padding-left:20px;
    text-align:left;
}
#footer_coluna02 {
    display:table-cell;
    height:30px;
    vertical-align:top;
    padding-right:20px;
    text-align:right;
}

a img { 
	border: 0px;
}
a {
    color:#333333;
    font-weight: normal;
	text-decoration: none;
}
a:hover  {
    color:#000000;
    font-weight: normal;
	text-decoration: underline;
}

.LinkCor {
	color:#005c9c;
	font-weight:normal;
	text-decoration:none;
}
.LinkCor a {
	color:#005c9c;
	font-weight:normal;
	text-decoration:none;
}
.LinkCor a:hover {
	color:#005c9c;
	font-weight:normal;
	text-decoration:underline;
}

.LinkBranco {
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
}
.LinkBranco a {
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
}
.LinkBranco a:hover {
	color:#EEEEEE;
	font-weight:normal;
	text-decoration:underline;
}

.Panel_Formulario {
    width:900px;
    margin:0px auto;
}