@import url("../internas.css");

#site {
	background: url(imagens/fundo.jpg) #fff;
}


#topo {
	background: url(imagens/2012/topo.jpg);
}

#corpo {
	clear: both;
	background: url(imagens/2012/banner_topo_menu.jpg) no-repeat left top;
	padding: 5px 0 0 25px;
	min-height: 350px;
	height: 100%;
}

#menu { 
	background: url(imagens/2012/rodape_m.jpg) no-repeat left bottom;
	height: 372px;
}

#menu ul {
	margin: -10px 0 0 0;
}

#menu ul li a, #menu ul li a:hover {
	background: #fff;
	color: #000;
}

#menu ul li a:hover {
	color: #fff;
	background: #000;
}

#atalhos h3, #atalhos a, #atalhos a:hover {
	color: #666;
}

.texto {
	text-transform: lowercase ;
}


#conteudo div li {
	list-style: none;
}

#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;
}

#sub_menu ul {
	padding: 10px 0 20px 0;
	text-align: center;
}

#sub_menu li {
	display: inline;
}

#sub_menu a, #sub_menu a:hover {
	text-decoration: none;
	border: 1px solid #E5E5E5;
	padding: 3px 5px 3px 5px;
	margin: 0 3px 0 3px;
	background: #F4F4F4;
}

#sub_menu a:hover {
	border: 1px solid #aaa;
	background: #EBEBEB;
	color: #000;	
}


.sub_menu2 ul {
	padding: 10px 0 20px 0;
	text-align: center;
}

.sub_menu2 li {
	display: inline;
}

.sub_menu2 a, #sub_menu2 a:hover {
	text-decoration: none;
	border: 1px solid #E5E5E5;
	padding: 3px 5px 3px 5px;
	margin: 0 3px 0 3px;
	background: #F4F4F4;
	color: #555;
}

.sub_menu2 a:hover {
	border: 1px solid #aaa;
	background: #EBEBEB;
	color: #000;	
}


/*------------*/

#bot ul {
	padding: 10px 0 0 0;
	text-align: center;
}

#bot li {
	display: inline;
}

#bot a {
	text-decoration: none;
	border: 1px solid #E5E5E5;
	padding: 3px 5px 3px 5px;
	margin: 0 3px 0 3px;
	background: #555;
}

#bot a:hover {
	background: #EBEBEB;
	color: #000;
}

/*------------------*/

#conteudo h4 {
	font-size: 14px;
	color: #000;
	padding: 15px 0 0 0;
}

#conteudo h4 a, #conteudo h4 a:hover{
	font-size: 14px;
	color: #000;
	padding: 15px 0 0 0;
	text-decoration: none;
	display: block;
	width: 200px;
	border: 1px solid #eee;
	background: #aaa;
}

#conteudo h5 a, #conteudo h5 a:hover{
	font-size: 16px;
	color: #000;
	padding: 15px 0 0 0;
	text-decoration: none;
	text-align: center;
}

#conteudo h5 a:hover {
	color: #773300;
	text-decoration: underline;
}


#conteudo .titulo {
	font-size: 17px;
	color: #000;
	padding: 0 0 5px 0;
}

#conteudo p a, #conteudo p a:hover {
	text-decoration: none;
	color: #555;
	text-decoration: underline;
	font-weight: bold;
}

#titulo h1 a, #titulo h1 a:hover{
	color: #fff;
	font-family: "Arial", Helvetica, sans-serif;
	font-weight: bold;
}

#conteudo p a:hover {
	color: #916C2B;
}

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: #555;
	font-weight: bold;
}

#conteudo #lista_cursos ul {
	padding: 10px 0 0 0;
}

#conteudo #lista_cursos li {
	margin: 0 0 0 15px;
	list-style: square;
}

.listacursos {
	float: left;
	width: 180px;
}

.listacursos li a, .listacursos li a:hover {
	text-decoration: none;
}

.listacursos li a:hover {
	text-decoration: underline;
	color: #666;
}

#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;
	text-align: center;
	width: 192px;
	padding: 10px;
	background: #eee;
	color: #900;
	margin: 20px auto 0 auto;
	text-decoration: none;
	border: 1px #ccc solid;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.buttom a:hover {
	background: #aaa;
	color: #000;
	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: 2px;
}

.gabarito td {
	display:table-cell;
	border: solid 1px #bbb;
	background: #fff;
}

.gabarito th {
	display:table-cell;
	border: solid 1px #bbb;
	background: #eee;
}

.resposta {
	width: 30px;
}

.nQuestao {
	margin: 5px;
	font-weight: bold;
}

.cancelada {
	color: #a00;
	font-weight: bold;
}

.limpa {
	clear: both;
}

.fies th, .fies td{
	padding: 5px;
	text-align: left;
	border: 1px solid #aaa;
	
}

.fies th {
	color: #000;
}

.larg {
	width: 100px;
}

.larg_p {
	width: 200px;
}

.fundo_tabela {
	background: #eee;
	font-weight: bold;
	color: #773300;
	font-size: 13px;
}

h3 a{
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	color: #CC3333;
}

h3 a:hover{
	color: #618CAE;
	text-decoration: underline;
}

