* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

body {
	background-color: #D0D0D0;
	margin: 0;
	padding: 0;
}


img { border: 0; }


.campo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	border: 1px solid #B6B7BA;
	padding: 3px;
}

.botao {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FF8451;
	font-weight: bold;
	color: #ffffff;
	margin-top: 10px;
	padding: 3px 7px 3px;
	border: 0;
}


#geral {
	margin: 0 auto;
}

.txt_lj {
	color: #FF8451;
	font-weight: bold;
	text-align: left;
}


.link_laranja {
	color:  #FF8451;;
	text-decoration: none;
}


.link_laranja:hover {
	color: #FF8451;	
	text-decoration: underline;
}


#tela1 {
	margin: 0 auto;
	width: 750px;
	height: 576px;
	background-image: url(../img/tela1.jpg);
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -288px 0px 0px -375px;
}

#tela2 {
	margin: 0 auto;
	width: 750px;
	height: 576px;
	background-image: url(../img/tela2.jpg);
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -288px 0px 0px -375px;
}




#tela_index {
	margin: 0 auto;
	width: 737px;
	height: 563px;
	background-image: url(../img/tela.jpg);
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -288px 0px 0px -375px;
	padding-left: 13px;
	padding-top: 13px;
}







#topo {
	width:  710px;	
	height:  70px;
	margin-left: 19px;
	margin-top: 15px;
}

#logo {
	width: 120px;
	height: 60px;
	float: left;
	padding-top: 10px;
}

#menu {
	width: 590px;
	height: 70px;
	float: left;
}

#menu ul{
	list-style: none;
	float: right;
	padding-top: 30px;
	_padding-top: 30px; /* IE6 */
	*padding-top: 45px; /* IE7 */
}

#menu ul li {
	display: inline;
}

#menu ul li a{
	color: #000000;
	text-decoration: none;
	padding: 0 5px;
}





#galeria {	
	margin-left: 19px;
	border: 0;
}

#menu ul li .menu_sel {
	color: #FF4E02;
}




#conteudo {
	width: 710px;
	height: 470px;
	margin-left: 19px;
}




/*preload classes*/
.svw {
	width: 50px; 
	height: 20px; 
	background: #fff;
}
.svw ul {
	position: relative; 
	left: -999em;
}

/*core classes*/
.stripViewer { 
position: relative;
overflow: hidden; 
border: 5px solid #ff0000;  
margin: 0 0 1px 0;
}
.stripViewer ul { /* this is your UL of images */
	width:100%;
	margin: 0;
	padding: 0;
	position: relative;
	left: 0;
	width: 100%;
	list-style-type: none;
	height: 484px;
}
.stripViewer ul li { 
	float:left;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.stripTransmitter {
	float:left;
	position:absolute;
	z-index:10;
	overflow: auto;
	width: 100%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.stripTransmitter ul {
	z-index:2;
	overflow: auto;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.stripTransmitter ul li{
	width: 15px;
	height: 15px;
	float:left;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 0;
	text-decoration: none;
	line-height: 15px;
	border: 1px solid #FF8451;
	margin-top: 2px;
}
.stripTransmitter a{
	text-align: center;
	color: #000000;
	display: block;
	font-family: Verdana, Arial;
	font-size: 8px;
	text-decoration: none;
}
.stripTransmitter a:hover, a.current{
	color: #ffffff;
	background-color: #FF4E02;
}

/*tooltips formatting*/
#tooltip {
	background: #fff;
	color: #FF4D00;
	opacity: 0.85;
	border: 1px solid #FF4E02;
	padding-left:5px;
	padding-right:5px;
	position: absolute;
} 
#tooltip h3 {
	margin: 0;
	padding: 6px 2px;
	border: 0;
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
} 



#box_studio {
	width: 270px;
	height: 430px;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: 10px;
	_margin-right: 5px;
	float: right;

}

div#wn2	{ 
	position:relative; 
	width:370px;
	height:380px; 
	overflow:hidden;
	text-align: left;
}

div#wn1	{ 
	position:relative; 
	width:230px;
	height:420px; 
	overflow:hidden;
	text-align: left;
}

div#wn1 #lyr1	{ 
	padding: 10px;
}






.data_noticia {
	color: #666666;
	font-size: 10px;
}


.titulo_noticia {
	color: #333333;	
}


.link_noticia {
	color:  #FF4E02;;
	text-decoration: none;
}


.link_noticia:hover {
	color: #333333;	
	text-decoration: none;
}



.data_noticia_view {
	color: #666666;
	font-size: 10px;
}


.titulo_noticia_view {
	color:  #FF4E02;;
	font-size: 14px;
}

.texto_noticia_view {
	width: 360px;
	text-align: justify;	
}





.sm_studio {
	margin: 0px;
	padding: 0px;
}
.sm_studio ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.sm_studio ul li{
	width: 15px;
	height: 15px;
	float:left;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 0;
	text-decoration: none;
	line-height: 15px;
	border: 1px solid #FF8451;
	margin-top: 2px;
}
.sm_studio a{
	text-align: center;
	color: #000000;
	display: block;
	font-family: Verdana, Arial;
	font-size: 8px;
	text-decoration: none;
}
.sm_studio a:hover, a.current {
	color: #ffffff;
	background-color: #FF4E02;
}

#eizo_small {
	position:absolute;
	top:535px;
	left:675px;
	z-index:1000;

}
