

table#tabela
{
		border: 1px solid orange;
}
span#Links_Internos
{
		border: 1px solid orange;
		width: 20%;
		margin: 0 auto;
		max-width: 90%; 

		 
}
span#Links_Internos a 
{
		text-decoration: none;
		color: black;
}
#Painel_Buscas
{
		border: 1px solid orange;
}

#Toda_Pagina
{
		background-color: blue;
		margin: 0px auto;
		width: 80%;
		border: 2;
  		border-style: solid;
  		border-color: #000;
}
#Painel_header
{
		background-image: url("../img/libras.png");
}
#Painel_Rodape
{
		background-color: blue; 
		text-align: right;
		color: white;
		position: relative;
}
#Painel_Esquerda
{
		background-color: #d9d9d9; 
		float: left;
		width: 75%;
		height: 500px;

}
#Painel_Direita
{
		background-color: #f0da5e; 
		float: right;
		width: 25%;
		height: 500px;
}
#Painel_Direita a 
{
 		text-decoration: none;
}

#Painel_Menu
{
		background-color: blue; 
		color: white;
}
#ul_Menu
{
		list-style-type: none; 
		margin: 0; 
		padding: 0; 
		overflow: hidden;
		align-items: right;
}
li
{
		float: left;
}
li a 
{
		display: block; 
		color: white;
		text-align: center; 
		padding: 14px 18px; 
		text-decoration: none; 

}
#Menu_Lateral
{
		width: 100%;
		text-align: center;
		background-color: #0fade5;
}