@charset "utf-8";
/* CSS Document */
/* REFERENTE A JANELA PRINCIPAL E O FUNDO */
.light_john{
	background-color: #FFFFFF;
	position: absolute;
	width: 600px;
	height: 450px;
	font-family: "Trebuchet MS";
	z-index: 999999;
}
.light_john_background{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000000;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	z-index: 999998;
}
.btn{
	cursor: pointer;
}
.clr{
	clear: both;
}
/* REFERENTE AOS ELEMENTOS GLOBAIS */
.light_principal{
	/*padding: 10px;*/
}
.light_foto{
	background: url(../imagens/premio_setcergs_2009.jpg);
	width: 266px;
	height: 800px;
	margin: 20px auto 0 auto;
}
.light_texto{
	font-family: "Georgia";
	color: #003E65;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 10px 0 10px 0;
}
.light_saiba_mais{
	font-family: "Georgia";
	text-align:center;
	color: #53504F;
	font-size: 12px;
	font-weight: bold;
}
.light_saiba_mais a{
	color: #53504F;
}
.light_fechar{
	background: url(../../img/bg_modal.gif) bottom repeat-x;
	width: 570px;
	height: 23px;
	text-align: right;
}
.light_bt_fechar{
	margin: 0 20px 0 0;
}
/* REFERENTE AO CONTEÚDO DA LIGHT DOS MAPAS */
.light_maps_fechar{
	text-align: right;
	margin: 20px 0 0 0;
}