body  {
	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 */
	background: url(../imagens/bg.jpg) no-repeat;
}

img{
	border: 0px;
	padding: 0px;
	margin: 0px;
}


.centro{
	border: 0px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	
	
}

a:link {
	color:#003366;
	text-decoration:underline;
}
a:visited {
	color:#003366;
	text-decoration:underline;
}
a:hover {
	color:#003366;
	text-decoration:none;
}
a:active {
	color:#003366;
	text-decoration:underline;

}


#texto {
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	margin-left: 30px;
	margin-top: 0px;
	margin-right: 35px;
	line-height: 16px;
	text-align: left;
	color: #003366;

}

#textoform {
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	margin-left: 30px;
	margin-top: 0px;
	margin-right: 35px;
	line-height: 16px;
	text-align: left;
	color: #003366;

}
.textoboldred {
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight:bold;
	color: #FF0000;

}
.textobold {
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight:bold;
	color: #003366;

}
.textoboldform {
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight:bold;
	color: #003366;
	background: #e8f3e1;
	height: 16px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #69c232;

}
.textobold4 {
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight:bold;
	color: #003366;
	background: #c5dbb7;
	height: 16px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #69c232;

}
.textobold3 {
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight:bold;
	color: #003366;
	background: #e8f3e1;
	height: 16px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #69c232;

}

.textobold2 {
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight:bold;
	color: #003366;
	background: #e8f3e1;
	height: 16px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #69c232;

}
.textosimples {
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 16px;
	text-align: left;
	color: #003366;
	font-weight: normal;

}

.textoitalico {
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 16px;
	text-align: left;
	color: #006699;
	font-weight: bold;
	font-style: italic;

}
#cabecalho {
	height: 189px;
	width: 775px;
	padding: 0px;
}
#cabecalho01 {
	padding: 0px;
	height: 165px;
	width: 775px;
	background: url(../imagens/topo_02.jpg) repeat-y; 
	border: 0px;


}
#cabecalho02 {

	height: 24px;
	width: 775px;
	background: url(../imagens/topo_02.jpg) repeat-y; 
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	padding-top: 0px;
	padding-left: 0px;
}


/* menusuperior */

#menu_superior {
	padding-top:3px;
	margin-top:0px;
	margin-left: 197px;
	margin-bottom: 0px; 
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	height: 20px;

}


a.linkum:link {

	color:#FFFFFF;
	text-decoration:none;
}
a.linkum:visited {
	color:#FFFFFF;
	text-decoration:none;
}
a.linkum:hover {
	color:#003366;
	text-decoration:none;
}
a.linkum:active {
	color:#FFFFFF;
	text-decoration:none;

}




/* menulateral */
#menu ul {
	
	height: 20px; 
	margin: 0px; 
	list-style-type: none; 
	width: 179px; 
	border: 0px; 
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	padding: 0px;
}

#menu ul li {
	background: url(../imagens/bg_menu_lateral.gif) no-repeat;
	height: 20px; /* define uma altura de 20px */
	width: 100%; /* define a largura como 100% */
	margin-bottom: 0px; /*define a margem inferior para 5px */
	border: 0px; /* define as bordas */

}	

#menu ul li a:hover { /* estado hover */
	color: #003366;
	text-decoration: none;
	width: 159px; 
	display: block;
	padding-top: 2px;

}
#menu ul li a:active { /* estado ativado */
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 2px;
}

#menu ul li a:link { /* estado normal */
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 2px;
}

#menu ul li a:visited { /* estado visitado */
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 2px;
}

#menu ul li a { /*define os espaçamentos*/
	padding-top: 2px;
	padding-left: 15px;

}	


.twoColElsLtHdr #container { 
	width: 775px;  
	background: #FFFFFF;
	margin: 0 auto; 
	text-align: left;

} 
.twoColElsLtHdr #header { 
	padding: 0px;  
	margin: 0px;
	
} 


.twoColElsLtHdr #sidebar1 {
	background: #23508e;
	height: 562px;
	float: left; 
	width: 179px; 
	padding: 0px; 
}

.twoColElsLtHdr #sidebar1b {
	background: #23508e;
	height: 1269px;
	float: left; 
	width: 179px; 
	padding: 0px; 
}
.twoColElsLtHdr #sidebar1c {
	background: #23508e;
	height: 900px;
	float: left; 
	width: 179px; 
	padding: 0px; 
}

.twoColElsLtHdr #sidebar1d {
	background: #23508e;
	height: 1500px;
	float: left; 
	width: 179px; 
	padding: 0px; 
}
.twoColElsLtHdr #sidebar1 h3, .twoColElsLtHdr #sidebar1 p {
	margin-left: 0px; 
	margin-right: 0px;
}


.twoColElsLtHdr #mainContent {
	margin: 0 0 0 179px;

} 
.twoColElsLtHdr #footer { 
	padding: 0px; 
} 
.twoColElsLtHdr #footer p {
	margin: 0px; 
	padding: 0px; 
}


.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#rodape {
	background: url(../imagens/rodape2.gif);
	height: 40px;
}
#rodapetexto {
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-left: 30px;
	padding-top: 13px;
	
}

/*pagrio*/

#rio ul {
  margin: 0;
  padding: 0;
  list-style: none;
  }
#rio ul li {
  margin: 2px 0 2px 0;
  padding: 0;
  font-weight: bold;
  line-height: 74px; /* altura do ícone */>
  background-repeat: no-repeat;
  background-position: 0 50%;
  }
#rio ul li a {
  padding-left: 130px; /* largura do ícone + espaço em branco */

  }
#fig1 {
	background:url(../imagens/icone_rio_01.gif) no-repeat;
}
#fig2 {

	background:url(../imagens/icone_rio_03.gif) no-repeat;

}
#fig3 {
	background:url(../imagens/icone_rio_04.gif) no-repeat;
}



#cartaz ul {
  margin: 0;
  padding: 0;
  list-style: none;
  	background:url(../imagens/fig_cartaz.gif) no-repeat;
	height:290px;
  }
#cartaz ul li {
  margin: 2px 0 2px 0;
  padding: 10px;
  font-weight: bold;


  }
#cartaz ul li a {
  padding-left: 250px; /* largura do ícone + espaço em branco */

  }


#fig4 {
	background:url(../imagens/fig_cartaz.gif) no-repeat;
	height:290px;
}

#fig5 {
	height:0px;
	
}
/*pagorg*/

#org ul {
  margin: 0;
  padding: 0;
  list-style: none;
  }
#org ul li {
  margin: 0px 0 2px 0;
  padding: 0;
  font-weight: bold;
  line-height: 115px; /* altura do ícone */>
  background-repeat: no-repeat;
  background-position: 0 50%;
  }
#org ul li a {
  padding-left: 130px; /* largura do ícone + espaço em branco */

  }
#figorg1 {
	background:url(../imagens/logo_ime.gif) no-repeat;
}
#figorg2 {

	background:url(../imagens/logo_puc_01.gif) no-repeat;

}
#figorg3 {
	background:url(../imagens/logo_ufrj.gif) no-repeat;
}



/*pagpatro*/

#patro ul {
  margin: 0;
  padding: 0;
  list-style: none;
  }
#patro ul li {
  margin: 0px 0 2px 0;
  padding: 0;
  font-weight: bold;
  line-height: 115px; /* altura do ícone */>
  background-repeat: no-repeat;
  background-position: 0 50%;
  }
#patro ul li a {
  padding-left: 260px; /* largura do ícone + espaço em branco */

  }
#figpatro1 {
	background:url(../imagens/logo_ricardo_franco.gif) no-repeat;
}



table {
	font: 12px verdana, sans-serif;

}

caption {
	padding: 10px 10px;
	text-align: center;
	border-top: 1px solid #69c232;
	border-right: 1px solid #69c232;
	border-bottom: 1px solid #69c232;
	border-left: 1px solid #69c232;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	vertical-align: top;
	background: #e8f3e1;
	font-weight: bold;

	
}

td {
	padding: 5px 5px;
	text-align: center;
	border-top: 1px dotted #69c232;
	border-right: 1px dotted #69c232;
	border-bottom: 1px dotted #69c232;
	border-left: 1px solid #69c232;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	vertical-align: top;
	background: #e8f3e1;
}

tr {
	background: #e8f3e1;
}

tr.bg {
	background: #e8f3e1;
}

tr.cabecalho {
	font-weight: bold; 
	color: #FFF;
	background: #999999;
}
tr.cabecalho td {
	border-top: 1px solid #FFF;
	border-right: 1px solid #EEE;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;	
}

/* FORMATAÇÃO DO BOTÃO */
.bot {
     font-family: Geneva, Arial, Helvetica, sans-serif;
	 font-size: 10px;
	 background: #becee4;
     color: #003366;
     font-weight: bold;
	 text-align: center;
     margin: 10px;
	 margin-left: 180px;
	 padding: 2px;
     border: 1px #0083C1 solid;
	 
}

.tableforminsc {
     font-family: Geneva, Arial, Helvetica, sans-serif;
	 font-size: 11px;
	width: auto;

}

.tableforminsc caption {
	padding: 10px 10px;
	text-align: center;
	border-top: 1px solid #69c232;
	border-right: 1px solid #69c232;
	border-bottom: 1px solid #69c232;
	border-left: 1px solid #69c232;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	vertical-align: top;
	background: #e8f3e1;
	font-weight: bold;

	
}

.tableforminsc td {
	padding: 5px 3px;
	text-align: center;
	border-top: 1px dotted #69c232;
	border-right: 1px dotted #69c232;
	border-bottom: 1px dotted #69c232;
	border-left: 1px dotted #69c232;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	background: #FFFFFF;
}

.tableforminsc tr {
	background: #e8f3e1;
}

.tableforminsc tr.bg td{
	background: #e8f3e1;
	font-weight: bold;
}
.tableforminsc tr.bg1 td{
	background: #FFFFFF;
	text-align: right;

}
.tableforminsc tr.cabecalho {
	font-weight: bold; 
	color: #FFF;
	background: #999999;
}
.tableforminsc tr.cabecalho td {
	border-top: 1px solid #FFF;
	border-right: 1px solid #EEE;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;	
}


/* listas */
#listas ul {
	
	margin: 0px; 
	list-style-type: none; 
	width: auto; 
	border: 0px; 
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	padding: 0px;
	color: #003366;

}

#listas ul li {
	width: 100%; /* define a largura como 100% */
	margin-bottom: 0px; /*define a margem inferior para 5px */
	border: 0px; /* define as bordas */
	color: #003366;
	background: url(../imagens/icone_listas.gif);
	background-repeat: no-repeat;

}	

#listas ul li a:hover { /* estado hover */
	color: #003366;
	text-decoration: none;
	width: auto; 
	display: block;


}
#listas ul li a:active { /* estado ativado */
	color: #003366;
	text-decoration: none;
	display: block;

}

#listas ul li a:link { /* estado normal */
	color: #003366;
	text-decoration: none;
	display: block;

}

#listas ul li a:visited { /* estado visitado */
	color: #003366;
	text-decoration: none;
	display: block;

}

#listas ul li a { /*define os espaçamentos*/
	padding-top: 2px;
	padding-left: 15px;

}	

select{ 
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;

}
.campo {
	 font-family: Geneva, Arial, Helvetica, sans-serif;
	 font-size: 11px;
	 font-weight: bold;
}