*{

	margin:0;

}



body{

	background:#999999;

	background-image:url(../img_site/fundo.jpg);

	color:#000;

	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size:12px;

}



a:link{

	color:#000;

	text-decoration: none;

}



a:visited{

	color:#000;

	text-decoration: none;	

}



a:active{

	color:#000;

	text-decoration: none;	

}



a:hover{

	color:#000;

	text-decoration: underline;

}





/******************************************************************************

CONTEUDO

******************************************************************************/

.topico{

	font-size:16px;

	color:#003366;

	font-weight:bold;

	margin-bottom:14px;

}



.titulo{

	font-size:12px;

	color:#000;

	font-weight:bold;

	margin-bottom:6px;

}



.titulo_branco{

	font-size:12px;

	color:#fff;

	font-weight:bold;

	margin-bottom:6px;

}



.titulo_verde{

	font-size:12px;

	color:#B1C90C;

	font-weight:bold;

	margin-bottom:6px;

}



.titulo_azul{

	font-size:12px;

	color:#000066;

	font-weight:bold;

	margin-bottom:6px;

}

.texto{

	font-size:11px;

	color:#000;

	line-height:16px;

	margin-bottom:6px;

}



.texto_not p{

	font-size:11px;

	color:#000;

	line-height:16px;

	margin-bottom:6px;

	text-align:justify;

}



.legenda{

	font-size:9px;

	color:#000;

}



.texto_branco{

	font-size:11px;

	color:#fff;

	line-height:16px;

	margin-bottom:6px;

}



ul#imagens {

	list-style:none;

	float:right;

	margin: 0 0 10px 10px;

}



ul#imagens li {

	text-align:left;

	margin-bottom:10px;

	border:1px solid #CCCCCC;

	padding:5px;

	width:150px;

	/*background-color:#000000;*/

}



ul#imagens li img {

	border:0;

}



.topico_noticia{

	font-size:12px;

	color:#003366;

	font-weight:bold;

	margin-bottom:14px;

}



.separador_noticia{

	margin-bottom:15px;

	margin-top:15px;

}



/******************************************************************************

RODAPE

******************************************************************************/

.base{

	font-size:10px;

	color:#FFFFFF;

}



/******************************************************************************

PAGINACAO

******************************************************************************/



ul#paginacao{

	list-style:none;

	position:relative;

	width:70px;

	left:40%;

}



ul#paginacao li{

 	float:left;

	margin-left:12px;

}



ul#paginacao li a{

	font-weight:bold;

	text-decoration:none;

}



/* --- CSS DO LIGHTBOX ----------------- [ início ] ---------- */
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index:9999;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(http://www.augepisos.com.br/site/img_obras/prototype/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(http://www.augepisos.com.br/site/img_obras/prototype/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://www.augepisos.com.br/site/img_obras/prototype/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 950;
	width: 100%;
	height: 500px;
	background-color:#95150f;
	filter:alpha(opacity=100);
	-moz-opacity: 0.9;
	opacity: 0.9;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
/* --- CSS DO LIGHTBOX ----------------- [ fim ] ------------- */

