body {
	font-family: Georgia,Times,Times New Roman;
	font-size: 12px;
	background-color: white;
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0 0 0.8em 0;
	padding: 0;
}

a:visited {
	text-decoration: none;
	color: rgb(80,120,200);
}

a {
	text-decoration: none;
	color: rgb(80,120,200);
}

a:hover {
	color: rgb(60,60,170);
}

a img {
	border: none;
}

label {
	display: block;
}

td.label {
	width: 50px;
}

td.input {
	width: 550px;
}

input {
	width: 540px;
}

textarea {
	width: 590px;
}


input, textarea {
	border: #888 solid 1px;
	background: #eee;
	margin: 2px;
	padding: 2px;
}

input:focus, textarea:focus {
	border: #222 solid 1px;
	background: #ddd;
	margin: 2px;
}

input.button {
	border: #888 outset 2px;
	padding-left: 15px;
	padding-right: 15px;
	width: auto;
}

input.button:active {
	border: #888 inset 2px;
}

ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

li {
	font-style: italic;
	display: block;
	margin: 0px;
	padding: 0px;
}

li p {
	margin: 0px;
	margin-left: 10px;
	font-size: 10px;
}

ul ul {
	margin-bottom: 10px;
}

ul ul li {
	font-style: normal;
	margin: 0px;
	margin-top: 5px;
	margin-left: 10px;
}

/* preloads */
img.preload {
	position:absolute;
	top: -1000px;
	left: -1000px;
}

/* pagina principal */

#titulo_logo {
	position: absolute;
	top: 40px;
	left: 50px;
}

.titulo_menu {
	display: block;
	position: absolute;
	left: 520px;
	font-size: 21px;
	font-style: italic;
	border: none;
	color: #888;
	text-decoration: none;
	padding: 15px 20px;
	width: 240px;
	height: 100px;
	background-repeat: no-repeat;
}

.titulo_menu:hover, .titulo_menu.over {
	color: black;
}

.titulo_menu span {
	display: none;
}

.titulo_menu:hover span a, .titulo_menu span a {
	display: block;
	padding-bottom: 2px;
}

.titulo_menu:hover span a:hover, .titulo_menu span a.over {
	color: rgb(60,60,170);
}

.titulo_menu:hover span, .titulo_menu.over span {
	display: block;
	position: absolute;
	font-size: 15px;
	font-style: normal;
	padding-left: 10px;
	border-left: solid 1px black;
}

#graficos {
	top: 70px;
	background-image: url(../images/gota1b.png);
}

#graficos:hover, #graficos.over {
	background-image: url(../images/gota1a.png);
}

#graficos:hover span, #graficos.over span {
	top: 45px;
	left: 106px;
}

#academicos {
	top: 190px;
	background-image: url(../images/gota2b.png);
}

#academicos:hover, #academicos.over {
	background-image: url(../images/gota2a.png);
}

#academicos:hover span, #academicos.over span {
	top: 45px;
	left: 106px;
}

#mais {
	top: 310px;
	background-image: url(../images/gota3b.png);
}

#mais:hover, #mais.over {
	background-image: url(../images/gota3a.png);
}

#mais:hover span, #mais.over span {
	top: 45px;
	left: 50px;
}

/* paginas internas */

.menu {
	color: rgb(128,128,128); 
/*	position: absolute;*/
	overflow: hidden;
/*	top: 0px;
	left: 0px;*/
	margin: 0px;
	padding-top:15px;
	padding-left:30px;
/*	width: 100%;*/
	height: 31px;
	font-size: 11px;
	font-family: myriad, tahoma, verdana, "bitstream vera sans";
	font-weight: bold;
}

.menu h1 {
	display: inline;
	font-weight: bold;
	font-size: 11px;
}

.menu h1 a {
	color: rgb(128,128,128); 
/*	color: rgb(60,60,170); */
}

.menu em {
	font-style: normal;
	color: black;
}

.menu {
	background-repeat: no-repeat;
}

#menu_graficos {
	background-image: url(../images/bg_graficos.jpg);
}

/*#submenu_graficos,*/ #submenu_graficos a {
	color: rgb(255,121,0);
}

#menu_academicos {
	background-image: url(../images/bg_academico.jpg);
}

/*#submenu_academico,*/ #submenu_academico a {
	color: rgb(255,61,0);
}

#menu_mais  {
	background-image: url(../images/bg_mais.jpg);
}

/*#submenu_mais,*/ #submenu_mais a {
	color: rgb(84,182,0);
}

.conteudo > p:first-child:first-letter {
	font-size: 40px;
	float: left;
}

.conteudo > p:first-child:first-letter {
	line-height: 90%;
}

#conteudo_graficos > p:first-child:first-letter {
	color: rgb(255,121,0);
}

#conteudo_academicos > p:first-child:first-letter {
	color: rgb(255,61,0);
}

#conteudo_mais > p:first-child:first-letter {
	color: rgb(84,182,0);
}

.conteudo {
	padding: 30px;
	margin: 0px;
	width: 390px;
	line-height: 150%;
}

#gal_loading, #gal {
	font-family: myriad, tahoma, verdana, "bitstream vera sans";
	margin: 0px;
	padding-top: 10px;
	width: 390px;
	overflow: hidden;
	text-align: center; 
}

#goLeft, #goRight {
/*	font-weight: bold; */
	color: #00f;
}

#gal {
	visibility: hidden;
}

#gal span {
	font-size: 10px;
	color: #666;
}

#galeria {
	width: 390px;
	position: relative;
	text-align: left;
	overflow: hidden;
}

#galeria .container {
	position: relative;
	width: 8000px;
	height: 170px;
}

div.container img {
	border: solid 1px black;
	margin: 5px;
}

#debug {
	background: black;
	color: green;
	position: absolute;
	font-family: bitstream vera sans;
	font-size: 40px;
	bottom: 20px;
	left: 20px;
}

.left { float: left; }
.right { float: right; }

#preview {
	position: absolute;
	font-family: myriad, tahoma, verdana, "bitstream vera sans";
	top: 71px;
	left: 450px;
	right: 1px;
	margin: 0px;
	padding: 0px;
}

#preview img {
	border: solid 1px black;
	margin: 0 0 5px;
	padding: 0px;
}

#preview a, #preview span {
	display: block;
	font-size: 10px;
}

#preview li {
	font-style: normal;
}

#preview span {
	color: #666;
}

#preview2 {
	position: absolute;
	font-family: myriad, tahoma, verdana, "bitstream vera sans";
	top: 50px;
	left: 0px;
	margin: 0px;
	background: white;
	width: 100%;
	height: 600px;
}

#preview2 img {
	display: block;
	border: solid 1px black;
	margin: 20px;
	padding: 0px;
}

#preview2 a span {
	display: block;
/*	top: 5px;*/
	margin-left: 350px;
	font-size: 10px;
	font-weight: bold;
}

.noborder {
	border: none 0px !important;
}