@media (max-width: 600px)
{
  #exibirlogo
   {
	width: 80%;
   }
}

@media (min-width: 600px)
{
  #exibirlogo
   {
	width: 40%;
   }
}

body
{
   background: #000000;
  background-repeat: repeat;
}

#principal
{
   background: #CDCDCD;
   font-size: 20px;
   font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   width: 100%;
   margin-top:0%;
   margin-left:0%;
   border-radius: 5px 50px 5px 50px;
   -webkit-border-radius: 5px 50px 5px 50px;
   -moz-border-radius: 5px 50px 5px 50px;
	color:#63736e;
}

#topo
{
	text-align:center;
}

#conteudo
{
	font-size: 20px;
	font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

#conteudo2
{
	margin-left:2%;
	margin-right:2%;
	margin-top:2%;
	margin-bottom:2%;
}

#rodape1
{
	background: #000000;
	font-size: 18px;
	font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
	color:ffffff;
	text-align:center;
	width: 100%;
}

#rodape2
{
	background: #CDCDCD;
	font-size: 12px;
	font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
	color:C71585;
	text-align:center;
	margin-top:0%;
	width: 100%;
}

a:link, a:visited 
{
	text-decoration: none
}

a:hover 
{
	text-decoration: underline; 
	color: #f00;
}

a:active 
{
	text-decoration: none
}
	
input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="number"], input[type="date"], input[type="time"], select, textarea, file
{
	background: #ffffff;
   margin:0 auto;
   width: 100%;
   padding: 6px 0;
   color: #c26785 !important;
   font-size: 20px;
   text-align:center;
   font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   font-weight: normal;
   font-style: normal;
}

input[type="submit"]
{
   width: 95%;
   padding: 6px 0;
   color: #c26785 !important;
   font-size: 20px;
   text-align:center;
   font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   font-weight: normal;
   font-style: normal;
   width:30%;
}

.topotabela{
	background: #696969;
	font-weight: bold;
	color: #ffffff 
}

.meiotabela{
	background: #A9A9A9;
}

.fimdatabela{
	background: #DCDCDC;
}