/* Estilos principais*/
body {
	margin:0;
	padding:0;
	background:#CCCCCC;
  	color:#000;
	font-family:tahoma;
	font-size:12px;
	}

img {border:none;}

a {font-family:verdana;font-size:16px;color:#000000;text-decoration: none}

a:hover {font-family:verdana;font-size:16px;text-decoration: underline;}

.floatleft {float:left !important}

.floatright {float:right !important}

.clear {clear:both !important}

.bold {font-weight:bold !important}

.normal {font-weight:normal !important}

.block {display:block !important}
	
h1 {
	color:#E56A00;
	font-family:Verdana;
	font-size:22px;
	font-weight:bold;
	}

/* Paineis principais*/
#main {
	width:950px;
	margin:0 auto;
	background: #FFFFFF;
	}

/* Cabeçalho */
#header {
	position:relative;
	width:950px;
	height:82px;
	background: #FFFFFF;
	background:url(../img/bg-header.gif) no-repeat left bottom;
	}
	
/* Conteudo */
#middle {
	float:left;
	background: #FFFFFF;
	padding:0 13px 0 12px;
	}
	
/* Coluna esquerda*/
#left-column {
	float:left;
	width:230px;
	background: #FFFFFF;
	}
	
/* coluna direita*/
#right-column {
	float:right;
	padding:0 9px 0 0;
	width:133px;
	}
	
/* Coluna do centro*/
#center-column {
	float:left;
	width:666px;
	min-height:550px;
	padding:12px 16px 30px 13px;
	}

#center-column2{
	float:left;
	width:640px;
	min-height:550px;
	padding:12px 16px 30px 13px;
	}
	
* html #center-column {height:584px;}

/* rodape */
#footer {
	float:left;
	background: #FFFFFF;
	width:950px;
	}
	
#rodape-final {
	float:left;
	background: #FFFFFF;
	width:950px;
	}
	
/* estilo coluna esquerda*/
#left-column a {color:#000000;}
#left-column a:hover {color: #34B0C0;}
#left-column h3 {
	font-size:11px;
	margin:0;
	color:#fff;
	background:url(../img/bg-left-header.gif) no-repeat left top;
	height:25px;
	line-height:23px;
	padding:0 0 0 9px;
	}
ul.nav {
	margin:0 0 11px 0;
	background:#FFFFFF;
	list-style:none;
	padding-top: 40px;
	}
ul.nav li {
	padding:4px 4px 6px 5px;
	background:url(../img/bg-dotted.gif) repeat-x bottom;
	}
ul.nav a {
	padding:0 0 0 12px;
	background:url(../img/arrow.gif) no-repeat 0 4px;
	}
ul.nav li.last {background:none;}

.logo-mirador {
	padding: 45px 0 0 25px; 
	}
	


#left-column .link {
	display:block;
	width:142px;
	height:25px;
	background:url(../img/bg-left-link.gif);
	margin:0 0 4px 0;
	font-weight:bold;
	padding:0 0 0 9px;
	line-height:25px;
	color:#60635A;
	}
	
/* estilo da coluna central*/
.top-bar {
	float:left;
	width:603px;
	border-left:2px solid #f70;
	padding:0 0 0 9px;
	margin:0 0 4px 0;
	}

.text2 {
	font-family: Arial;
	font-size: 16px;
	color: #E56A00;
	font-weight: bold;
}

/* estilo da coluna central dentro de atividades */

/* Coluna esquerda*/
#center-column-center {
	float:left;
	width:480px;
	padding: 0 10px 0 10px;
	}
#center-column-center h1 {
	font-family: Arial;
	font-size: 16px;
	color: #E56A00;
	font-weight: bold;
	}
/* Coluna do centro*/
#right-column-center {
	float:left;
	width:120px;
	background: #BECED7;
	padding: 5px 15px 15px 15px;
	}
#right-column-center h1 {
	color:#5E686E;
	font-size:14px;
	font-weight:bold;
	}
#right-column-center a {
	color: #FFFFFF;
	font-size: 12px;
	margin-top: -15px;
	}
#right-column-center p {
	margin-top: -15px;
	}
	
#noticias {
	width:550px;
	padding: 20px 20px 20px 20px;
	}
.projeto-pedagogico-destaque {
	color:#E56A00;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	}

/* cabeçalho texto da pagina*/
.top-bar h1 {
	font:20px/21px verdana,sans-serif;
	color:#43729F;
	margin:0 0 4px 0;
	}

	
/* cabeçalho coluna direita*/
#right-column .h {
	float:left;
	background:#7E878A;
	border:1px solid #B8B8B8;
	border-bottom:0;
	padding:3px 10px;
	color:#fff;
	text-transform:uppercase;
	}
/* caixa da coluna direita*/


/* estilo do rodape*/
.logo-codigo-barras {
	float:left;
	padding: 0 0 0 80px;
	}
#favoritos {
	float:right;
	background: #FFFFFF;
	width:188px;
	height:85px;
	padding-right: 100px;
	}
	
#favoritos strong {
	color:#000;
	font-family:tahoma;
	font-size:12px;
	}
#menu-rodape {
	float:right;
	background: #FFFFFF;
	width:350px;
	height:85px;
	}


/* Galeria de Imagens */
/* ---------- gallery styles start here ----------------------- */
.photo {
	position: relative;
	width: 180px;
	height: 130px;
	float: left;
	padding-top: 5px;
}
.photo img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
}
