/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 18/09/2014, 14:55:47
    Author     : carlitos
*/

* {
    font-family: "Open Sans", Arial, Helvetica, verdana;   
}

h2, h3, h4, h5, h6 {
    margin-top: 20px;
}

body {
    background-color: #A8CF45;
}

#topo p {
    font-size: 12px;
    line-height: 14px;
}

#topo {

}

#topo p {

}

#logo {
    margin: 0 0 15px 0;
}

#cnpq {
    margin: 0 0 0 10px;
}

#corpo {
    margin: 0 auto;
    padding: 10;
    width: 960px;
    background-color: #FFFFFF;
}

#corpo p {
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    color: #000;
}

#footer {
    margin-top: 15px;
    bottom: 0;
    left: 0;
}
 
#footer .box {
    width: 960px;
    border-top: 3px solid #edeff1;
    margin: 0 auto;
    padding: 15px 0 5px 0;
}

#footer p {
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    color: #000;
}

#logo_semict {
    margin: 0 0 15px 0;
}

#titulo {
    width: 400px;
    border-top: 2px solid #9fb2ba;
    margin: 0 0 0 auto;
}
#titulo h1{
    color: #638812;
    font-size: 14.3px;
    font-weight: normal;
    line-height: 25px;
    padding: 0;
    margin: 10px 0;
}

.content {
  /* background-image:url("{{ theme_url }}/assets/img/hotsite_13_maio_14_semana_cst_reduzida.jpg");*/
}

.content p, .content ul, .content h1, .content h4 {
    padding: 0 20px;
    max-width: 920px;
}

.content table {
    margin: 0 20px;
    max-width: 920px;
}

.col_esq {
    float: left;
}

.col_dir {
    float: right;
}

.clear {
    clear: both;
}

h2 {
    color: #0f69b2;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    padding: 5px 0 5px 65px;
    background-color: #C3E3F7;
}

.menu {
    margin: 20px 0 10px 70px;
}

.menu ul {
    list-style: none;
}

.menu ul li {
    margin: 0 0 14px 0;
}

.menu ul li:before {
    content:"\25ba";
    color: #c00c0c;
    margin-right: 10px;
    font-size: 14px;
}

.menu ul li a {
    color: #00355e;
    text-decoration: none;
    font-size: 18px;
}

.menu ul li a:hover {
    text-decoration: underline;
}

a, a:visited {
    
    text-decoration: underline;
}

#container_map {
    position: relative;
    text-align: center;
}

.map_1 {
    position: absolute;
    left: 310px;
    width: 321px;
    height: 45px;
}
.map_2 {
    position: absolute;
    width: 85px;
    height: 102px;
}

.map_2 a {
    display: block;
    width: 85px;
    height: 102px;
}

#container_map_feiras_semict {
    position: relative;
    text-align: center;
}

#container_map_feiras_semict > #feiras > a{
    position: absolute;
    left: 480px;
    top: 250px;
    width: 135px;
    height: 150px;
    display: block;
}

#container_map_feiras_semict > #semict > a{
    position: absolute;
    left: 798px;
    top: 250px;
    width: 135px;
    height: 150px;
    display: block;
}

#container_map_semict {
    position: relative;
    text-align: center;
}

.map_3 {
    position: absolute;
    width: 348px;
    height: 30px;
}

#evento a, #objetivos a, #publico a, #normas_elaboracao a, #normas_apresentacao a, #realizacao a, #cronograma a, #inscricao a, #contato a {
    position: absolute;
    display: block;
    width: 348px;
    height: 30px;
}

#evento a {
    left: 180px;
    top: 452px;
}

#objetivos a {
    left: 546px;
    top: 452px;
}

#publico a {
    left: 907px;
    top: 452px;
}

#realizacao a {
    left: 180px;
    top: 495px;
}

#normas_elaboracao a {
    left: 546px;
    top: 495px;
}

#normas_apresentacao a {
    left: 907px;
    top: 495px;
}

#cronograma a {
    left: 180px;
    top: 539px;
}

#inscricao a {
    left: 546px;
    top: 539px;
}

#contato a {
    left: 907px;
    top: 539px;
}
#conteudo {
    display: none;
}

.breadcrumb {
    margin-top: 20px;
    background-color: #C3E3F7;
    border-radius: 0;
}

.breadcrumb li+li:before {
    content:"/";
    padding: 0 5px;
    color: #777;
}

.breadcrumb a {
    cursor: pointer;
}

.breadcrumb li:last-child a {
    color: #777;
    text-decoration: none;
}

h1 {
    color: #00355e;
    margin-bottom: 30px;
}



