@charset "utf-8";
/**
 * CSS Layout Geral
 * 
 * Copyright 2013 - 1948/2013 - Fundacao IPEAD - Todos os Direitos Reservados
 *
 * @copyright     Copyright 1948/2013, Fundacao IPEAD
 * @link          http://http://www.ipead.com.br Fundacao IPEAD
 * @package       app.webroot.css
 *
 * @author        Danielle Couto <danibetriz@gmail.com>, William Melquiades <wms.melquiades@gmail.com>
 * @since         CakePHP(tm)
*/

/**
* Cores da logo do IPEAD
* Azul 1 #0d005a
* Azul 2 #0a0047
*
* Cores utilizadas no site
* Azul Escuro= #06286A | #2A385B
* - Pantone 281
* Verde = #01BA98
* Verde escuro = #00453B
* #0BC992 | #35B98D
* - Pantone 3395 | #00a79d
* Azul claro menu = #B4CFF4
* Azul ciano home = #0093DD
*/


/**
CSS RESET
*/

html, body, div, span, applet, object, iframe, table, caption,
tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins,
kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr,
acronym, address, big, cite, code, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
    vertical-align: baseline;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
:focus {
    outline: 0;
}
body {
    background: white;
    line-height: 1;
    color: black;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}


/** GERAL **/
html {
    background: #01BA98;
    min-width: 980px;
}

body {
    background: #F0F0F0;
    /*background: url('../img/geral/beige_paper.png') repeat;*/
    color: black;
    font-family: "lucida grande", verdana, helvetica, arial, sans-serif;
    font-size: 13px;
}

h1, h2, h3, h4 {
    font-weight: normal;
}
h1 {
    background:#FFF;
    color: #003D4C;
}
h2 {
    color: #06286A;
    font-family:'Gill Sans','lucida grande', helvetica, arial, sans-serif;
}
h3 {
    color: #2C6877;
    font-family:'Gill Sans','lucida grande', helvetica, arial, sans-serif;
}
h4 {
    color: #993;
}
h5 {
    color: #06286A;
    font-weight: bold;
}

b, strong {
    font-weight: bold;
}

ul, li {
    margin: 0 8px;
}
p {
    margin: 0 0 1em 0;
    line-height: 18px;
}

a {
    color: #06286A;
    text-decoration: none;
    font-weight: bold;
}
a:hover {
    color: #01BA98;
}

th {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#E8E8E8), to(#CFCFCF));
    background-image: -webkit-linear-gradient(top, #E8E8E8, #CFCFCF);
    background-image: -moz-linear-gradient(top, #E8E8E8, #CFCFCF);
    background-image: -ms-linear-gradient(top, #E8E8E8, #CFCFCF);
    background-image: -o-linear-gradient(top, #E8E8E8, #CFCFCF);
    background-image: linear-gradient(top, #E8E8E8, #CFCFCF);
}

tr {
    background: #FFF;
}

tr:nth-child(even) {
    background: #B0E2FF;
}

form {
    margin: 10px;
}

label {
    display: block;
    height: 16px;
    padding-right: 5px;
    vertical-align: middle;
    float: left;
}

input, textarea {
    height: 20px;
    border: 1px solid #CFCFCF;
    padding: 0px;
    vertical-align: middle;

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

input[type=submit], .button {
    height: 30px;
    color: white !important;
    font-weight: bold;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

    background-image: -webkit-gradient(linear, left top, left bottom, from(#01BA98), to(#00453B));
    background-image: -webkit-linear-gradient(top, #01BA98, #00453B);
    background-image: -moz-linear-gradient(top, #01BA98, #00453B);
    background-image: -ms-linear-gradient(top, #01BA98, #00453B);
    background-image: -o-linear-gradient(top, #01BA98, #00453B);
    background-image: linear-gradient(top, #01BA98, #00453B);
}

.input, .textarea {
    margin-top: 5px;
    margin-bottom: 5px;
}

#scrollToTop:link, #scrollToTop:visited {
    color: transparent;
    background-color: transparent;
    position: fixed;
    bottom: 50%;
    right: 15px;
    z-index: 1;
    display: none;
}


/* Layout */
#container {
    min-width: 970px;
}

#header {
    height: 180px;
    /*margin-bottom: 18px;*/
}

#content {
    color: #333;
    width: 900px;
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 12px;
    overflow: hidden;
    clear: both;
}

#cabecalho {
    /*background: url('../img/topo-verde.png');*/
    background-repeat: repeat-x;
    min-width: 910px;
}

#rodapePrimario {
    /*background: url(../img/rodape-azul.png) top center repeat-x;*/
    min-height: 100px;
    min-width: 940px;
    color: #06286A;
}

#rodapeSecundario {
    background: url(../img/rodape-verde.png) top repeat-x;
    height: 39px;
    min-width: 940px;
    text-align: center;
    position: relative;
    margin-top: -5px;
    padding-top: 18px;
}

#rodapeSecundario span{
    color: #FFF;
    font-size: 8pt;
    font-weight: bold;
}

.paginasInternas {
    margin-top: 10px;
    padding: 25px;
    color: #06286A;
    border: 1px dotted #C1D9F0;

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

    background-color: #FFF;
    background-image: linear-gradient(top, #fff, #eee);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
    background-image: -webkit-linear-gradient(top, #fff, #eee);
    background-image: -moz-linear-gradient(top, #fff, #eee);
    background-image: -ms-linear-gradient(top, #fff, #eee);
    background-image: -o-linear-gradient(top, #fff, #eee);

    box-shadow: 0px 0px 15px rgba(50, 50, 50, 0.75);
    -webkit-box-shadow: 0px 0px 15px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 15px rgba(50, 50, 50, 0.75);
}

.legendaCrumbs {
    font-size: 11px;
    color: grey;
}
.tituloPaginas {
    width: 530px;
    height: 40px;
    color: white;
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
    padding-top: 10px;

    -webkit-box-shadow:
        0 0 1px rgba(0, 0, 0, 0.3), 
        0 3px 7px rgba(0, 0, 0, 0.3), 
        inset 0 1px rgba(255,255,255,1),
        inset 0 -3px 2px rgba(0,0,0,0.25),
        inset 0 0 5px rgba(0,0,0,0.3),
        inset 0 3px 4px rgba(0,0,0,0.3);
    -moz-box-shadow:
        0 0 1px rgba(0, 0, 0, 0.3), 
        0 3px 7px rgba(0, 0, 0, 0.3), 
        inset 0 1px rgba(255,255,255,1),
        inset 0 -3px 2px rgba(0,0,0,0.25),
        inset 0 0 5px rgba(0,0,0,0.3),
        inset 0 3px 4px rgba(0,0,0,0.3);
    box-shadow: 
        0 0 1px rgba(0, 0, 0, 0.3), 
        0 3px 7px rgba(0, 0, 0, 0.3), 
        inset 0 1px rgba(255,255,255,1),
        inset 0 -3px 2px rgba(0,0,0,0.25),
        inset 0 0 5px rgba(0,0,0,0.3),
        inset 0 3px 4px rgba(0,0,0,0.3);

    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;

    background-color: #FFF;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0093DD), to(#06286A));
    background-image: -webkit-linear-gradient(top, #0093DD, #06286A);
    background-image: -moz-linear-gradient(top, #0093DD, #06286A);
    background-image: -ms-linear-gradient(top, #0093DD, #06286A);
    background-image: -o-linear-gradient(top, #0093DD, #06286A);
    background-image: linear-gradient(top, #0093DD, #06286A);
}

.subtitulo {
    font-weight: bold;
    color: #0093DD;
}

.conteudoPaginas {
    text-align: justify;
}

.fundoTituloConteudo {
    background: url('../img/geral/fita_azul.png') no-repeat;
    height: 35px;
    width: 290px;
    margin-top: 15px;
    position: relative;
    left: -38px;
    clear: both;
}

.fundoTituloConteudoEspelho {
    background: url('../img/geral/fita_azul_espelho.png') no-repeat;
    height: 35px;
    width: 290px;
    margin-top: 15px;
    position: relative;
    left: 38px;
    clear: both;
}
.posicao2ColunaFundoTituloConteudoEspelho {
    left: 128px;
}

.fundoTituloConteudoGrande {
    background: url('../img/geral/fita_azul_grande.png') no-repeat;
    height: 35px;
    width: 500px;
    position: relative;
    left: -38px;
    clear: both;
}

.fundoTituloConteudoGigante {
    background: url('../img/geral/fita_azul_gigante.png') no-repeat;
    height: 35px;
    width: 500px;
    position: relative;
    left: -38px;
    clear: both;
}

.fundoTituloConteudoGigante2 {
    background: url('../img/geral/fita_azul_gigante2.png') no-repeat;
    height: 35px;
    width: 630px;
    position: relative;
    left: -38px;
    clear: both;
}

.fundoTituloConteudoGrandeEspelho {
    background: url('../img/geral/fita_azul_grande_espelho.png') no-repeat;
    height: 35px;
    width: 500px;
    position: relative;
    left: 38px;
    clear: both;
}
.posicao2ColunaFundoTituloConteudoGrandeEspelho {
    left: -82px;
}

.fundoTituloPaginas {
    height: 100px;
    margin: 0 auto;
    background: url('../img/geral/sombra.png') no-repeat;

    -moz-background-position: 50% 50px;
    -webkit-background-position: 50% 50px;
    background-position: 50% 50px;
}

.tituloConteudo, .tituloConteudoEspelho {
    margin-left: 20px;
    font-weight: bold;
    font-size: 12px;
    color: #FFF;
    position: relative;
    top: 4px;
}

.tituloConteudoEspelho {
    margin-left: 0px;
    margin-right: 20px;
    float: right;
}

.tituloAccordion {
    cursor: pointer;
}

.divide2 {
    width: 50%;
    float: left;
}
.divide3 {
    width: 32%;
    margin: 5px;
    margin-bottom: 15px;
    float: left;
}

.botao {
    color: white;
    font-weight: bold;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;

    background-color: #01BA98;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#01BA98), to(#00453B));
    background-image: -webkit-linear-gradient(top, #01BA98, #00453B);
    background-image: -moz-linear-gradient(top, #01BA98, #00453B);
    background-image: -ms-linear-gradient(top, #01BA98, #00453B);
    background-image: -o-linear-gradient(top, #01BA98, #00453B);
    background-image: linear-gradient(top, #01BA98, #00453B);

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

    -webkit-box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.3),
        0 1px 2px rgba(0,0,0,0.35),
        inset 0 3px 2px rgba(255,255,255,0.2),
        inset 0 -3px 2px rgba(0,0,0,0.1);
    -moz-box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.3),
        0 1px 2px rgba(0,0,0,0.35),
        inset 0 3px 2px rgba(255,255,255,0.2),
        inset 0 -3px 2px rgba(0,0,0,0.1);
    box-shadow: 
        inset 0 1px 0 rgba(255,255,255,0.3),
        0 1px 2px rgba(0,0,0,0.35),
        inset 0 3px 2px rgba(255,255,255,0.2),
        inset 0 -3px 2px rgba(0,0,0,0.1);
}

.botaoAzul {
    color: white;
    font-weight: bold;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;

    background-color: #01BA98;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0093DD), to(#06286A));
    background-image: -webkit-linear-gradient(top, #0093DD, #06286A);
    background-image: -moz-linear-gradient(top, #0093DD, #06286A);
    background-image: -ms-linear-gradient(top, #0093DD, #06286A);
    background-image: -o-linear-gradient(top, #0093DD, #06286A);
    background-image: linear-gradient(top, #0093DD, #06286A);

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

    -webkit-box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.3),
        0 1px 2px rgba(0,0,0,0.35),
        inset 0 3px 2px rgba(255,255,255,0.2),
        inset 0 -3px 2px rgba(0,0,0,0.1);
    -moz-box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.3),
        0 1px 2px rgba(0,0,0,0.35),
        inset 0 3px 2px rgba(255,255,255,0.2),
        inset 0 -3px 2px rgba(0,0,0,0.1);
    box-shadow: 
        inset 0 1px 0 rgba(255,255,255,0.3),
        0 1px 2px rgba(0,0,0,0.35),
        inset 0 3px 2px rgba(255,255,255,0.2),
        inset 0 -3px 2px rgba(0,0,0,0.1);
}

.textoJustificado {
    text-align: justify;
}

/* Pesquisas e Projetos */
.emailCoordenador {
    margin-top:50px;
}

.emailCoordenador a {
    color: #01BA98;
}

#ContatoEnviaEmailForm label {
    width:  70px;
}
#ContatoEnviaEmailForm input[type=text],
#ContatoEnviaEmailForm input[type=email],
#ContatoEnviaEmailForm textarea {
    width: 327px
}

#ContatoEnviaEmailForm textarea {
    max-width: 327px;
    height: 100px;
}

.botao:hover, .button:hover, .botaoAzul:hover, .emailCoordenador a:hover {
    color: orange;
}

.imagemIconeMedio {
    width: 30px;
    height: 30px;
}
.imagemIconePequeno {
    width: 18px;
    height: 18px;
}

.divEsquerda {
    float: left;
    width: 400px;
}

.divDireita {
    float: right;
    width: 400px;
}

.div2Coluna {
    width: 380px;
}

.ui-accordion .ui-accordion-content {
    overflow: hidden;
}

.mensagem_ok { 
    background: #e5f2be; 
    border:2px solid #bedf5d; 
    padding:10px; 
    font-weight:bold;
    position: absolute;
    top: 10px;
    right: 10px;
}
.mensagem_error { 
    background: #eccecf;
    border:2px solid #9e0b0f;
    padding:10px;
    font-weight:bold;
    position: absolute;
    top: 10px;
    right: 10px;
}
.mensagem_alert { 
    background: #fcde7e;
    border:2px solid #F89406;
    padding:10px;
    font-weight:bold;
    position: absolute;
    top: 10px;
    right: 10px;
}

.creditoImagem {
    font-size: 9px;
    color: #ccc;
    text-align: right;
    margin-bottom: 5px;
}

.topico{
    margin-top: 5px;
    margin-bottom: 5px;   
    list-style: url(../img/icones/favorito.png);
}