@charset "utf-8";
/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#Lcontainer   {
	width: 966px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 10px;
}
#Lppts {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	display: block;
	width: 600px;
	height: 450px;
}
#Lyanimacao {
	left:200px;
	top:200px;
	width:200px;
	height:100px;
	z-index:1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
}
#Lyimagem {
	left:0px;
	top:-100px;
	width:600px;
	z-index:2000;
	position: relative;
	height: 350px;
}
#Lagenda {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	display: block;
	width: 600px;
	height: 450px;
}
#Lagenda_conteudo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	display: block;
	width: 600px;
	height: 450px;
	overflow: auto;
}
#Table_Flow td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F0F0F0;
}
#Table_Flow h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #014A7F;
}
#Table_Flow h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #666666;
}
#Llegenda {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 140px;
	width: 344px;
	border: 1px solid #4E8C35;
	margin-top: 10px;
	padding: 5px;
	overflow: auto;
}
#Llegenda h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 7px;
	color: #014A7F;
}
#Llegenda h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 1px;
	color: #666666;
}
.style2 {font-size: 10px}
.style2 a {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.style2 a:hover {
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}
