/**********************************************************
CSS GLOBAL
CSS - VERSAO 1 - FACULDADES ANTO AGOSTINHO
**********************************************************/

*{
	font-family: Arial, Helvetica, sans-serif;
}

/********************************************
COLUNA ESQUERDA
*********************************************/

#col_esquerda {
	width: 500px;
	margin-right: 10px;
}


/**************************************
NAVEGAÇÃO
**************************************/

#nav_local{
	width: 100%;
	font-size: 12px;

}

#nav_local h2 {
	width: 550px;
	font-weight: bold;
	font-size: 26px;
	color: #CA5204;
	margin: 20px 0px;
}

#nav_local span{
	background: #B35307;
	padding: 3px 10px;
	font-weight: bold;
	font-size: 10px;
	color: #FFF;
	text-align: right;
	margin-top: -30px;
	float: right;	
}

/**************************************
MENU LOCAL
**************************************/

#menu_local{
	margin-top: 30px;
	margin-bottom: 10px;	
	font-size: 12px;	
}
#menu_local ul{
	border-bottom: 1px solid #C68C5C;
	text-align: left;
	padding: 3px 0px;
}

#menu_local ul li{
	display: inline;
	background: #FAF3EB;
	border: 1px solid #C68C5C;
	border-bottom: none;
	padding: 3px 8px;
	margin-left: -2px;
}

#menu_local ul li a{
	color: #AF7241;
	font-size: 15px;
}

#menu_local ul li #active_menu{
	font-weight: bold;
}

/**************************************
COLUNA ESQUERDA (TMPL1)
**************************************/

#content h3{
	font: 18px Arial, Helvetica, sans-serif;
	color: #E77C00;
}

#content h4{
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #993300;
	margin: 10px 0px;
}

#content p {
	font-size: 12px;
	text-align: justify;	
	line-height: 23px;
}

#content img.caption {
	border: 1px solid #C68C5C;
	padding: 3px;
	margin: 10px
}

#content ul li {
	font: 12px Arial, Helvetica, sans-serif;
	list-style: none;
	padding: 2px;
	line-height: 20px;
	padding-left: 25px;
	background: url("../img/item_lista_brown.gif") no-repeat 0px 2px; 
}

#content .xmap{
	margin-bottom: 20px;
}

#content .componentheading{
	font: 18px Arial, Helvetica, sans-serif;
	color: #C68C5C;
	margin-bottom: 20px;	
} 

#content a {
	color: #CA5204;
}
/********************************************
VOLTAR
*********************************************/

span.back {
	float: left;
	margin-bottom: 20px;
	padding: 3px 10px;
	color: #FFF;
	background: #CA5204;
	border: 1px solid #B35307;
	cursor: pointer;
}