﻿body{
	/*overflow-x: hidden; 
	overflow-y: scroll;*/
	overflow-x: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 100%;

}

html { overflow-y: auto; 
  
}

form {

	height: 100%;
}
.texto{
	color: black;
}

.textoOculto{
	color: black;
	margin: 0px;
	margin-bottom: 1em;
	padding: 0px;
	font-size: 12px;
	display: none;
}

.textoExpicativo {
    margin-left: 6.5em;
    padding-right: 1em;
    font-size: 12px;
    display: none;
}

#textoErroCookies {
    padding-right: 1em;
    font-size: 12px;
    display: none;
    color: #fd5c40;
}

.textoDetalheNoJavaScript{
  margin-left: 6.5em;
  padding-right: 1em;
  font-size: 12px; 
}

.iconMinus, .iconPlus{
	/*background-color: black;*/
	display:none;
	width:20px;
	height:20px;	
	padding: 0px;	
}

.iconPlus{
	background-image: url('../icon-ver-mais.png');
}
.iconMinus{
	background-image: url('../icon-ver-menos.png');
}


.tdIcon{
	width: 5%;
	padding-top: 2.7em;
}

#titulo{
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	padding-bottom: 16px;
	
}

#descricaoPre{
	width: 600px;
	/*padding-bottom: 16px;
	padding-top: 16px;*/
	_padding-top: 24px;
	margin: 0 30px 0 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13px;
}

#tabela{
	margin:0 30px 0 40px;
	width: 600px;
	padding-bottom: 20px;
	background-image: url('../../img/bg2.gif');
}

#AreaConteudoDescricao{
	width: 600px;
}

#footer{
	bottom: 0px;
	height: 24px;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	
}


#conteudo {
	
}

#titulo-prereq {
	float: center;
	margin: 45px 20px;
	font-size: 24px;
	color: black;
}

.header {
	
	text-align: center;
	height: 120px;
	width: auto;
	margin-top: 0px;
}

.linkDeselect{
	float: right;
	padding-right: 60px;
 }
 