
@font-face {
    font-family: 'patua_oneregular';
    src: url('fonts/patuaone-regular-webfont.eot');
    src: url('fonts/patuaone-regular-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('fonts/patuaone-regular-webfont.woff') format('woff'),
         url('fonts/patuaone-regular-webfont.ttf') format('truetype'),
         url('fonts/patuaone-regular-webfont.svg#patua_oneregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'headlandoneregular';
    src: url('fonts/headlandone-webfont.eot');
    src: url('fonts/headlandone-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('fonts/headlandone-webfont.woff') format('woff'),
         url('fonts/headlandone-webfont.ttf') format('truetype'),
         url('fonts/headlandone-webfont.svg#headlandoneregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


html {
	background: url(../images/body_bg_white.jpg) repeat center center #FFFFFF;/**/
	/*background: url("../_ARQUIVOS/relacao.jpg") no-repeat scroll center 0 transparent; /* rastreio */
}
body {
    color: #7A7A7A;
    font-family: headlandoneregular;
	letter-spacing: 0.02em;
    font-size: 12px;
    line-height: 21px;	
	height: auto;
	position: absolute;
	width: 100%;
}
a {    
    color: #eb5731;    
    text-decoration: none;   
}
a:hover {
	text-decoration: underline; 
}
a img:hover{
	opacity:0.60;
	-moz-opacity: 0.60;
	filter: alpha(opacity=60);
}
h2 , h2 a{
    font-family: patua_oneregular;
	color: #3B4444;
    font-size: 26px;
}
h3, h3 a {
	color: #3B4444;
    font-size: 21px;
    letter-spacing: 0;
    line-height: 26px;
}
table {
	border-top: 1px solid #D4D4D4;
    border-left: 1px solid #D4D4D4;
}
caption, th, td {
    border-bottom: 1px solid #D4D4D4;
    border-right: 1px solid #D4D4D4;
}
.break {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}


/*-------------------------------------------------------- */
/* HEADER */
/*-------------------------------------------------------- */
#header {
	background: url(../images/header_bg.jpg) repeat-x center 0 #f5f5f5;
	float: left;
	height: auto !important;
	min-height: 188px;
	height: 188px;
	width: 100%;
}
#header-wrapper {
    height: 139px;
    left: 50%;
    margin-left: -500px;
    position: relative;
    width: 1000px;
}
#logo {
    float: left;
    margin-bottom: 15px;
    margin-left: 12px;
    margin-top: 22px;
}
#search-socials-wrapper {
	float: left;
	margin-top: 25px;
	margin-left:35px;
}
#header .socials {
    float: left;
    position: relative;
}

/* menu principal */
#menuprincipal {
    /*background: none repeat scroll 0 0 #FFF;*/
    float: left;   
    margin-top: 10px;
    position: relative;
    text-align: center;
    width: 100%;
}
#menuprincipal li{
    display: inline-block;
}
#menuprincipal li a {
	color: #333;
    float: left;
    font-family: Trebuchet MS;
    font-size: 20px;
    letter-spacing: 0.03em;
    margin: 0 6px;
    padding: 10px 5px 5px;
    text-shadow: 1px 1px 2px #fff;
    text-transform: uppercase;
}
#menuprincipal li a:hover, #menuprincipal li.active a { 	
    color: #999;
	text-shadow: 1px 1px 2px #f5f5f5;
	text-decoration: none;
}
#header #menuprincipal .itemlast {
	
}	

/* submenu */
#menuprincipal .submenu {
    background: none repeat scroll 0 0 transparent;
    display: none;
    margin-top: 34px;
    padding-top: 6px;
    position: absolute;
    width: 189px;
	z-index: 999;
}
#menuprincipal .submenu li {
	width: 100%;
	margin-top: -1px;
}
#menuprincipal .submenu li a{	
	/*background: #E6E5E6;*/
	color: #124C84;
	float: left;
    padding: 10px 11px;
    text-align: left;
    text-indent: 0;
    width: 100%;
	
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
#menuprincipal .submenu li.active a, #menuprincipal .submenu li a:hover  {
	/*background: #124C84;*/
	color: #E6E5E6;
}

/* contato-inline */
.contato-inline { 
	width:100%;
	text-align:center;
}
#header .contato-inline, #header .contato-inline a {
    color: #1F745F;
    font-family: headlandoneregular;
    font-size: 14px;
    letter-spacing: -0.04em;
    text-align: right;
}
#header .contato-inline .label {
	margin-right: 10px;
}
#header .contato-inline .fone {    
    background: url(../images/fone.png) no-repeat 0 center transparent;
	padding-left: 26px;
	margin-right: 10px;
}
#header .contato-inline .email-inline {
    background: url("../images/email.png") no-repeat scroll 0 center transparent;
    padding-left: 36px;
}
#header .contato-inline .socials {
    float: right;
}
#header .contato-inline .socials a{
	
}

/* banner rotativo principal */
#sliderrotativobanner_principal {
	width: 998px;
	height: 425px;
	margin-top: 10px;
}

/*-------------------------------------------------------- */
/* PAGE */
/*-------------------------------------------------------- */
#page {	
	float: left;
	width: 100%;
	margin: 0 0 20px;
}
.main {
    margin: 25px auto 0;
    position: relative;
    width: 970px;
}
.main .contentheading {
    font-size: 36px;
    margin-bottom: 20px;
    text-shadow: 1px 1px 1px #999999;
}
.main .contentinfo {
    color: #3B4444;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 19px;
    margin-bottom: 30px;
    margin-top: 42px;
}
.componentheading {
    color: #3B4444;
    font-size: 36px;
    line-height: 43px;
    margin-bottom: 10px;
}



#headerconvenios {
    background: none repeat scroll 0 0 #F7F7F7;
    padding: 10px 0;
    text-align: center;
	font:16px Trebuchet MS;
}
/*-------------------------------------------------------- */
/* FOOTER */
/*-------------------------------------------------------- */
#footer {
    background: none repeat scroll 0 0 #F3F9F6;
    float: left;
    padding-bottom: 15px;
    position: relative;
    width: 100%;
	font:12px Trebuchet MS;
}
#footer, #footer #footer-contato a {
	color: #1F745F;
}
#footer-main {
    margin: 0 auto;
    padding-top: 26px;
    width: 998px;
}
#footer h2 {
    color: #3B4444;
    font-size: 20px;
    letter-spacing: 0.02em;
    margin-bottom: 0px;
	font-family: Trebuchet MS;
}
#footer #left-bottom {
    float: left;
}
#footer #endereco, #footer #footer-contato {
	padding-left: 46px;
}
#footer #endereco {
	background: url(../images/endereco_icon.png) no-repeat 0 0 transparent;
}
#footer #footer-contato {
   background: url(../images/contato_icon.png) no-repeat 0 0 transparent;
   margin-top: 25px;
}
#footer #right-bottom {
	float: right;
}
#footer #right-bottom h2 {
    margin-bottom: 11px;
    margin-right: 8px;
    text-align: right;
}
#footer #menuprincipal {
	border-top: 1px dotted #999999;
    background: none repeat scroll 0 0 transparent;
    float: right;
    line-height: 18px;
    margin-bottom: 16px;
    margin-top: 0;
    position: relative;
    text-align: right;
    width: 290px;	
}
#footer #menuprincipal li {
    display: block;
    float: right;
    width: 100%;
}
#footer #menuprincipal li a {
    border-bottom: 1px dotted #999999;
    color: #333;
    float: right;
    font-family: Trebuchet MS;
    font-size: 13px;
    letter-spacing: 0.02em;
	margin: 0;
    padding: 6px 0;
    text-shadow: none;
    width: 100%;
}
#footer #menuprincipal li a span {
	margin-right: 5px;
}
#footer #menuprincipal li a:hover, #footer #menuprincipal li.active a {
	background: #f5f5f5;
    text-decoration: none; 
    text-shadow: none;
}

#footer #copyright, #footer #developer, #footer #follow {
	margin-right: 9px;
} 
#footer #copyright {
    clear: both;
    color: #333;
    display: block;
    float: left;
    margin-top: 40px;
    text-align: center;
    width: 100%;
}
#footer #developer {
    clear: both;
    display: block;
    float: left;
    margin-top: 0;
    text-align: center;
    width: 100%;
}
#footer #developer a {
	color: #333;
}
