/********************************************************************
 ########################         TAG         #######################
*********************************************************************/
*
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
body
{
	background:#FFF;
}
img
{
	border: none;
	display: inline;
}
a img
{
	cursor: pointer;
}

.clear {
	clear:both;
}

/********************************************************************
#######################         TOPO       ######################
*********************************************************************/
#intro {
	width:980px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-192px;
	margin-left:-490px;
}

#intro .conteudo {
	height:350px;
	background:url(../imagens/bg-intro.jpg) no-repeat;
}

#intro .conteudo .faculdade {
	width:490px;
	height:350px;
	display:block;
	float:left;
}


#intro .conteudo .colegio {
	width:490px;
	height:350px;
	display:block;
	float:left;
}

.entrar {
	display:block;
	margin-left:75px;
	margin-top:60px;
}

/********************************************************************
#######################         COPYRIGHT       ######################
*********************************************************************/

#copyright {
	width:980px;
	margin:auto;
	clear:both;
	text-align: right;
	margin-top:20px;
	margin-bottom:20px;
}

#copyright.home {
	background: url(../imagens/bg-rodape.png) top no-repeat;
}

#copyright.interna {
	width: 900px;
	background:url(../imagens/bg-rodainterna.png) -13px -2px no-repeat;
}

#copyright.interna2 {
	width: 900px;
	background:url(../imagens/bg-rodainterna2.png) -13px -30px no-repeat;
}

#copyright .logo {
	width: 130px;
	height: 35px;
	float: left;
	display: inline;
}

#copyright .text
{
	padding: 11px;
	display: block;
}

#copyright #interna.text
{
	padding: 11px 50px 11px 11px;
	display: block;
}

#copyright .text, #copyright .text a 
{
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;	
	color: #666;
}
