html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, nav ul, nav li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

body {
	background: url('img/fundo.jpg');
	background-attachment: fixed;
	color:#ffffff;
	font-family: 'Lato', 'HelveticaNeue-UltraLight', 'Helvetica Neue UltraLight', 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

#navbar-top {
    position: fixed;
    top: 0;
    width: 100%;
    height:70px;
    background-color:#f7f7f7;
    border-bottom: solid 1px #dedede;
    padding:0 0 10px 0;
}

#navbar-logo {
	position: absolute;
    left:20px;
    top:0px;
}

#navbar-login {
	float:right;
	padding: 20px 20px 0 0;
}

input[type="text"],input[type="password"] {
    width: 170px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

.btn-blue {
    color: #FFF;
    background-color: #0b5d7e;
}

#navbar-bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    height:50px;
    background-color:#f7f7f7;
    border-top: solid 1px #dedede;
    padding: 15px 0 0 0;
}

#navbar-bottom li>a {
	padding-top:0;
	color:#777777;
	background-color: #f7f7f7;
}

#navbar-bottom li>a:hover {
	text-decoration: none;
	color:#000000;
}

#divConteudo {
    position:absolute;
    top: 100px;
    left:100px;
    width:600px;
    height:600px;
    background-color: #ffffff;
    opacity: 0.9;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
    padding:20px;
}

#divConteudo .seta {
    width:24px;
    height: 24px;
    cursor:pointer;
}

#setaUp {
    position:absolute;
    top:10px;
    right:10px;
    display:none;
}

#setaDown {
    position:absolute;
    bottom:10px;
    right:10px;
    display:none;
}

#conteudo {
    color:#000;
}

.tituloPainel {
    font-family: times, Times New Roman, times-roman, georgia, serif;
    color: #666;
    margin: 0;
    padding: 10px 0px 6px 10px;
    letter-spacing: 5px;
    font-size: 26px;
    line-height: 22px;
}

.conteudoPainel {
    font-family: Gill Sans, Verdana;
    letter-spacing: 2px;
    margin: 10px 20px 0 20px;
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
}

.conteudoPainel p {
    margin-bottom: 10px;
}

.contaAgenda {
    float:left;
    background-color:#FF8C00;
    padding:3px;
    margin:3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#intro {
    position:absolute;
    right:100px;
    bottom:100px;
    width:400px;
	color:#ffffff;
}

#intro h1 {
	font-size: 2em;
    margin: 0.67em 0 0 0;
}

#intro h2 {
	font-size: 20px;
	margin-top: 0px;
    margin-bottom: 10px;
    border: none;
}

#divCarrossel {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

#divCarrossel img{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

#divCarrossel h2{
    position: absolute;
    bottom:30px;
    right: 30px;
    z-index: 999;
    color:#ffffff;
    font-size:30px;
    text-align: right;
    width:80%;
    cursor: pointer;
    border: none;
}

h2 {
    font-size:1.2em;
    margin-bottom:20px;
    font-weight: bolder;
    border-bottom: solid 1px #000;
}

.link {
    cursor: pointer;
}