@charset "utf-8";

/* CSS Document */
*
{
	padding:0px;
	margin:0px;
	outline:none;
}
img{border:0px;}
h1{font-size:12px; color:#004B67; margin-bottom:10px;}
#conteudo_cursos li{list-style:none;}

body
{
	background:url(../img/bg.jpg) repeat-x #fff;
	font-family:Tahoma, Geneva, sans-serif;
	color:#333;
	font-size:12px;
	
}

#geral
{
	position:relative;
	width:786px;
	left:50%;
	margin-left:-393px;
}

#topo, #menu, #conteudo, #rodape
{
	width:786px;
	position:relative;
	float:left;
}

#topo
{
	background-image:url(../img/bg_topo.jpg);
	height:187px;
}
.embreve
{
	text-align:center;
	padding:180px 0px;

}

#cxHome
{
	position:relative;
	float:left;
	width:350px;
	padding-right:10px;
	margin-right:10px;
	border-right:1px dotted #ccc;
	margin-bottom:20px;
	text-align:justify;
}


#cxHome2
{
	padding-top:10px;
	border-top:1px dotted #ccc;
	position:relative;
	float:left;
	width:570px;
	
}

#news_home
{
	position:relative;
	float:left;
	width:190px;
	text-align:justify;
}

/*MENU*/
#menu
{
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../img/bg_menu.jpg);
	background-repeat:no-repeat;
	padding-left:25px;
	width:750px;
	font-size:10px;
	z-index:2;
}

#menu2
{
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../img/bg_menu.jpg);
	background-repeat:no-repeat;
	padding:6px;
	width:780px;
	font-size:10px;
	z-index:2;
}

#nav, #nav ul{list-style-type:none;position:relative; }
#nav a{
	color:#FFF;
	text-decoration:none;
	padding:3px 10px;
	margin:6px 2px;
	display: block;

}
#nav a:hover{background-color:#8EBE10;color:#FFF;}
#nav li{float:left;position:relative; background-color:#9FD211; margin-left:2px;}
#nav ul {position:absolute;display:none;width:12em;top:2.4em; z-index:2;}
#nav li ul a{width:85px;height:auto;float:left; color:#FFF;	padding:5px 13px; margin:0px;}
#nav ul ul{top:auto; } 
#nav li ul ul {left:16em;margin:0px 0 0 10px;}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{display:none;}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{display:block;}
#nav li ul {margin-top:7px;}
/*FIM MENU*/

#conteudo
{
	background-image:url(../img/fundo.png);
	padding:10px 20px;
	width:746px;
	z-index:1;

}

#rodape
{
	background:url(../img/fundo_rodape.png) no-repeat;
	padding:15px 0px;
	text-align:center;
	color:#004B67;
	font-size:10px;
}

#rodape a
{
	text-decoration:none;
	color:#004B67;
}

#rodape a:hover { text-decoration:underline; }

.coluna{
	position:relative;
	float:left;
	width:360px;
	margin-right:10px;

}


/*NOTICIAS*/
.coluna_pre{
	text-align:justify;
	margin:20px 20px 20px 0;
	font-size:12px;
	color:#333333;
}

.coluna_not{
	position:relative;
	float:left;
	width:350px;
	text-align:justify;
	margin:20px 20px 20px 0;
	font-size:12px;
	color:#333333;
	line-height: 18px;
}


h2{
	font-size:18px; color:#004B67;
	margin-top:10px;
	}
	
.foto_autor{
	position:relative;
	float:left;
	width:51px;
	margin:5px 10px 0 0;
	}
	
.autor{
	position:relative;
	width: 200px;
	font-size:12px; font-weight:bold; color:#004B67;
	text-align:left;
	margin:5px 0 0 20px;
	}
	
.info{
	font-size:11px; font-style:italic;
	}

/*FIM NOTICIAS*/



/*CONTATO*/

/*CONTATO*/

.inp, textarea
{
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	padding:2px;
	color:#999;
	overflow:auto;
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
	width:200px;
}

textarea
{
	width:250px;
	height:40px;
}

th
{
	text-align:right;
	font-weight:normal;
}

td { padding:1px 0px; }

a
{
	color:#666;
	text-decoration:none;
}

a:hover { text-decoration:underline; }

.env
{
	background-color:#9FD211;
	color:#FFF;
	border:0px;
	padding:3px 5px;
}
.env2
{
	background-color:#fff;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	font-size:9px;
	color:#999;
	

}

#mapa
{
	position:relative;
	float:left;
	width:340px;
	height:310px;
	padding:10px;
	border-left:1px solid #9FD211;
}

#map
{
	position:relative;
	float:left;
	width:340px;
	height:260px;
}

#end_mapa
{
	position:relative;
	float:left;
	text-align:center;
	padding-top:20px;
	width:340px;
}

#end_mapa a
{
	font:9pt Verdana, Geneva, sans-serif ;
	color: #1D5FB8;
}

/*FINAL CONTATO*/


/*INICIO CURSOS*/
#cursos table
{
	width:730px;	border-collapse: collapse;
}
#cursos td
{
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	padding:5px;
}

#cursos th
{
	background-color:#9FD211;
	color:#FFF;
	font-weight:normal;
	text-align:left;
	padding:5px;
	font-size:9px;	
	
}
#conteudo_cursos, #menu_cursos
{
	position:relative;
	float:left;
}

#conteudo_cursos{ width:580px; }
#menu_cursos span, #home span
{
	font-size: 14px;
	text-align:center;

	display:block;
	font-weight:bold;
	color:#004B67;
}

#home span
{
	text-align:left;
}
#menu_cursos{ width:150px; }

#menu_cursos ul
{
	margin-bottom:10px;
}

#menu_cursos li
{
	list-style:none;

}

#menu_cursos a
{
	padding:3px;
	display:block;
	color:#666;
	text-decoration:none;
	position:relative;
	background-color:#F0F5DF;

}
#menu_cursos a:hover
{
	background-color:#DFF79D;
}

.tit_cursos
{
	background-color:#9FD211;
	color:#FFF;
	padding:3px;
}


#conteudo_cursos p
{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px dotted #ddd;
	margin-right:20px;	
}
#home
{
	width:580px;
	position:relative;
	float:left;
}



#conteudo_cursos td
{
	width:400px;
	padding:5px;	
}

h3
{
	font-size:15px;
	color:#666;
	border-bottom:1px solid #9FD211;
	display:block;
	margin-right:20px;
	padding-bottom:2px;
}

.tipo
{
	color:#ccc;
	font-size:9px;
	margin-bottom:10px;
	padding-top:2px;
	display:block;
}
	
.titulo_tabela_cursos
{
		background-color:#F0F5DF;
		color:#666;
		padding:0px;
		font-size:9px;
}





/*FINAL CURSOS*/

.veja
{
	text-align:right;
	float:right;
	padding-right:20px;
}



#news, #central
{
	position:relative;
	float:left;
	width:200px;
	margin-right:10px;
	padding-right:10px;
}

	

#central
{
	border-left:1px  dotted #ccc;
	padding-left:20px;width:250px;
}
#central td
{
	padding:3px;

}

.linha
{	border-bottom:1px  dotted #ccc;  margin-bottom:10px; margin-right:30px;}


.texto {
	
	position: relative;
	width: 700px;
	float: left;
}

.estrutura_principal
{
	position: relative;
	float: left;


}

#professores img
{
	margin-right:10px;
}

#professores p
{

	border-bottom:1px dotted #ccc;
	padding-bottom:10px;
	margin-bottom:10px;
	display:block;
	margin-right:20px;
	position:relative;
	float:left;
	width:340px;
	padding-left:10px;
}
#unidades td{width:720px; font-size:10px;}
#unidades img{margin-right:5px;}
#unidades span{padding:5px 0px; display:block;}
#unidades p{border-bottom:1px dotted #ddd; margin-bottom:10px;}



/*///////////////////ALUNOS/////////////////////*/

.alunos{
	width:700px;
	text-align:left;
	margin:20px 0 20px 0;
	font-size:12px; color:#333333;
	line-height: 18px;
}

.album {
	position:relative;
	width:700px;
	padding: 0 15px;
    text-align: center;
}


/*cadastro de paceintes */
#cad_pac
{
	position:relative;
	float:left;
	width:350px;
	border-right:1px solid #ccc;
	padding-right:10px;
	
}

#cad_pac table
{
	float:right;
}
#cad_pac2
{
	position:relative;
	float:left;
	background:url(../img/detalhe.jpg) no-repeat left top;
	width:360px;
	height:300px;
	text-align:right;
	padding-left:10px;
}





		
	
