@import url("../internas.css");

#site {
	background: url(imagens/fundo.jpg) #fff;
}


#topo {
	background: url(imagens/topo.jpg);
}

#corpo {
	clear: both;
	background: url(imagens/banner_topo_menu.jpg)  no-repeat left top;
	padding: 0 0 0 25px;
	min-height: 300px;
	height: 100%;
}

#menu { 
	background: url(imagens/rodape_menu.jpg) #72AF6A no-repeat left bottom;
}

#menu li {
	background: #5B8C55;
}

#menu ul li a, #menu ul li a:hover {
	color: #fff;
}

#menu ul li a:hover {
	background: #43673F;
}

#atalhos h3, #atalhos a, #atalhos a:hover {
	color: #5B8C55;
}

#rodape {
	background: url(../imagens/rodape.jpg) bottom center no-repeat;
}

#rodape h2 span {
	background: url(../imagens/logo_rodape.jpg) no-repeat;
}

#rodape_interno li a, #rodape_interno li a:hover {
	background: url(../imagens/marcador_rodape.jpg) no-repeat left top;
}

#conteudo h4 {
	font-size: 14px;
	color: #72AF6A;
	padding: 15px 0 0 0;
}

#sub_menu ul {
	padding: 10px 0 20px 0;
	text-align: center;
}

#sub_menu li {
	display: inline;
}

#sub_menu a {
	text-decoration: none;
	border: 1px solid #E5E5E5;
	padding: 3px 4px 3px 4px;
	margin: 0 3px 0 3px;
	background: #F4F4F4;
}

#sub_menu a:hover {
	text-decoration: none;
	border: 1px solid #aaa;
	background: #EBEBEB;
	color: #828282;
}

#conteudo p a {
	text-decoration: none;
	color: #72AF6A;
}

#conteudo p a:hover {
	text-decoration: underline;
	color: #43673F;
}

#conteudo ul li{
	list-style: square;
	margin: 0 0 0 15px;
}

fieldset {
    float: left;
	clear: both;
    padding: 0 5px 5px 4px;
	margin: 2px;
    border: 1px solid #eee;
    background: #fff;
}

legend {
    background: #fff;
}

#conteudo .botao {
 	text-align: center;
}

.marcador {
	list-style: square;
	margin: 0 0 0 15px;
}

.marcador li {
	padding: 3px 0 3px 0;
}

.atencao {
	color: #72AF6A;
	font-weight: bold;
}

#preto {
	margin: 84px 0 0 -35px;
	background: url(imagens/40_anos_top.jpg) left top no-repeat;
	width: 483px;
	height: 123px;
	padding: 74px 0 0 30px;
}

.buttom a, .buttom a:hover {
	display: block;
	width: 160px;
	padding: 10px;
	background: #eee;
	color: #555;
	margin: 10px auto;
	text-decoration: none;
	border: 1px #ccc solid;
}

.buttom a:hover {
	background: #43673F;
	color: #fff;
	border: 1px #666 solid;
}




.gabarito, .gabarito td, .gabarito th {
	display:table;
	padding: 1px;
	/*border: solid 1px #AD1A14;
	color: #AD1A14;
	background: #ddd;*/
	text-align: center;	
}

.gabarito {
	float:left;
	padding: 1px;
	margin: 5px;
}

.gabarito td {
	display:table-cell;
	border: solid 1px #bbb;
	background: #fff;
}

.gabarito th {
	display:table-cell;
	border: solid 1px #bbb;
	background: #eee;
}

.resposta {
	width: 24px;
}

.nQuestao {
	margin: 5px;
	font-weight: bold;
}

.cancelada {
	color: #a00;
	font-weight: bold;
}

.azul {
	color: #0000FF;
}

.verm {
	color: #FF0000;
}

strong{
	color: #43673f;
}
