﻿/* --------------------------------- Estrutura --------------------------------- */

	*{
		margin:0;
		padding:0;
	}
	
	html, body, form{
	    
	 }
	
	body{
		background:transparent url("../imagens/backBody.gif") repeat;
		font-family:Arial, Helvetica, sans-serif;
		color:#666;
	}
	
	#geral{
		/*font-weight:bold;*/
		font-size:11px !important;
		margin: 0 auto;
		width:780px;
		text-align:left !important;
	}

	#bodyTop{
		height:250px;
		width:780px;
	}
	
	#bodyTop #bodyTopLeft{
		height:245px;
		width:266px;
	}
	
	#bodyTop #bodyTopLeft #boxTodos{
		background:transparent url(../imagens/todos.gif) no-repeat;
		height:182px;
		width:266px;
	}

	#bodyTop #bodyTopLeft #boxTodos{
		margin-bottom:5px;
	}

	#bodyTop #bodyTopLeft #boxTodos p{
		padding:40px 20px 0 60px;
	}

	#bodyTop #bodyTopLeft #boxTodos #boxTodosSaibamais{
		float:right;
		padding:30px 25px 0 0;
	}
	
	#bodyTop #bodyTopLeft img{
		border:0;
	}
	
	#bodyTop #bodyTopCenter{
		background:transparent url(../imagens/backNoticia.gif) no-repeat;
		height:245px;
		margin-left:5px;
		width:320px;
	}
	
	#bodyTop #bodyTopCenter #boxNumeros{
		margin:25px 0 0 140px;
	}
	
	#bodyTop #bodyTopCenter #boxNumeros a{
		background:transparent url(../imagens/icoNumber.gif) no-repeat;
		border: 0;
		color:#fff;
		font-size:12px;
		font-weight:bold;
		margin: 0 2px;
		padding:5px 9px;
		text-decoration: none;
	}

    #bodyTop #bodyTopCenter #boxNumeros a.activeSlide { 
        color:#0f573a;
    }

    #bodyTop #bodyTopCenter #boxNumeros a:focus { 
        color:#0f573a;
        outline:none; 
    }

	#bodyTop #bodyTopCenter #boxNoticia{
		margin:22px 0 0 22px;
		width:270px;
	}

	#bodyTop #bodyTopRight{
		background:transparent url(../imagens/backEducacaoMidia.gif) no-repeat;
		height:226px;
		width:176px;
	}

    #boxNaMidia{
        margin:70px 0 0 5px;
        text-align:right;
        width:155px;
    }

	#bodyTop #bodyTopRight #midia1{
		margin:60px 0 30px 12px;
		text-align:right;
		width:145px;
	}

	#bodyTop #bodyTopRight #midia2{
		margin:0px 0px 0px 15px;
		width:145px;
	}

	#bodyMiddle{
		clear:both;
		height:315px;
		width:780px;
	}

    #bodyMiddle #boxBanner{
        margin:0 0 5px 0;
    }

	#metasContent{
		background:transparent url(../imagens/backDeOlho.gif) no-repeat;
		height:299px;
		width:429px;
	}
	
	#metasContent #boxVeja{
		margin:132px 0 0 15px;
	}
	
	#metasContent #boxVeja p{
		color:#283097;
		font-weight:bold;
	}
	
	#metasContent #boxMetas{
		float:right;
		margin:100px 10px 0 0;
		width:215px;
	}
	
	#bodyBottom{
		background:transparent url(../imagens/backParticipe.gif) no-repeat;
		clear:both;
		height:161px;
		width:778px;
	}

	#bodyBottom #boxFacaParte{
		margin:70px 0 0 10px;
		width:270px;
	}

	#bodyBottom #boxFacaParte table td{
		padding:5px;
	}

	#bodyBottom #boxRadio{
		margin:70px 0 0 10px;
		text-align:center;
		width:190px;
	}
	
	#bodyBottom #boxRadio img{
		float:left;
		margin-right:5px;
	}
	
	#bodyBottom #boxDownload{
		margin:76px 15px 0 0;
		width:260px;
	}

    #bodyBottom #boxDownload img{
        border:0;
    }

/* --------------------------------- Geral --------------------------------- */

	.floatLeft{
		float:left;
	}
	
	.floatRight{
		float:right;
	}