@charset "ISO-8859-1";
/* CSS Document */

/* ________ GERAIS _______ */

* {
	margin: 0; padding: 0;
	font: normal normal normal 14px Verdana, Arial, Helvetica, sans-serif;
	border:none;
	color:#ffffff;
	text-decoration:none;
	list-style:none;
	}
	
html, body { height:100%;}

html{
	background: url(../imagens/bg_html_pre.gif);
	}
	
a:focus{
	outline:2px solid #000055;
	}
	
body{
	text-align:center;
	overflow-x: hidden;
	}
	
#wrap{
	max-width:1570px;
	min-width:770px;
	position: relative; 
	min-height: 100%; 
	height: auto !important; 
	height: 100%;
	padding:0 0 0 0;
	background: url(../imagens/bg_palco.png) no-repeat center 356px;
	}
	
#corpo{
	/*background: url(../imagens/bg_palco.png) no-repeat center 190px;*/
	margin:0 0 80px 0;
	display:table;
	width:100%;
	height:410px;
	text-align:center;
	}
	
.rodape{
	clear:both;
	/*margin-top:10px;*/
	}
	
.rodape a{
	padding:0 4px 0 4px;
	font-weight:bold;
	letter-spacing:1px;
	position:relative;
	}
	
.rodape a:hover{
	text-decoration:underline;
	}
	
address{
	padding:42px 0 30px 0;
	display:block;
	background: url(../imagens/) no-repeat center center;    /*ttl_vestibular.gif*/
	font-size:1px;
	text-indent:-9999999px;
	}
	
h1{
	display:block;
	/*margin:0 0 30px 0;  ALTEREI PARA POR O BANNER TEMPORARIAMENTE. Luiz Antonio Jr*/
	margin:0 0 15px 0;
	padding:10px 0 0 0;
	/*padding:30px 0 0 0;  ALTEREI PARA POR O BANNER TEMPORARIAMENTE. Luiz Antonio Jr*/
	}	
	
ul{
	width:734px;
	height:410px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
	
ul li{
	display:block;
	width:182px;
	height:159px;
	float:left;
	z-index:1;
	}
	
ul li a{
	display:block;
	width:182px;
	height:159px;
	text-indent:-999999px;
	}
	
ul li a.campus_1{
	background:url(../imagens/sg.gif) no-repeat center center;
	}
	
ul li a.campus_2{
	background:url(../imagens/nit.gif) no-repeat center center;
	}
	
ul li a.campus_3{
	background:url(../imagens/campos.gif) no-repeat center center;
	}
	
ul li a.campus_4{
	background:url(../imagens/bh.gif) no-repeat center center;
	}
	
ul li a.campus_5{
	background:url(../imagens/go.gif) no-repeat center center;
	}
	
ul li a.campus_6{
	background:url(../imagens/jf.gif) no-repeat center center;
	}
	
ul li a.campus_7{
	background:url(../imagens/recife.gif) no-repeat center center;
	}
	
ul li a.campus_8{
	background:url(../imagens/salvador.gif) no-repeat center center;
	}
	
ul li a:hover{
	display:block;
	position: absolute;
	width:242px;
	height:219px;
	margin:-30px 0 0 -30px;
	}
	
ul li a.campus_1:hover{
	background:url(../imagens/sg_hover.png) no-repeat center center;
	}
	
ul li a.campus_2:hover{
	background:url(../imagens/nit_hover.png) no-repeat center center;
	}
	
ul li a.campus_3:hover{
	background:url(../imagens/campos_hover.png) no-repeat center center;
	}
	
ul li a.campus_4:hover{
	background:url(../imagens/bh_hover.png) no-repeat center center;
	}
	
ul li a.campus_5:hover{
	background:url(../imagens/go_hover.png) no-repeat center center;
	}
	
ul li a.campus_6:hover{
	background:url(../imagens/jf_hover.png) no-repeat center center;
	}
	
ul li a.campus_7:hover{
	background:url(../imagens/recife_hover.png) no-repeat center center;
	}
	
ul li a.campus_8:hover{
	background:url(../imagens/salvador_hover.png) no-repeat center center;
	}
	
	
.limpa_float{
	clear:both;
	font-size:1px;
	line-height:1px;
	width:1px;
	height:1px;
	float:none;
	visibility:hidden;
	}

