@import url("home.css");
@import url("cursos.css");
@import url("corpo_docente.css");
@import url("empresa.css");
@import url("contato.css");
@import url("calendario.css");
@import url("cursos_ficha.css");
@import url("lightbox.css");


* {
	margin:0;
	padding:0;
	border:0;
	list-style:none;
}

body {
	background:url(img/body_bg.jpg) repeat-x #FFF;
	font:12px "trebuchet ms";
}

a {color:#4A5784;}

input.bt, lightbox input.bt {
	background:url(img/bt_bg.jpg) no-repeat;
	width:61px;
	height:20px;
	display:block;
	text-align:center;
	font:bold 12px "trebuchet MS", verdana, arial, sans-serif;
	color:#FFF;
	text-transform:uppercase;
	border:2px solid #A5A4A9;
	padding:0;
}

div#central {
	width:778px;
	margin:0 auto;
	position: relative
}
div#topo {
	height:105px;
	z-index:1;
	margin-top:0;
}
div#topo h1 {
	display:block;
	margin:6px 0 0 0;
	float:left;
	width:164px;
	z-index:100;
	position: relative
}
div#topo form {
	display:block;
	width:180px;
	float:right;
}
div#topo form input.busca {
	display:block;
	width:127px;
	height:23px;
	background:url(img/topo_busca_bg.jpg) no-repeat;
	padding:3px 4px;
	float:left;
	margin-right:3px;
}
div#topo ul {
	width:523px;
	float:right;
	display:block;
	clear:both;
	margin:-54px 86px 0 0;
}
div#topo ul li {
	float:left;
	font:bold 12px "trebuchet ms";
	margin:0;
	padding:0;
}
div#topo ul li a {
	color:#236487;
	text-decoration:none;
}

div#principal {
	background:#FFF;
	width:760px;
	float:left;
	margin-top:-10px;
}

div#principal #cabec {
	background:url(img/cabec_bg.jpg) repeat-x;
	width:760px;
	height:90px;
	margin:-22px 0 0 0;
	float:left;
}

div#principal #cabec ul {
	text-align:right;
	width:200px;
	margin:-66px 0 0 540px;
	float:left;
}

div#principal #cabec ul li {
	padding:1px 20px 1px 0;
	margin-bottom:-4px;
	height:20px;
}

div#principal #cabec a {
	color:#749AAF;
	text-decoration:none;
}

div#principal #cabec a:hover {
	text-decoration:underline;
}

div#principal #cabec ul li.favoritos {
	background:url(img/ferramentas_fav_bg.gif) no-repeat right center;
}

div#principal #cabec ul li.enviar {
	background:url(img/ferramentas_enviar_bg.gif) no-repeat right center;
}

div#principal #cabec ul li.imprimir {
	background:url(img/ferramentas_imprimir_bg.gif) no-repeat right center;
}

div#principal #cabec ul li.letra {
	padding-right:0;
	color:#749AAF;
}

div#principal #cabec h2 {
	font:bold 18px "trebuchet MS", verdana, arial, sans-serif;
	color:#32596A;
	text-indent:0;
	float:left;
	margin:5px 0 0 8px;
}

div#principal #cabec span.migalha {
	display:block;
	width:200px;
	margin:50px 0 0 20px;
}

div#corpo {
	float:left;
	width:760px;
	margin-top:-20px;
	font:12px "trebuchet MS", verdana, arial, sans-serif;
	color:#333;
}


div#corpo h2 {
	font:bold 18px "trebuchet MS", verdana, arial, sans-serif;
	color:#32596A;
	text-indent:0;
}



div#rodape {
	background:url(img/rodape_bg.jpg) repeat-x;
	height:90px;
	clear:both;
	padding:16px 10px;
	width:740px;
}

div#rodape address {
	display:block;
	background:url(img/rodade_address_bg.gif) no-repeat left;
	color:#C5CBDE;
	font:normal 12px "Trebuchet MS", Verdana, Arial, sans-serif;
	padding:5px 0 0 100px; 
	height:66px;

}

div#rodape form {
	display:block;
	width:300px;
	margin:-70px 0 0 100px;
	color:#FFF;
}

div#rodape img {
	float:right;
	margin:-40px 10px 0 0;
}

div#rodape p {
	margin:30px 0 0 100px;
	color:#FFF;
}

div#corpo #player1 {
	text-align: center;
	padding:5px 0;
	margin:5px 0;
	background:#000}
	
.progress{
	width: 1px;
	height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	text-decoration:none;
	font-size: 10px;
	font-weight:bold; 
	overflow: hidden;
	background-color:#999;
	padding-left: 5px;
}

input, select, textarea {
	font: 12px "trebuchet MS";
	border: solid 1px #a5a4a9;
	}
	  
.insc { padding: 20px}
.insc strong { display: block}
.insc hr { clear: both;}
.insc h3 { clear: both; margin: 20px 0 5px 0}
.insc label { display: block; float: left; width:200px; margin: 5px 0}
.insc input, .insc textarea, .insc select { display: block}
.insc li strong { display: inline}


.print { display: none}

.msg {
	font-weight:bold;
	color:#009966;
}
/*-----------------------------------------------------------popup-------------------------------------------------*/
	
#popup_home {
	position:fixed;
	top:-150px;
	left:40%;
	height:490px;
	width: 500px;
	background: red;
}	

#box{
	position:absolute;
	height:342px;
	width:342px;
	top:30%;
	left:40%;
	margin: -180px auto 10px 40px;
	z-index: 1;
}
#box a img{border:none 0px; width: 56px; height: 16px;}
#box .btclose{float:right; padding: 0px 8px 0px 0px;}

/*-----------------------------------------------------------popup-------------------------------------------------*/