﻿/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video
{
    display: block;
}
mark, rp, rt, ruby, summary, time
{
    display: inline;
}


/* Global properties
---------------------------------------- */
body
{
    background: #f8f8f8;
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 0.875em;
    line-height: 1.4285em;
    color: #696969;
}

html
{
    min-width: 1000px;
}

html, body
{
    height: 100%;
}

.main-extra
{
    background: url(../Imagem/main-extra-bg.gif) left top repeat-x #fff;
}

/* Global Structure
---------------------------------------- */

/* Header */
header
{
    height: 152px;
    position: relative;
    z-index: 20;
}
/* Content */
section#content
{
    position: relative;
    z-index: 1;
}

/* Left & Right alignment */

.fleft
{
    float: left;
}
.fright
{
    float: right;
}
.clear
{
    clear: both;
}

.alignright
{
    text-align: right;
}
.aligncenter
{
    text-align: center;
}

.wrapper
{
    width: 100%;
    overflow: hidden;
}

/* Paragraph styling */
p
{
    padding-top: 20px;
}


/*----- txt, links, lines, titles -----*/
a
{
    color: #0b96ca;
    outline: none;
    text-decoration: underline;
}
a:hover, a:focus
{
    text-decoration: none;
}
a:active, a:visited
{
}

.color
{
    color: #0b96ca;
    display: block;
}

ins
{
    background-color: #0b96ca;
    color: #fff;
    text-decoration: none;
}

mark
{
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del
{
    text-decoration: line-through;
    color: #696969;
}

abbr[title], dfn[title]
{
    border-bottom: 1px dotted #2baccc;
    cursor: help;
    color: #ff9c00;
    text-transform: uppercase;
}

strong
{
    color: #696969;
}
em, dfn
{
    color: #0b96ca;
}
dfn
{
    color: #0b96ca;
    font-size: 1.16em;
    letter-spacing: 2px;
    font-style: normal;
}
sup, sub
{
}
abbr, acronym
{
    border-bottom: 1px dashed #0b96ca;
    color: #0b96ca;
    text-transform: uppercase;
}
address
{
    margin: 0 0 1.5em;
    font-style: italic;
}
del
{
    color: #696969;
}
pre, code, tt
{
    font: 1em 'andale mono' , 'lucida console' , monospace;
    line-height: 1.5;
    display: block;
}
code
{
    background-color: #f6f6f6;
    display: block;
    color: #333;
    padding: 3px 2px 3px 5px;
    line-height: 1.67em;
    border: 1px dotted #333;
}
pre
{
    white-space: pre;
}
q
{
    color: #0b96ca;
    letter-spacing: 0px;
    font-family: "Courier New" , Courier, monospace;
}
b
{
    color: #696969;
}
i
{
    color: #696969;
}
cite
{
    color: #696969;
}
small
{
    font-size: 0.76em;
    color: #696969;
}
big
{
    font-size: 1.285em;
    color: #696969;
}
sup
{
    vertical-align: top;
    font-size: 0.71em;
    color: #696969;
}
sub
{
    vertical-align: bottom;
    font-size: 0.71em;
    color: #696969;
}
kbd
{
    color: #696969;
    font-size: 0.916em;
    font-family: "Courier New" , Courier, monospace;
}
samp
{
    color: #696969;
    font-size: 0.916em;
    font-family: "Courier New" , Courier, monospace;
}
var
{
    color: #696969;
}


/* Custom select color */
::selection
{
    background: #333; /* Safari */
    color: #fff;
}
::-moz-selection
{
    background: #333; /* Firefox */
    color: #fff;
}

h1, h2, h3, h4
{
    letter-spacing: -1px;
}
h1
{
    font-size: 2.142em;
    line-height: 1.2307em;
    color: #141414;
    padding: 12px 0 20px 0;
}
.h1-pad
{
    padding: 12px 0 0px 0;
}
.spacing
{
    letter-spacing: -2px;
}
h2
{
    font-size: 1.714em;
    line-height: 1.2307em;
    color: #141414;
    padding: 10px 0 20px 0;
}
h2 strong
{
    color: #141414;
    display: block;
    margin-top: -5px;
}
.h2-t
{
    background: url(../Imagem/h2-bg.gif) left bottom repeat-x;
    padding: 18px 0 5px 0;
    margin-bottom: 30px;
    text-transform: none;
}
.h-pad
{
    padding-top: 12px;
}
.h-pad1
{
    padding-top: 42px;
}

h3
{
    font-size: 1.428em;
    line-height: 1.2307em;
    color: #141414;
    padding: 22px 0 33px 0;
}


h4
{
    font-size: 1.2857em;
    line-height: 1.2307em;
    color: #141414;
    padding: 38px 0 22px 0;
}

.title
{
    color: #0b96ca;
    border-bottom: 1px solid #0b96ca;
    text-decoration: none;
}
.title:hover
{
    border: none;
    padding-bottom: 1px;
}

.typography
{
    font-size: 2.857em;
    line-height: 1.2307em;
    color: #141414;
    padding: 40px 0 10px 0;
    border-bottom: 2px solid #dbdbdb;
    margin-bottom: 15px;
}
.none
{
    text-transform: none;
}

.indent
{
    padding: 10px 0 46px 0;
}
/*  Header styles */
.logo
{
    padding: 15px 0 17px 15px;
}
.logo a
{
    display: block;
    width: 600px;
    height: 90px;
    text-indent: -5000px;
    background: url(../Imagem/logo.png) left top no-repeat;
}
/* Unordered list style
---------------------------------------- */

/* Ordered list style */
ol
{
    padding-bottom: 15px;
}
ol li
{
    list-style-position: outside;
    list-style-type: decimal;
    margin-left: 24px;
    line-height: 1.7em;
    font-size: 1em;
    color: #696969;
    font-weight: bold;
}
ol li a
{
    color: #0b96ca;
    text-decoration: none;
    font-weight: normal;
}
ol li a:hover
{
    text-decoration: underline;
}

dl dt
{
    color: #0b96ca !important;
    font-weight: normal;
    line-height: 1.5em;
    font-size: 1em;
}
dl dd
{
    padding: 0 0 16px 30px;
    font-size: 1em;
    line-height: 1.2857em;
    color: #4d4d4d;
}

/* Table styling */
table
{
    width: 100%;
    border: 1px solid #0984b6;
}
table thead th
{
    text-align: center;
    background: #098cb9;
    padding: 15px 0px 15px 0px;
    font-size: 1em;
    color: #fff;
    font-weight: normal;
    border-right: 1px solid #39beea;
    border-bottom: 3px solid #6eb4d0;
}
table tbody td
{
    padding: 7px 35px;
    background: #ececec;
    color: #4d4d4d;
    border: 1px solid #c0c0c0;
    font-size: 12px;
}
table .verdan
{
    border-right: 1px solid #0984b6;
}
table tr:hover td
{
    background-color: #999;
}
table .bord
{
    border-bottom: 1px solid #0984b6;
}


/*  Buttons */
.button1
{
    display: inline-block;
    background: url(../Imagem/button1-bg.gif) left top repeat-x #eeeeee;
    padding: 10px 18px 10px 18px;
    font-size: 0.785em;
    line-height: 1.2307em;
    border: 1px solid #e6e6e6;
    border-bottom: 1px solid #c9c9c9;
    text-decoration: none;
    font-weight: bold;
    color: #0b96ca;
    text-transform: uppercase;
    margin-top: 10px;
    border-radius: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    position: relative;
}
.button1-margin
{
    margin-top: 30px;
}
.button1:hover
{
    background: url(../Imagem/button2.gif) left top repeat-x #0990bb;
    border: 1px solid #0984b6;
    border-bottom: 1px solid #c9c9c9;
    color: #fff;
}

/* Header
---------------------------------------- */

/* Content
---------------------------------------- */
.slider-bg 
{
    background: url("../Imagem/slider-bg.jpg") no-repeat scroll left bottom transparent;
    height: 375px;
    padding: 46px 0 0 130px;
}
.slider-bg img
{
    margin-left: -100px;
}
.list1
{
    width: 100%;
    overflow: hidden;
    background: url(../Imagem/list1-bg.gif) left bottom repeat-x;
    padding-bottom: 1px;
}
.list1 li
{
    width: 237px;
    float: left;
    height: 266px;
    background: url(../Imagem/list1-li-bg.gif) left top no-repeat;
    text-align: center;
}
.list1 li h2
{
    padding: 21px 0 15px 0;
    color: #454648;
}
.list1 li h2 strong
{
    color: #454648;
}
.list1 li .button1
{
    margin-top: 17px;
}
.list1 li:hover
{
    background: url(../Imagem/list1-li-bg-hover.gif) left top no-repeat;
}
.list1 .last
{
    width: 238px;
}
/* Other */
figure
{
    margin: 0px 20px 0 0;
    background: none;
    float: left;
}
figure.none
{
    margin: 4px 0 0 0;
}
figure figcaption
{
    font-style: italic;
    color: #989898;
    font-size: 1.142em;
    line-height: 1.2307em;
    text-align: center;
    padding: 5px 0 7px 0;
    background: #e7e7e7;
    z-index: 20;
    border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;
    border-bottom: 1px solid #c1c1c1;
    border-left: 1px solid #c1c1c1;
    border-right: 1px solid #c1c1c1;
}
figure.fright
{
    float: right;
    margin: 4px 0 0 16px;
}

.extra-wrap
{
    width: 100%;
}

/* Footer
---------------------------------------- */
footer
{
    height: 155px;
    color: white;
    position: relative;
    background: url(../Imagem/footer-bg.gif) left top repeat-x;
}
footer h4
{
    padding: 40px 0 9px 0;
    letter-spacing: -1px;
}
.free
{
    font-size: 1.571em;
    line-height: 1.2307em;
    color: #141414;
    letter-spacing: -1px;
    padding-top: 35px;
    margin-bottom: 15px;
}
.free strong
{
    color: #767676;
    font-size: 0.81em;
}

/* Superfish Dropdown Menu */
nav
{
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    position: relative;
    background: url(../Imagem/nav-bg.gif) left top repeat-x #dcdcdc;
    border-bottom: 1px solid #bbbbbb;
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #dadada;
    padding: 10px 0 10px 13px;
    height: 37px;
}
.sf-menu
{
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 0px 0 0 0px;
    width: 100%;
    background: none;
    position: relative;
    z-index: 50;
}
.sf-menu li
{
    padding-right: 0px;
    float: left;
    font-size: 1.285em;
    line-height: 1.2307em;
    position: relative;
}

.sf-menu li a
{
    text-decoration: none;
    display: inline-block;
    padding: 6px 24px 9px 24px;
    zoom: 1;
    position: relative;
    z-index: 20;
    color: #454648;
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    position: relative;
    background: url(../Imagem/png-bg.png);
}
.sf-menu li a:hover, .sf-menu .current
{
    color: #fff;
    background: url(../Imagem/sf-menu-a-bg.gif) left top repeat-x #0991bc;
}
.sf-menu .last
{
    padding: 0;
}
.sf-menu li li li
{
    font-size: 1em;
}
.sf-menu ul
{
    position: absolute;
    width: 160px;
    border: none;
    background: #3b3c3e;
    padding: 12px 0 0px 24px;
}

.sf-menu ul .bg
{
    background: url(../Imagem/sf-menu-ul.gif) left top no-repeat;
    height: 10px;
    position: absolute;
    left: 0;
    top: 0;
}

.sf-menu ul .bg1
{
    background: url(../Imagem/sf-left.png) left top no-repeat;
    height: 14px;
    position: absolute;
    left: 0;
    bottom: -17px;
    z-index: 40;
}
.sf-menu ul .bg1 strong
{
    display: block;
    background: url(../Imagem/sf-right.png) right top no-repeat;
    padding: 0 16px 0 16px;
}
.sf-menu ul .bg1 strong strong
{
    background: url(../Imagem/sf-tail.png) left top repeat-x;
    height: 14px;
}
.sf-menu ul li
{
    width: 100%;
    text-align: center;
    margin-bottom: 3px;
}
.sf-menu li:hover
{
    visibility: inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu li li
{
    font-size: 0.888em;
    text-align: left;
    line-height: 1.5em;
    border: none;
    background: none;
    padding: 0px 0px 0px 0;
    cursor: pointer;
}
.sf-menu ul .last
{
    background: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.sf-menu li li a
{
    background: none;
    color: #abacad;
    padding: 0 0 4px 0px;
    overflow: hidden;
    display: block;
    line-height: 1.2307em;
    font-size: 1em;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
.sf-menu li li a:hover, .sf-menu li li a.current
{
    color: #fff;
    background: none;
}
.sf-menu li li:last-child a
{
    border-bottom: none;
}
.sf-menu li ul
{
    left: 0px;
    *top: 43px;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul
{
    left: 0px;
    *top: 43px;
    z-index: 99;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul
{
    top: -999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul
{
    left: 80px; /* match ul width */
    top: 0;
}
ul.typography-menu li li:hover ul, ul.typography-menu li li.sfHover ul
{
    left: 180px; /* match ul width */
    top: -7px;
}


ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul
{
    top: -999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul
{
    left: 10em; /* match ul width */
    top: 0;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active
{
    outline: 0;
}
.sf-menu a.sf-with-ul
{
    min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
}

.sf-menu .sf-sub-indicator
{
    display: none;
}
.sf-menu ul .sf-sub-indicator
{
    display: block;
}
a > .sf-sub-indicator
{
    /* give all except IE6 the correct values */
    top: 50%;
    margin-top: -2px;
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator
{
    right: 5px !important;
}
.ulOpcoes
{
    visibility: hidden;
}

#login-form
{
    padding: 50px 0 0 0;
}

.botaoLogin
{
    margin: -5px 0 0 10px;
}

cufon
{
    text-indent: 0 !important;
}
@media screen,projection
{
    cufon
    {
        display: inline !important;
        display: inline-block !important;
        position: relative !important;
        vertical-align: middle !important;
        font-size: 1px !important;
        line-height: 1px !important;
    }
    cufon cufontext
    {
        display: -moz-inline-box !important;
        display: inline-block !important;
        width: 0 !important;
        height: 0 !important;
        overflow: hidden !important;
        text-indent: -10000in !important;
    }
    cufon canvas
    {
        position: relative !important;
    }
}
@media print
{
    cufon
    {
        padding: 0 !important;
    }
    cufon canvas
    {
        display: none !important;
    }
}


.sliderMaster-bg 
{
    padding: 46px 0 0 0;
    margin: 0 auto;
}

.avisoDestaquePrincipal
{
    font-size: 24px;
    font-family:Tahoma;
    font-weight: 900;
    color: #000;
}
.formTd{font-weight:bold;text-align:right;}

.custom-button {
	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
	background-color:#79bbff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:normal;
	padding:5px 16px;
	text-decoration:none;
	text-shadow:1px 1px 0px #528ecc;
}.custom-button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
	background-color:#378de5;
    cursor:pointer;
}.custom-button:active {
	position:relative;
	top:1px;
}
