html{overflow-y:scroll}

body {
	background-color: #364349;
	margin-top: 20px;
	margin-bottom: 20px;
}

		
.titulo {
	font-size: 14px;
	font-weight: bold;
	color: #22b573;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.texto {
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 12pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}

.link {
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 12pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}

.link:hover {
	font-size: 11px;
	font-weight: normal;
	color: #22b573;
	line-height: 12pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}

.controles {
	font-size: 11px;
	font-weight: normal;
	color: #8B9298;
	line-height: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}


.link2 {
	font-size: 11px;
	font-weight: normal;
	color: #8B9298;
	line-height: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.link2:hover {
	font-size: 11px;
	font-weight: normal;
	color: #22b573;
	line-height: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.dropmulti {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #8B9298;
	width: 200px;
	background-color: #364349;
	border: 1px solid #8B9298;
	margin: auto;
}

.drop {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	width: 427px;	
	background-color: #364349;
	border: 1px solid #8B9298;
	
}

.drop2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	width: 427px;	
	background-color: #364349;
	border: 1px solid #8B9298;
	height: 100px;
}

.creditos {
	position: relative;
	width: 100%;
	background-color: #364349;
	bottom: 0px;
	height: 30px;
	visibility: visible;
	z-index: 2;
	left: 0;
	padding-top: 30px;
}

.creditos2 {
	position: relative;
	width: 100%;
	background-color: #364349;
	bottom: 0px;
	height: 30px;
	visibility: visible;
	z-index: 2;
	left: 0;
	padding-top: 70px;
}

