/* CSSTerm.com Simple CSS menu */

br { clear:left }

.menu_title {
   
    width: 100%; 
    background-color: #005555; 
    line-height:150px; 
    font-size:52px; 
    font-style: italic;
    color: #FFF; 
    float:left; 
    text-align:center
}

.menu_simple {
    align: center;
    width: 100%;
    *height: 30%;
    color: white;
    background-color: #005555;
}

.menu_simple ul {
    margin: 0px 50px; padding: 0px;
    margin-left: 25%;
    float: inside;
}

.menu_simple ul li {
    display: inline;
}

.menu_simple ul li a {
    float: left; text-decoration: none;
    color: white; 
    padding: 10.5px 65px;
    background-color:  #005555;
}
 
.menu_simple ul li a:visited {
    color: white;
}
 
.menu_simple ul li a:hover, .menu_simple ul li .current {
    color: gray;
    background-color: #005555;
}

.container1 {
    width: 40%; 
    height: 200px;
    padding: 4px;
    background-color: #ffffff; 
    line-height:350px; 
    float:left; 
    text-align:center;
    image-resolution: 300dpi;
}

img {
  border-radius: 4px;
  padding: 50px;
  width: 250px;
}

#box-toggle {
 width: 500px; 
 height: 200px; 
 padding: 5px;
 border: 1px solid #fff;
 text-align: justify;
 text-justify: inter-word;
 font-size:16px;
 background: #ffffff;
 *position: relative;
 display:table; 
 overflow:auto;
 }

.publicacoes {
 width: 100%; 
 height: 250px; 
 border: 1px solid #fff;
 background: #98FB98;
 position: relative;
 display:table; 
 }
 .publicacoes p{
    width: 100%; 
    line-height:0px; 
    font-size:38px; 
    font-style: italic;
    color: #005555; 
    *float:left; 
    text-align:center
 }
 
.conteudo-1 {
    float:left;
    width:240px;
    background:#98FB98;
}
.conteudo-2 {
    float:right;
    width:720px;
}
.conteudo-2-1 {
    float:left;
    width:480px;
    background:#98FB98;
}
.conteudo-2-2 {
    float:right;
    width:240px;
    background:#98FB98;
}