
#Toda_Pagina
{
		background-color: blue;
		margin: 0px auto;
		width: 90%;
		border: 2;
  		border-style: solid;
  		border-color: #000;
}
#Painel_Central
{
	margin: 0px auto;	
}


#Painel_Header
{
		background-image: url("../img/edu_matematica.jpg"); 
}
#Painel_Esquerda
{
		background-color: red; 
		float: left;
		width: 25%;  

}
#Painel_Direita
{
		background-color: blue; 
		float: right;
		width: 75%; 
}

#Painel_Rodape
{
		background-color: orange; 
		color: white;
		text-align: right;
}
#Painel_Menu
{
		background-color: orange;
		color: white;
}
#ul_Menu
 {
  		list-style-type: none;
  		margin: 0;
  		padding: 0;
  		overflow: hidden;
  		 
}
li 
{
  		float: left;
}

li a {
  display: block;			//Mostra as li na horizontal	
  color: white;
  text-align: center;
  padding: 14px 16px;  		//Distancia dos elementos com as bordas; 
  text-decoration: none;
}


li a:hover 
{
  background-color: #888;
}
#estiqueta
{
	color:white;
}






/*










/* Change the link color to #111 (black) on hover */