* {
        font-family: "arial";
        border:none;
	padding:0px;
	margin:0px
}

.fl {
	float:left;
}


.cb {

	clear:both;
}
.slide {
    position:relative;
    width:100%;

}
.section {
    padding:4px;
    height: 330px;
    margin-right:5px;
    width:150px;
    background:#edf6ff;
   margin-top:30px;
    margin-bottom:10px;
}
.slide .legenda {
   
   display:block;
   position: absolute;
   top: 0px;
   right:0px;
   height:200px;
   width: 130px;
   color: white;
   font: bold 10pt/10pt Helvetica, Sans-Serif;
   letter-spacing: 0.5px;
   font-size:50%;
   background: rgb(25, 56, 134);
   background: rgba(25, 56,134, 0.7);
   padding: 5px;

}
.slide .legenda p {
    text-align:left;
    color:white;
}
.slide h3 {
    color:#B22725;
    background:white;
}
h4 {
	margin:5px;
	font-size:20pt;
	color:#980002;

}
h3 {
    background:#dbedff;
    
    font-size:15pt;
    color:#0039B8;
}

body {
	text-align:center;
	background:url('../img/bg.jpg') repeat-x #cbd1d6;
}


ul#menu{list-style: none;margin: 0;padding: 7px 0;
float:right;
  border-bottom: 1px solid #CCC;font-weight: bold;
  text-align: center;white-space: nowrap}
ul#menu li{display: inline;margin: 0 2px}
ul#menu a{text-decoration: none;padding: 0 0 3px;
  border-bottom: 4px solid #FFF;color: #999}
ul#menu a#current{border-color: #F60;color: #193886}
ul#menu a:hover{border-color: #B22725;color: #193886}


#geral {
	position:relative;
	text-align:left;
	margin: 0 auto;
	width:826px;
        height:100%;

	background:#fff;
	
}
#objetivos {
    list-style: none;
    background:#e7e7e8;
    border:1px dashed #2322FF;
}
#objetivos li {
    margin-left:10px;
}
#cabecalho {
	
	background:url('../img/cabecalho.gif') no-repeat center;
	width:826px;
	height:132px;
}

#site {
	position:relative;
	width:826px;
	background:#fff;

}
#conteudo {
        overflow: hidden;
	margin-left:10px;
	width:525px;
}


p {
	text-align:justify;
	font-family: arial;
        color:#777;
	font-size:13px;
	margin-bottom:10px;

}
#sidebar {
    padding-left: 5px;
	width:100%;
        background:url('../img/sidebar-bg.jpg') repeat-y;
	margin-left:25px;
	width:250px;

}
#slideshow {
background:#fff;
margin-bottom:10px;
margin-top:15px;
float:left;
width:525px;
height:180px;
}
#rodape {
        position:relative;
        color:#fff;
        text-align:center;
        bottom:0;
	width:100%;
	height:60px;
	background:url('../img/bg-rodape.jpg') repeat-x  #183883;
}

#rodape h5 {
    margin:0 auto;
    text-align: center;
   margin-top:15px;
    
    
}
input, textarea {
        
        background:#d9d8d8;
        clear: both;
        font-size: 140%;
        font-family: "frutiger linotype", "lucida grande", "verdana", "sans-serif";
        padding: 2px;
        width: 100%;
}
input[type=submit] {
    background:#193886;
    color:white;
}
input[type=reset]{
    background:#B22725;
    color:white;
}

