@charset "utf-8";
/* CSS Document */

/*div.dropdown { color: #555; width: 120px; position: relative; height: 20px; text-align:center;margin-top: 5px }*/

div.submenu { background: #ffffff; position: absolute; left: -45px; z-index: 100; width: 200px; display: none; padding: 0 0 5px; border-radius: 6px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45); }

.dropdown  li a { color: #555555; display: block; font-family: arial; font-weight: bold; padding: 6px 15px; cursor: pointer; text-decoration:none; font-size:15px }

.dropdown li a:hover{ background:#EEE4D3; text-decoration: none; }

.raiz  li a { color: #555555; display: block; font-family: arial; font-weight: bold; padding: 6px 15px; cursor: pointer; text-decoration:none; font-size:15px }

.raiz li a:hover{ background:#EEE4D3; text-decoration: none; }

/*a.conta { font-size: 18px; line-height: 16px; color: #000000; position: absolute; z-index: 110; display: block; padding: 11px 0 0 20px; height: 28px;width: 121px; margin: -11px 0 0 -10px; text-decoration: none; cursor:pointer }*/

.raiz { list-style:none; padding:0px; font-size: 15px;padding: 0px 0 0 0px; } 

.botao{
	margin-top: 5%;
}

.botao a:link{
	display: block;
	padding: 10px;
	color: #fff;
	background-color:#070D4F;
	text-decoration: none;
	text-transform: uppercase;
	margin-left: auto;
	margin-right: auto;
	width: 20%;
	text-align: center;
	border-radius: 20px 5px 20px 5px;
}

.botao a:hover{
	background-color: #fff;
	color:#070D4F;
	border-radius: 5px 20px 5px 20px;
}