@charset "utf-8";
/**
  * 
  * ESBJ - Ensino Superior Bureau Juridico <br>
  * NTI - Nucleo de Tecnologia da Informacao<br>
  *
  * Vestibular FJN 2009.3.1 - Estilo especifico.
  *
  *  @author     WebNTI <webnti@mauricionassau.com.br>
  *  @copyright  Copyright 2007, ESBJ.
  *  @version    1.0
  *  @link       http://www.esbj.com.br/NTI
  *  @since      1.0
  **/
  /**
    * Folha de estilos apenas da entrada do site vestibular 2009.1.3
  **/

/** Elementos gerais a tudo **/
body {
		color:#cfa8bb;
		background:url(../images/bg.jpg) repeat-x #6D0259;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,tt,img,tr {  
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-weight: inherit;
		font-style: inherit;
		font-size: 100%;
		font-family: inherit;
		vertical-align: baseline;
} 
a {
		text-decoration:none;
}
.ul, .ul li {
		padding:0px;
		margin:0px;
		list-style:none;
		float:left;
}
/** FIM Elementos gerais a tudo **/

/** Divs gerais a tudo **/
#diventrada {
		width:725px;
		height:609px;
		background: url('../images/entrada.png') no-repeat;
		margin:5% auto;
}
#diventrada .div {
		float:left;
		padding-left:29px;
}
#diventrada .divLinkSiteFjn a{
		float:left;
		height:79px;
		margin:374px 0 0 251px;
		position:absolute;
		width:167px;
}
#diventrada .div li a span {
		display:none;
}
.recife a {
		float:left;
		width:113px;
		height:38px;
		margin:285px 0 0 194px;
		background: url('../images/entrada_recife.jpg') no-repeat;
}
.recife a:hover {
		background: url('../images/entrada_recife_hover.jpg') no-repeat;
}
.paulista a {
		float:left;
		margin-top:-1px;
		width:143px;
		height:38px;
		margin:285px 0 0 15px;
		background: url('../images/entrada_paulista.jpg') no-repeat;
}
.paulista a:hover {
		background: url('../images/entrada_paulista_hover.jpg') no-repeat;
		
}
/** Fim divs gerais a tudo **/