/*arquivo css do site viagem no tempo */

.style1 {color: #FFFFFF}

/*css para definir links personalisados*/
  
.anuncie {
    color: #000000;
	text-decoration:underline;
	
}
.anuncie:hover {
    color: #0000FF;
	text-decoration:underline;
	
}

.webmaster {
    color: #FFFFFF;
	text-decoration:underline;
	
}
.webmaster:hover {
    color: #0000FF;
	text-decoration:underline;
	
}
/*classe para links biografia*/

.links_u {
    color: #000000;
	text-decoration:underline;
	
}
.links_u:hover {
    color: #0000FF;
	text-decoration:underline;
	
}


/*classe dos links das páginas*/

.links_pag {
    color: #000000;
	text-decoration: underline;
	
}
.links_pag:hover {
    color: #0000FF;
	text-decoration:underline;
	
}
/*classe do form contato*/
.formulario_c {
   
	font-size: 9pt;	
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	color:  #0033CC;
	border-width: 1px;
	border-style: solid;
	border-color:  #000000;
	}

 
/*//////////////////////////////////////////*/
body{
	
	background:#006699;
	
	}
	
#unifesp {
	  
	 MARGIN-TOP: 0px;  POSITION: absolute; TOP: 0px;    
	
	
	}
		
#tudo {
	 width:779px;
	 background: url(imagens/vermelho.jpg) repeat-y 0 0;
	 MARGIN-TOP: 0px; LEFT: 50%; MARGIN-LEFT: -389px;  POSITION: absolute; TOP: 0px;  
	
	
	}
#topo {	
	height:181px;
	background-color:#df7ddf;
	z-index:2;
	}
	
#topo_1 {

    width:300px;
	height:161px;
	background-color:#FFFFFF;
	top:0px;
	position:absolute;
	left:421px;
	z-index:1;


}

#principal {
	width:582px;
	background-color:#EEF0F3;
	float:right;
	}
	
#navegacao {
	width:197px;
	background-color: #006699;
	float:left;
	}
	/*
#principal * {
	padding: 0 20px;
	}
#navegacao * {
	padding: 0 8px;
	}
	*/
#rodape {	
	clear:both;
	height:20px;
	background: url(imagens/barra.gif) ;
	background-color:#000000;
	
	}
	
/*imagem barra id*/

#imgbarra {
    position:absolute;
    left:0px;
    top: 161px;

} 	
/*
#img_marcelo {
    position:relative;
    left:0px;
    top: 0px;
} 
*/

/*comandos para fazer o menu funcionar*/

ul li {
 position:relative;

 
 }
 
 li ul {
	position: absolute;
	left: 195px;
	top: 0;
	display: none;
	
	}
         	
ul li a {
	display: block;
	text-decoration: none;
	font-size: 10pt;
    font-family:Times New Roman, Times, serif;
	color: #FFFFFF;
	background: #000000;
	padding: 4px;
	border: 1px solid #FFFFFF;
	border-bottom: 0;
	
	
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 197px;
	border-bottom: 1px solid #FFFFFF;
	
	}
	
li:hover ul, li.over ul { 
	display: block; }
ul li a:hover {
    color: #000000;
	background: #FFFFFF;
	font-size: 10pt; 
                font-family:Times New Roman, Times, serif;
} /* Hover Styles */