body{
	font-family: 'Open Sans', sans-serif;
	margin:0;
	padding:0;	
}

/*-------------------------------------------------------*/
#topo
{
	background:url(../img/barra.jpg) repeat-x 0 0;
	width:100%;
	height:85px;
}
#topo .menut
{
	width:1100px;
	margin:0 auto;
	height:75px;		
}
/*--------------------------------------------------------*/

#meioCont
{
	width:100%;
	
}

a{
	color: #333;
	text-decoration: none;
}

ol,ul {
	list-style:none;
}

q:before,q:after {
	content:'';
}

#apresentacao
{
	width:100%;
}

.logo
{
	width:60%;
	margin-top:10%;
	text-align:center;
}
.logo2
{
	width:100%;
	
}

.image
{
	width:50%;	
	margin-top:5%;
	margin:0 auto;
}

.image2
{
	width:80%;	
	margin-top:2%;	
	margin-bottom:5px;
	display: block; margin-left: auto; margin-right: auto
}
.image3
{
	width:60%;		
	margin-bottom:5px;
	display: block; margin-left: auto; margin-right: auto
}

.image4
{
	width:100%;	
	margin-top:2%;	
	margin-bottom:5px;
	display: block; margin-left: auto; margin-right: auto
}

.divimg
{
	width:98%;
	margin:0 auto;
	
	padding:2px 2px 2px 2px;
	margin-bottom:20px;
	padding-right:10px;
}

.obs
{
	position:relative;
	width:100%;
	float: left;
}

.esq
{
	
	float:left;
	position:relative;
	
}
.dir
{	
	float:right;	
	position:relative;	
}

.esq2
{
	
	float:left;
	position:relative;
	margin-top:-45px;	
}

.dir2
{	
	float:right;	
	position:relative;
	margin-top:-45px;
	right:210px;
	
}

.dir3
{	
	float:right;	
	position:relative;
	margin-top:-135px;
	top:0px;
	right:210px;
}
.esq a, .dir a
{
	color: #929292;
	font-size: 20px;
	text-decoration:none;
}
h1, h2
{
	text-align:center;
}

h3
{
	font-family:Arial;
	font-size:80px;
	text-align:center; 
	color:#eeeeee; 
	text-shadow:#000 1px -1px 3px, #000 -1px 1px 3px, #000 1px 1px 3px, #000 -1px -1px 3px;		
}
h4
{
	margin-top:0px;
	text-shadow:#000 1px -1px 1px, #000 -1px 1px 1px, #000 1px 1px 1px, #000 -1px -1px 1px;	
	font-family:Arial;
	font-size:80px;
	text-align:center; 
}


.texto
{
	width:80%;
	margin:0 auto;
}

.texto ul, .texto p
{
	font-size:15px;
	text-align:justify;
	line-height:25px;
}
.lesq
{	
	float:left;
	width:45%;
	
}
.ldir
{	
	float:right;
	width:45%;
}

.lesq ul, .ldir ul
{
	font-size:15px;
	text-align:justify;
	line-height:25px;
}
fieldset {
        border-radius:4px;
        background: #fff; 
        background: -moz-linear-gradient(#fff, #f9fdff);
        background: -o-linear-gradient(#fff, #f9fdff);
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f9fdff)); /
        background: -webkit-linear-gradient(#fff, #f9fdff);
        padding:20px;
        border-color:#b2f4e3;
}
.tableinfo
{
	width:100%;
}
.trtopo
{
	background-color:#4f81bd; color:#fff;
}

.trpar
{
	background-color:#d0d8e8; color:#000;
}

.trimpar
{
	background-color:#e9edf4; color:#000;
}

.td1
{
	width:85%; height:30px; padding-left:15px;
}
.td2
{	
	text-align:center;
	font-weight:bold;
}

legend {
        color:#0ed89f;
        font-size:16px;
        padding:0 10px;
        background:#fff;
        -moz-border-radius:4px;
        box-shadow: 0 1px 5px rgba(4, 129, 177, 0.5);
        padding:5px 10px;
        text-transform:uppercase;
        font-family:Helvetica, sans-serif;
        font-weight:bold;
    }
.menu
{
		width: 250px;
		overflow-y: scroll;
		height:450px;
}
	

@media only screen and (min-width: 768px) and (max-width: 959px) {
	h1{ font-size:20px}
	h2{ font-size:15px}
	h4,h3{ font-size:50px}
}

@media only screen and (max-width: 767px) {
	h1{ font-size:15px}
	h2{ font-size:13px}
	h4,h3{ font-size:30px}
}




























