html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	color: #333333;
	font-family: Arial, sans-serif;
	font-size: 13px;
}

a {
	outline: none;
}

#contedor {
	color: #333333;
	width: 980px;
	height: 664px;
	background: url("../imagens/logo.jpg") no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	/*border: thin dashed  #4d4d4d;*/
}

#contedor a {
	text-decoration: none;
}

#menu {
	float: left;
	margin-top: 30px;
	width: 240px;
	list-style-type: none;
	font-size: 15px;
}

#menu a {
	text-decoration: none;
}

#menu li {
	/*background-color: #9e9e07;*/
	background-image: url("../imagens/botom00.png");
	list-style-type: none;
	height: 24px;
	padding: 6px 15px 0 15px;
	margin: 33px 0;
	/*border: thin dashed  #4d4d4d;*/
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#menu li a, a:visited {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#menu li:hover {
	/*background-color: #0054a0;*/
	background-image: url("../imagens/botom01.png");
	list-style-type: none;
	/*border: thin dashed  #b3b5bf;*/
	color: #FFF;
}

#menu li a:hover, a:visited:hover {
	color: #FFF;
	text-decoration: none;
}

#menu li.activo {
	/*background-color: #9e9e07;*/
	background-image: url("../imagens/botom00+logo.png");
	list-style-type: none;
	/*border: thin dashed  #4d4d4d;*/
	font-weight: bold;
	color: #000;
}

#menu li.activo a, a:visited {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#menu li.activo:hover {
	/*background-color: #0054a0;*/
	background-image: url("../imagens/botom01+logo.png");
	list-style-type: none;
	/*border: thin dashed  #b3b5bf;*/
	color: #FFF;
}

#menu li.activo a:hover, a:visited:hover {
	color: #FFF;
	text-decoration: none;
}

#contido {
	position: relative;
	display:none;
	float: left;
	width: 450px;
	height: 600px;
	margin-left: 55px;
	margin-top: 30px;
	background-image: url('../imagens/fondocorpo.png');
	line-height: 20px;
}

#contido h2 {
	padding-left: 20px;
	color: #9e9e07;
	text-align: left;
	font-size: 1.7em;
	font-weight: bold;
}

#contido h2 a, h2 a:hover, h2 a:visited, h2 a:visited:hover {
	color: #9e9e07;
}

#contido p {
	padding: 0 20px;
	color: #DDD;
	text-align: justify;
	font-weight: bold;
}

#contido ul li {
	padding: 0 20px;
	color: #DDD;
	font-weight: bold;
	text-align: justify;
}

#contido a.dentro, a.dentro:visited {
	font-weight: bold;
	color: #303089;
	text-decoration: none;
	margin: 0 1px;
}

#contido a.dentro:hover, a.dentro:visited:hover {
	color: #641595;
	text-decoration: none;
	background: #E8E150;
	margin: 0 1px;
}

#contido .captcha {
	clear: both;
	margin-left: 20px;
}

#contido .botom {
	border: 1px solid #FFF;
	color: #FFF;
	background-color: #0054a0;
	margin-left: 20px;
}

#ligacoes {
	float: right;
}

#logo_andaime {
	position: relative;
	top: 510px;
	right: 55px;
	/*float: right;*/
	height: 29px;
	width: 108px;
	display: block;
	text-decoration: none;
}

#logo_agal {
	position: relative;
	top: 521px;
	right: 47px;
	/*float: right;*/
	height: 61px;
	width: 108px;
	display: block;
	text-decoration: none;
}

#fecho {
	position: absolute;
	top: 560px;
	right: 40px;
	/*float: right;*/
	display: block;
	text-decoration: none;
	text-align: center;
	/*background-color: #A3C2CC;
	border-left: 1px solid #EEE;
	border-top: 1px solid #EEE;
	border-right: 1px solid #495D64;
	border-bottom: 1px solid #495D64;*/
	padding: 0 5px 2px 6px;
	border: 1px solid #FFF;
	color: #FFF;
	background-color: #0054a0;
}

#subcontido {
	height: 490px;
}

#contido .jScrollPaneDrag {
	background: url('../imagens/rola.png') no-repeat;
	background-attachment: scroll;
	background-position: 50% 50%;
}

#contido .jScrollPaneTrack {
	background: #0054a0;
}

#contido a.jScrollArrowUp {
	background-color: transparent;
	height: 15px;
	background-image: url(../imagens/seta_topo.png);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0pt 0pt;
}

#contido a.jScrollArrowDown {
	background-color: transparent;
	height: 15px;
	background-image: url(../imagens/seta_fundo.png);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0pt 0pt;
}

#contido p.esquerda {
	text-align: left;
}

#contido #linha {
	clear: both;
	padding: 3px 20px 3px 20px;
	color: #DDDDDD;
	text-align: justify;
	font-weight: bold;
}

#contido input.direita {
	float: right;
}

#contido textarea.direita {
	float: right;
}

#contido select.separa {
	font-size: .8em;
	margin-left: 20px;
}

#contido h3 {
	clear: both;
	margin: 0 20px 5px 20px;
	padding-top: 15px;
	font-size: 1.3em;
	font-weight: bold;
	color: #DDDDDD;
	border-bottom: 1px dashed #DDDDDD;
}

.enfase {
	text-decoration: underline;
	font-style: italic;
}

#contido h2.fc-header-title {
	color: #DDD;
}

.fc-event, .fc-agenda .fc-event-time, .fc-event a {
	background-color: #4B934B;
	border-color: #4B934B;
}

.olho,
.fc-agenda .olho .fc-event-time,
.olho a {
	background-color: #A52A2A;
	border-color: #A52A2A;
	color: white;
	}

.fc .fc-grid td {
	height: 70px;
	background-color: #FFF;
}

.fc-event a {
	font-size: .85em;
	padding-left: 2px;
	border: 0;
}

.fc-grid .fc-day-number {
	font-weight: bold;
}

.fc-content .fc-state-highlight {
	background-color: #9e9e07 !important;
	border: 1px solid #000 !important;
}


