@charset "utf-8";
/* CSS Document */
body{
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #f5e5cb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a{
	text-decoration: none;
	color: #5c5c5c;
}
a:hover, a:active{ /*, a:visited*/
	text-decoration: underline;
	color: #5c5c5c;
}
#navegacao{
	font-size: 10px;
	margin-bottom: 5px;
}
	#navegacao a{
		color: #000000;
	}
#geral{
	width: 777px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#topo{
	width: 100%;
	height: 127px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
	#topo_esq{
		text-align: right;
		width: 52%;
		height: 127px;
		float: left;
		background-image: url(../img/bg_topo_esq.gif);
	}
	#topo_dir{
		width: 48%;
		height: 127px;
		float: left;
		background-image: url(../img/bg_topo_dir.gif);
	}
		#topo_dir_menu{
			margin-top: 30px;
			margin-left: 40px;
		}
		#topo_dir_login{
			height: 23px;
			margin-top: 30px;
			margin-left: 50px;
			font-size: 11px;
		}
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 * Publicidade
 *-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 */
.publicidade{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
}
.publicidadeLateral{
	text-align: center;
	margin-top: 5px;
	width: 160px;
	float: left;
}
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 * Lateral Esquerda: menu e banneres
 *-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 */
#lateral{
		width: 162px;
		float: left;
		margin-right: 10px;
}
	#menu{
		background-image: url(../img/bg_menu.gif);
		background-repeat: repeat-y;
		width: 162px;
		float: left;
		font-size: 11px;
	}
	
	#menu ul{
		list-style-type: none;
		padding: 0px;
		margin: 0px;
		/*margin-top: -5px;
		margin-left: -15px;
		_margin-left: 25px;*/
	}
	#menu li{
		list-style-type: none;
		margin: 5px 0px 5px 15px;
		color: #ffffff;
	}
	#menu a{
		color: #FFFFFF;
		text-decoration: none;
	}
	#menu a:hover{
		background-color: #FFFFFF;
		color: #5c5c5c;
		padding: 2px 4px 2px 4px;
		font-weight: 500;
		/*-moz-opacity:0.8;
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);*/
	}
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 * Páginas Internas: conteudo vindo do banco e formularios
 *-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 */
#centro-int{
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	width: 540px;
	background-image:url(../img/bg_int.gif);
	background-repeat: repeat-y;
}
.titTexto a{
	color: #e37010;
}
	#cen-topo{
		float: right;
		background-image:url(../img/bg_int-topo.gif);
		background-repeat:no-repeat;
		width: 605px;
		height: 19px;
	}
	#cen-base{
		float: right;
		background-image:url(../img/bg_int-base.gif);
		background-repeat:no-repeat;
		width: 605px;
		height: 19px;
	}
	h1{
		margin: 0px;
		color: #5c5c5c;
		font-weight: bold;
		font-size: 18px;
	}
	h2{
		color: #e37010;
	}
	.avaliarTexto{
		color: #5c5c5c;
		font-weight: bold;
		font-size: 14px;
	}

	.titTexto{
		font-weight: bold;
		color: #e37010;
	}
	.titTextoMaior{
		font-weight: bold;
		color: #e37010;
		font-size: 18px;
		font-weight: bold;
	}
	.dataPublicacao{
		font-size: 10px;
		font-weight: normal;
		color: #5c5c5c;
	}

	.imgVideo{
		padding: 5px;
		float: left;
		text-align: center;
		width: 130px;
		font: 11px Verdana, Arial, Helvetica, sans-serif;
	}
	.link-FacaPedido a:link{
		text-decoration: none;
		font-size: 12px;
		color: #d7a451;
	}
	.link-FacaPedido a:hover{
		text-decoration: underline;
		font-size: 12px;
		color: #d7a451;
	}

	.msgAlertSite{
		padding: 5px;
		border: #666666 1px solid;
		background-color: #F40404;
		color: #000000;
		font-weight: bold;
		text-align: center;		
	}
#msgAlert {
	color: #0055BB;
	/*border-right: 3px solid #629de3;
	border-left: 3px solid #629de3;
	border-bottom: 3px solid #629de3;*/
	border: 3px solid #629de3;
	background: #D8E5F8 url(../images/status-info.png) 10px 50% no-repeat;
	width: 30%;
	/*height: 20px;*/
	padding: 10px 10px 10px 40px;
	position: absolute;
	left: 35%;
	top: 41%;
}

	/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
	 * EAD
	 *-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
	 */
	.ead-info{
		width: 440px;
		float: left;
	}
	.ead-tit-arquivo{
		color: #e37010;
		font-size: 20px;
		font-weight: bold;
	}
	.ead-tit-info{
		font-size: 12px;
		font-weight: bold;
	}
	.ead-download{
		width: 100px;
		float:right;
	}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 * Rodapé
 *-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 */
#rodape{
	width: 100%;
	height: 36px;
	background-image:url(../img/bg_rodape.gif);
	background-repeat: repeat-x;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#geral_rodape{
	width: 1001px;
}
.websave{
	float:right;
	width: 50px;
}