/* CSS Document */

/*Credits: Centro de Estudos da Técnica de Alexander */
/*URL: http://www.ceta.com.br */
/* julho 2008 */

/* GERAL */
* { margin: 0; padding: 0 }
body { 
	background-color: #F8F5F0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
#geral {
	width: 728px;
	margin: 32px auto;
	background-color: #FFF;
	padding: 16px;
	}

/* CABEÇALHO */
#header {
	width: 726px;
	height: 62px;
	background-image: url(img/CETA-log.gif);
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid #EFE8CC;
	}
#header a {
	display: block;
	width: 728px;
	height: 62px;
	text-decoration: none;
	}
#header a:visited {
	text-decoration: none;
	}
#header span {
	display: none;
	}

/* MENU */
#menu {
	height: 14px;
	_width: 694px; /* IE 6 hack */
	border-right: 1px solid #EFE8CC;
	border-bottom: 1px solid #EFE8CC;
	border-left: 1px solid #EFE8CC;
	padding-left: 34px;
	_padding-top: 2px; /* IE 6 hack */
	margin-bottom: 16px;
	background-color: #F8F5F0;
	}
#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;
	z-index: 30;
	}
#menu ul li {
	display: inline;
	position: relative;
	padding-right: 34px;
	_padding-right: 38px; /* IE 6 hack */
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	z-index: 80;
	}
#menu ul li a {
	text-decoration: none;
	color: #7F9AB6;
	}
#menu ul li a:hover {
	text-decoration: none;
	color: #0D3F76;
	z-index: 90;
	}
#menu ul li a:visited {
	text-decoration: none;
	}
#menu ul li a.ativo {
	color: #d2c8a0;
	}
#menu ul li ul {
	position: absolute;
	width: 181px;
	_width: 160px; /* IE 6 hack */
	height: auto;
	left: -17px;
	top: 12px;
	_top: 13px; /* IE 6 hack */
	visibility: hidden;
	padding: 0 8px 16px 16px;
	_padding: 0 0 16px 0; /* IE 6 hack */
	background-color: #F8F5F0;
	border-left: 1px solid #EFE8CC;
	border-right: 1px solid #EFE8CC;
	border-bottom: 1px solid #EFE8CC;
	}
#menu ul li ul.coluna1 {
	left: -223px;
	}
#menu ul li ul.coluna2 {
	border-left: 0;
	}
#menu ul li ul li a {
	display: block;
	_width: 160px; /* IE 6 hack */
	_padding: 8px 0 0 16px; /* IE 6 hack */
	font-size: 11px;
	text-decoration: none;
	color: #7F9AB6;
	text-transform: none;
	font-weight: normal;
	letter-spacing: 0;
	}
#menu ul li ul li a:hover {
	text-decoration: none;
	color: #0D3F76;
	}
#menu ul li ul li a:visited {
	text-decoration: none;
	}
#menu ul li:hover ul, #menu ul li.over ul {
	visibility: visible;
	z-index: 50;
	}
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

/* GERAL */
#titulo {
	height: 24px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #7F9AB6;
	background-color: #F8F5F0;
	padding-left: 16px;
	margin: 0 0 16px 0;
	}
#titulo h1 {
	font-size: 14px;
	padding-top: 4px;
	}
#titulo h2 {
	font-size: 12px;
	padding-top: 5px;
	}

/* COLUNA ESQUERDA */
#esquerda {
	width: 480px;
	float: left;
	border: 1px solid #EFE8CC;
	padding: 0 0 16px 0;
	margin: 0 0 16px 0;
	z-index: 0;
	}
#esquerda h3 {
	font-size: 11px;
	color: #7F9AB6;
	letter-spacing: 1px;
	}
#esquerda h4 {
	font-size: 11px;
	color: #7F9AB6;
	font-weight: normal;
	}
#esquerda a {
	color: #000;
	}
#esquerda a:hover {
	color: #7F9AB6;
	}
#texto_com_gal {
	height: 225px;
	padding: 0 16px 0 16px;
	overflow: auto;
	z-index: 1;
	}
#texto {
	height: 289px;
	padding: 0 16px 0 16px;
	overflow: auto;
	z-index: 3;
	}
#texto.professores h3, #texto.professores h4, #texto.professores p {
	margin-left: 72px;
	}
#texto.professores img {
	float: left;
	}

/* COLUNA DIREITA */
#direita {
	width: 230px;
	float: right;
	border: 1px solid #EFE8CC;
	padding: 0 0 16px 0;
	margin: 0 0 16px 0;
	}
#agenda_links {
	height: 82px;
	padding: 0 16px 0 16px;
	overflow: auto;
	z-index: 3;
	}
#agenda_links h3 {
	font-size: 11px;
	color: #7F9AB6;
	letter-spacing: 1px;
	}
#agenda_links h4 {
	font-size: 11px;
	color: #7F9AB6;
	font-weight: normal;
	}
#agenda_links a {
	color: #000;
	}
#agenda_links a:hover {
	color: #7F9AB6;
	}
#legenda {
	_clear: both; /* IE 6 hack */
	width: 230px;
	float: right;
	margin-bottom: 16px;
	font-size: 9px;
	}

/* GALERIA */		
.galeria {
	height: 48px;
	padding-left: 16px;
	margin: 0 0 16px 0;
	}
.thumbnail {
	position: relative;
	margin: 0 3px 0 0;
	_margin-right: 8px; /* IE 6 hack */
	z-index: 10;
	}
.thumbnail:hover {
	background-color: transparent;
	z-index: 20;
	}
.thumbnail span { /*CSS for enlarged image*/
	position: absolute;
	background-color: #F8F5F0;
	padding: 5px;
	border: 1px solid #EFE8CC;
	visibility: hidden;
	color: black;
	text-decoration: none;
	}
.thumbnail span img { /*CSS for enlarged image*/
	border-width: 0;
	}
.thumbnail:hover span { /*CSS for enlarged image*/
	visibility: visible;
	top: 11px;
	_top: 48px; /* IE 6 hack */
	left: 0; /*position where enlarged image should offset horizontally */
	}

/* rodape */	
#rodape {
	width: 728px;
	height: 18px;
	clear: both;
	border: 1px solid #EFE8CC;
	padding-top: 3px;
	text-align: center;
	color: #7F9AB6;
	background-color: #F8F5F0;
	}
#rodape a {
	text-decoration: none;
	color: #7F9AB6;
	}
#rodape a:hover {
	text-decoration: none;
	color: #0D3F76;
	}
#rodape a:visited {
	text-decoration: none;
	color: #7F9AB6;
	}
