*	{
	font-family: Arial, sans-serif;
}
a:visited		{color: #090; text-decoration: none;}
a:active		{color: #090; text-decoration: none;}
a:link		{color: #090; text-decoration: none;}
a:hover		{color: #000; text-decoration: underline;}

body	{
	background-color: #fff;
/*	background-image: url(/material_didatico/biotecava/ied/ied01/img/menubg.gif);*/
	background-image: url(../img/menubg.gif);
	background-repeat: repeat-y;
	margin: 0;
}
#geral	{
	backgound-color: #fff;
/*	background-image: url(/material_didatico/biotecava/ied/ied01/img/topobg.gif);*/
	background-image: url(../img/topobg.gif);
	background-repeat: repeat-x;
}

/****************
		TOPO
		*****************/
#topo	{
/*	background-image: url(/material_didatico/biotecava/ied/ied01/img/topo.gif);*/
	background-image: url(../img/topo.gif);
	background-repeat: no-repeat;
	height: 88px;
}
#topo ul	{
	float: right;
	margin-top: 30px;
	list-style-type: none;
}
#topo ul li	{
	background-color: #fff;
	font-size: 0.7em;
	margin-bottom: 5px;
	width: 225px;
	padding: 2px 0 2px 5px;
}
#topo a	{font-weight: bold;}
#topo a:visited	{color: #9F0A0A;}
#topo a:active		{color: #9F0A0A;}
#topo a:link		{color: #9F0A0A;}
#topo a:hover		{color: #000;}

/**********************************
		MENU INFORMA (ESQ)
		*****************************************/
#menuinf	{
	float: left;
	width: 106px;
}
#menuinf h1	{
	font-size: 1em;
	text-align: center;
}
#menuinf ul, li	{
	margin: 0px 3px 0px 1px;
	padding 0;
	display: block;
	border: 0;
	list-style-type: none;
}
#menuinf ul li	{
	margin-bottom: 5px;
	background-color: #F3F2E3;
	font-size: 0.8em;
	font-weight: bold;
}

/*********************************
		MENU MAT DIDATICO
		**************************************/
#menumd	{
	background-color: #e1ddb3;
	font-weight: bold;
	font-size: 0.8em;
	padding: 2px;
	text-align: center;
}
#menumd li, ul{
	display: inline;
	padding: 2px;
	margin: 0;
}
#menumd a:hover	{
	background-color: #000;
	color: #e1ddb3;
	text-decoration: none;
}
#menumd a{padding: 2px; 2px;}

/**********************
		CONTEUDO
		*************************/
#conteudo	{
	margin: 0 5em 1em 160px;
}
#conteudo h1	{color: #090;}
#conteudo h2	{color: #090;}
#conteudo h3	{color: #090;}
#conteudo h4	{color: #090;}
#conteudo blockquote	{font-style: italic; font-size: small;}

#conteudo ul, li	{
	padding: 0; 
	list-position: outside;
	list-style-type: disc;
}
#conteudo ul ul li{
	margin-left: 1em; 
	list-style-type: disc;
}
#conteudo li	{
	padding: 0; 
	list-position: outside;
	display: list-item;
}
#conteudo table{
	border-collapse: colapse;
	margin: 10px 10% 0 10%;
}
#conteudo td{
	border: 1px solid #090;
	padding: 2px;
	empty-cells: show;
	font-size: 0.9em;
}

#conteudo th{
	background-color: #090;
	color: #fff;
}	

/**********************************
		TEXTO COM IMAGENS
		**************************************/
img.ti {
	float: left;
	padding-right: 10px;
}
p.ti	{
	position: relative;
	margin-left: 120px;
}
blockquote.ti	{
	position: relative;
	margin-left: 120px;
}
/******************
		DESTAQUE
		*********************/
.destaque	{
	border: 2px dotted #090;
	padding: 1em;
}
/**********************************
		IMAGENS COM LEGENDA
		**************************************/
.il{
	text-align: center;
	border: 0;
	font-size: 0.8em;
}
/******************
		DICA
		*********************/
.dica	{
	border: 2px dotted #090;
	padding: 1em;
	font-size: 0.9em;
	margin-bottom: 1em;
}
h1.dica{
/*	background: transparent url(/material_didatico/biotecava/ied/ied01/img/dica.jpg) no-repeat top left; */
	background: transparent url(../img/dica.jpg) no-repeat top left; 
	display: block;
	width: 150px; 
	height: 88px; 
	border: 0;
	float: right;
}
/******************
		VÍDEO
		*********************/
.video{
	border: 2px dotted #090;
	padding: 1em;
	font-size: 0.9em;
	margin-bottom: 1em;
	margin-top: 1em;
}
h1.video{
/*	background: transparent url(/material_didatico/biotecava/ied/ied01/img/video.jpg) no-repeat top left;*/
	background: transparent url(../img/video.jpg) no-repeat top left;
	display: block;
	width: 150px; 
	height: 88px; 
	border: 0;
	float: right;
}

/******************
		COMANDO
		*********************/
.comando{
	font-family: Courier, serif;
	text-transform: uppercase;
}
/******************
		NAVEGA
		*********************/
#navega	{
	clear: both;
	font-size: 0.8em;
	margin-top: 20px;
	width: 50%;
}
#navega h3 {
	border-top: 1px solid #FDBA04;
}
#navega li	{
	padding: 0; 
	list-position: outside;
	display: list-item;
}
