/*body{
    background-color: #26543a;
}*/

.bg{
    /*margin: 14%;*/
    /*background-color: #26543a;*/
    background-image: url("img/planodefundo2023.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.bg2{
    /*margin: 14%;*/
    /*background-color: #26543a;*/
    background-image: url("img/background2.png");
    background-size: contain;
    background-position: top;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

iframe.estrutura{
    border-width: 0px;
    height: 1200px;
}


ul{
  list-style-type:square;
}

#side_bar{
  float:left;
	width: 14%;
	margin-left: 1%;    
}

#main_frame{
  float:left;
	width: 82%;
	margin-left: 3%; 
	
}


.subsectitle{
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size: 30px; 
  text-align: left;
}

#programme_tab {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;   
    width: 100%;
}

#programme_tab td, #programme_tab th {
    border: 1px solid #B3B3B3;
    padding: 8px;
    
}

#programme_tab th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
}

#programme_tab td {
    text-align: center;
}

ul#menubar{
    font-family: Helvetica;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 200px;
}

#menubar li a {
    display: block;
    color: #000;
    padding: 8px 16px;
    text-decoration: none;
}

#menubar li a.active {
    background-color: #5D6D7E;
    color: white;
}

#menubar li a:hover:not(.active) {
    background-color: #555;
    color: white;
}

.container {
    position: relative;
    text-align: center;
    /*color: #26543a;*/
    /*color: white;*/    
}

.top_center {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
}


hr {
    display: block;
    height: 3px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*h1 { color: #111; font-family: 'Helvetica Neue', cursive; font-size: 40px; font-weight: bold; letter-spacing: -1px; line-height: 1; text-align: center; }*/
h1 { color: #111; font-family: 'Open Sans', sans-serif; font-size: 40px; font-weight: bold; letter-spacing: -1px; line-height: 1; text-align: center; }


h2 { color: #111; font-family: 'Open Sans', sans-serif; font-size: 25px; text-align: center; }

span.titulo{
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:40px;
        color: #26543a;
}

p.lim{max-width:500px;}

.footer {
    position:absolute;
    bottom:10%;
    /*width:100%;
    height:60px;   /* Height of the footer */
    /*background:#6cf;*/
}