/* CSS Document */

/* LAYOUT */
.clear { clear:both; }
.clearer { clear: both; display: block; margin: 0; padding: 0; height: 0; line-height: 1px; font-size: 1px; }

/* GERAL */
body {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	/*background: #666;*/	
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
}
.alert {
	font-weight:bold !important;
	color:#F00 !important;	
}
a, a:link, a:visited, a:active {
	color:#0079A6;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
	background-color:#0079A6;
	color:#FFF;	
}

/*****************Coluna Esquerda*************************/
#colLeft {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 5px; /* padding keeps the content of the div away from the edges */
}
/*Imagem Pacote Curso*/
.pacote {
	margin-bottom:5px;
}
/*Box Projetos Acadêmicos*/
.projAcad {
	background:#D8D6C0;
	width:175px;
	margin:10px 0;		
}
.projAcad .content {	 
	padding:0 5px 10px 5px;	
}
.projAcad .content h1 {
	font-weight:bold;
}
.projAcad .content p {
}
.projAcad .content a {	
	font-weight:bold;
	display:block;
}
.projAcad .footer {
	position:relative; 
	bottom:0;
	_bottom:-6px;
}
/*Form Produção Acadêmica*/
.prodAcad {
	background:url(../_img/boxprodacad_bg.gif) repeat-y;
	width:179px;	
	margin:10px 0;
}
.prodAcad .content {	 
	padding:0 10px 5px 10px;	
}
.prodAcad .formText {
	width:100px;		
	font:normal 10px/10px Verdana;
	color:#999;
	margin:2px 0;
}
.prodAcad .formButton {
	width:50px;
	font:bold 10px/10px Verdana;
	color: #fff; 
	background-color: #444; 
	border: 1px #999 solid; 
	margin:2px 0;	
}
.prodAcad .asterisco {
	font-size:11px;
	color: #666; 	
}
.prodAcad .footer {
	position:relative; 
	bottom:0;
	_bottom:-6px;
}

/*Box Parceiros do Curso*/
.parceiroCurso {
	width:175px;
	margin:10px 0;		
}
.parceiroCurso .content {	 
	padding:0 5px 10px 5px;	
}
.parceiroCurso .content h1 {
	font-weight:bold;
}
.parceiroCurso .content p {
}
.parceiroCurso .content a {	
	font-weight:bold;
	display:block;
}
.parceiroCurso .content a.parceiro {	
	border:1px solid #0079A6;
}
.parceiroCurso .content img, .parceiroCurso .content a img    {
	display:block;
	margin:15px 0;
}
/*Banners*/
.banner, .button {	
	padding:0;
	margin:5px 0;
	background:#FFF;
}
.banner:hover, a.button:hover {	
	background-color:#FFF !important;
}
/*Box Informações Seta*/
.vejaMais {
	background:#FFF url(../_img/boxinfoseta_bg.gif) repeat-y;
	width:177px;
	margin:5px 0;	
}
.vejaMais .content  {	
	padding:0 10px;	
}
.vejaMais .content h1 {
	font:bold 18px "Trebuchet MS";	
}
.vejaMais .content p {	
	font:normal 12px/14px "Trebuchet MS";
	
}
.vejaMais .footer {
	position:relative; 
	bottom:0;
	_bottom:-6px;
}

.content p{
		margin-bottom:10px;
}

/*******Coluna Main Top*********************/
#mainTop {
	margin: 0 0 0 190px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
/*Box Barra Curso explicativo*/
#mainTop p {
	font:normal 10px/12px Verdana;
	color:#666;
	border-bottom:1px #CCC dashed;
	display:inline;
	margin:5px 0;
}
#mainTop form {
	display:inline;	
}
#mainTop form select {	
	font:normal 10px/10px Verdana;
	color: #666; 
	background-color: #FFF;
	float:right;
	margin-right:10px;
}
#mainTop a.maisCursos {
	background:#E2F4F2; 
	border:1px solid #0079A6; 
	color:#0079A6; 
	padding:2px 5px; 
	text-transform:uppercase; 
	text-decoration:none; 
	font:bold 10px/12px Verdana; 
	display:inline;
}
#outroCurso {
	background:#FFF url(../../_img/menu_bg_outroscursos.jpg) no-repeat bottom right;
	border:1px solid #666; 
	padding:5px;
	padding-bottom:80px; 
	width:410px; 
	min-height:300px; 
	z-index:9999; 
	position:absolute; 
	top:94px; 
	margin-left:190px; 
	_margin-left:0px;	 
	font-size:9px;
	*margin-left:0px; /*IE7*/
}
.barraCurso {
	background:#FFF url(../_img/maintop_header.gif) no-repeat;	
	padding:6px 0px 5px 35px;	
	width:565px;
	height:25px;
	font:bold 15px "Trebuchet MS";
	color:#FFF; 
	text-transform:uppercase;	
	margin:5px 0;
}


/*****************Coluna Direita*************************/
#colRight {
	float: right; /* since this element is floated, a width must be given */
	width: 176px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 5px; /* padding keeps the content of the div away from the edges */
}

/*Box Mensalidades*/
.mensalidades {
	background:#6DC8BF;
	width:176px;
	margin:5px 0;
}
.mensalidades .content {	
	padding:0 10px;	
}
.mensalidades .content h1 {
	font:bold 12px "Trebuchet MS";
	text-decoration:underline;
	text-transform:none;
	color:#000; !important
}
.mensalidades .content p {
	font-weight:bold;
	display:block;
}
.mensalidades .formSelect {
	width:155px;		
	font:normal 10px/10px Verdana;
	color:#333;
	margin:2px 0;
}
.mensalidades .content a {
	color:#FFF;
	text-align:center;
	display:block;
}
.mensalidades #empresasCredenciadas {
	background:#6DC8BF url(../_img/empresasconveniadas.gif) no-repeat right top;
	padding-top:36px;
	text-align:left;
	text-decoration:none !important;
	margin-top:10px;
	font-weight:bold;
}
.mensalidades #empresasCredenciadas span {
	
}
.mensalidades .footer {
	position:relative; 
	bottom:0;
	_bottom:-6px;
}

/*Box Desenvolvimento Profissional*/
.desenvolvimento {
	background:#FFF url(../_img/boxdesenvolvimento_bg.gif) repeat-y;
	width:176px;
	margin:5px 0;		
}
.desenvolvimento .content {	 
	padding:0 5px 10px 5px;	
}
.desenvolvimento h1 {
	font:bold 12px "Trebuchet MS";
	text-decoration:underline;
}
.desenvolvimento .content p {
}
.desenvolvimento .content a {	
	font-weight:bold;
	display:block;
}
.desenvolvimento .footer {
	position:relative; 
	bottom:0;
	_bottom:-6px;
}


/*****************Coluna Middle*************************/
/*Conteúdo principal na Home dos Cursos*/
#mainContent.homeCursos { 
	margin: 0px 190px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding-left: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*background:#FF0000;*/
}
#mainContent.homeCursos h1.fraseEfeito {
	width:380px;
	padding:0 5px;
	color:#FFF;
	font:bold 14px "Trebuchet MS";
	text-transform:uppercase;
	margin:5px 0;
	display:block;
	background:#0079A6;
}

/*Conteúdo principal da Ficha do Curso*/
#mainContentficha { 
	margin-left:190px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */		
	background:#FFF url(../_img/boxficha_bg.gif) repeat-y;
	width:587px;		
}
#mainContentficha .content {	
	padding:0 10px;
	line-height:20px;			
}
#mainContentficha h1, #mainContentficha h2, #mainContentficha  h3, #mainContentficha  h4, #mainContentficha  h5, #mainContentficha  h6 {
	font:bold 13px "Trebuchet MS";
	text-transform:uppercase;
	margin:10px 0;
}
#mainContentficha h2 {font-size:12px;} #mainContentficha h3 {font-size:11px;} #mainContentficha h4 {font-size:10px;} #mainContentficha h5 {font-size:9px;} #mainContentficha h6 {font-size:8px;}
#mainContentficha p {}
#mainContentficha table {
	background-color:#FFF;
	border:0;
	_border:1px #CCC solid;
	padding:2px;
}
#mainContentficha th {
	background-color:#D8D6C0;
	color:#000;
	border:1px #FFF solid;
	_border:0;
	padding:0 5px;
	font-weight:bold;
	font-size:9px;
	text-transform:uppercase;
}
#mainContentficha td {
	background-color:#EED;
	border:1px #FFF solid;
	_border:0;
	padding:0 5px;
	font-size:9px;
}
#mainContentficha ul {
	list-style:disc;
	margin-left:10px;
	padding:10px;
}
#mainContentficha li {
	
}
#mainContentficha li:first-letter {
	
}
#mainContentficha dd {
	margin:0 0 20px 10px;
}

#mainContentficha select {
	background-color:#EED; 
	font:normal 10px 'Trebuchet MS'; 
	text-transform:uppercase;
}
#mainContentficha .header {
	position:relative;
	_top:-7px;
}
#mainContentficha .footer {
	position:relative; 
	bottom:0;
	_bottom:-6px;
}
/*Conteúdo principal da Taxas & Encargos*/
#mainContenttaxas {
	margin:0;
	padding:0; 	
	background:#FFF url(../_img/boxgeral_bg.gif) repeat-y;
	width:800px;		
}
#mainContenttaxas .header {
	position:relative;
	_top:-7px;
}
#mainContenttaxas .content {	
	padding:0 10px;			
}
#mainContenttaxas .content h1 {
	font:bold 18px "Trebuchet MS";
	text-decoration:underline;
	text-transform:uppercase;
	margin:10px 0;
}
#mainContenttaxas .footer {
	position:relative; 
	bottom:0;
	_bottom:-6px;
}
#mainContenttaxas table {
	background-color:#FFF;
	border:0;
	_border:1px #666 solid;
	padding:2px;
}
#mainContenttaxas th {
	background-color:#999;
	color:#FFF;
	border:1px #FFF solid;
	_border:0;
	padding:0 5px;
	text-align:center;
}
#mainContenttaxas td {
	background-color:#DDD;
	border:1px #FFF solid;
	_border:0;
	padding:0 5px;
	text-align:left;
}
#mainContenttaxas td.preco {
	background-color:#E2F4F2;
	border:1px #FFF solid;
	_border:0;
	padding:0 5px;
	text-align:center;
}
#mainContenttaxas table.empresas td {
	background-color:#DDD;
	border:1px #FFF solid;
	_border:0;
	padding:0 5px;
	text-align:left;
}

/*Tabela técnica*/
.tabelaTecnica td.right {
	font:normal 12px "Trebuchet MS";
	background:#EED;
	vertical-align:top;
	border:2px #FFF solid;
}
.tabelaTecnica td.right a {
	font:normal 12px "Trebuchet MS";	
	vertical-align:top;
}
.tabelaTecnica td.left {
	font:bold 12px "Trebuchet MS";
	text-transform:uppercase;
	color:#666;
	background:#FFF;
	vertical-align:top;
}

/*Box Slideshow*/
.imgslideshow {
	width:385px;
	height:210px;
	font:normal 11px "Trebuchet MS";
	color:#666;
	background:#FFF;
	margin:5px 0 0 0;		
}
/*Box Noticias*/
#noticias {
	background:#FFF url(../_img/boxnoticias_bg.gif) repeat-y;
	width:385px;
	margin:5px 0;	
}
#noticias .content {	
	padding:0 10px;	
}
#noticias h1 {
	font:bold 12px "Trebuchet MS";
	text-decoration:underline;
}
#noticias.detalhe a {	
	font-weight:bold;
	display:inline;
	border-bottom:0px none #FFF;	
}
#noticias.detalhe small {
	font-size:11px;
	font-style:italic;
	color:#666;
}
#noticias.detalhe h1 {
	font:bold 18px "Trebuchet MS";
	text-decoration:none;
	color:#0079A6;
}
#noticias.detalhe h2 {
	font:bold 14px "Trebuchet MS";
	text-decoration:none;
	color:#0079A6;
	margin:10px 0;
} 
#noticias img.picture {
	float:left;	
	margin:5px 10px 10px 0;
	border:1px #CCC solid;
}
#noticias.home a, #noticias.noticias a {
	font-weight:bold;	
	display:block;	
	margin:5px;
	border-bottom:1px dashed #999999;
}

#noticias.detalhe .content  a:hover {}
#noticias.detalhe .content  p {}
#noticias.detalhe .content  .imgTitle {
	margin:15px 0 10px 0;
}
#noticias .calendario {
	margin: 5px 0 30px 5px;	
}
#noticias .calendario .dia {
	float:left;
	width:30px;
	height:45px;
	margin:5px;
	padding:18px 19px 0 11px;
	font:bold 28px "Trebuchet MS";
	letter-spacing:-1px;
	color:#222;
	background:transparent url(../_img/boxcalendar_bg.gif) no-repeat;
	text-align:center;
}
#noticias .calendario .content {
	margin-left:65px;
}
#noticias .calendario .content h1{
	margin-top:20px;
	font:bold 14px "Trebuchet MS";
	color:#666;
	text-transform:uppercase;
	text-decoration:none;
}
#noticias .calendario .content a, #noticias .calendario .content a:hover{	
	border:0 !important;
	margin:0 !important;
}	
#noticias .footer {
	position:relative; 
	bottom:0;
	_bottom:-7px;
}

/*Box Adicionais*/
.adicionais {
	background:#FFF url(../_img/boxadicionais_bg.gif) repeat-y;
	width:385px;
	margin:5px 0;	
}
.adicionais .content {	
	padding:0 10px;	
}
.adicionais .content h1 {
	font:bold 12px/25px "Trebuchet MS" !important;
}
.adicionais .content p {	
	display:block;
	background:#E2F4F2;
}
/*.adicionais a, .adicionais a:hover {
	color:#0079A6;
	text-decoration:underline;
}*/
.adicionais .footer {
	position:relative; 
	bottom:0;
	_bottom:-7px;
}


#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	margin-top:10px;
	_margin-top:30px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
#dashed {
 border:dashed;
 color:#006699;
 }
 
 /* CSS PARA TV ESTACIO */

#logoframe2 {
	margin:0 0 10px -5px;
}
