@charset "iso-8859-1";
/* início - formatação padrão */
html {
	background: url(../images/html_backgroud.jpg);
	background-repeat: repeat-x;
	background-color: #e8ecf7;
}
body {
	margin:0;
	text-align:center;
}

ul, li, form {
	margin:0;
	padding:0;
}

ul, li{
	list-style:none;
}

*, html, body, td, a, p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

* {
	color:#555555;
}

input, textarea, select{
	font-size:11px; 
}

select{
	height:20px;
}

img {
	border:0;
}

p{
	padding:7px 0;
	margin:0;
}
u, a u {
	color: #7a88a5 !important;
	text-decoration: none !important;
}

a {
	color:#7a88a5;
	text-decoration:none;
}

a:hover {
	text-decoration:none;
}

.left {
	float:left;
}

.right {
	float:right;
}

.borda{
	border:1px solid #5e6779;
}

.strong{
	font-weight:bold;
}

.lilas{
	color:#7987a4;
}

.marrom{
	color:#64583b;
}

.verde{
	color:#63a9a1;
}

.vermelho{
	color:#b01818;
}

.cinzaC{
	color:#797979;
}


/* fim - formatação padrão */

#general{
	width:933px;
	margin:auto;	
	text-align:left;
}

#row, #header, #footer, #banner{
	clear:both;
	width:100%;
}

.bg-main{
	background:url(../images/footer_background.jpg) no-repeat bottom;	
	background-color:white;
	padding-bottom:8px;
}

#footer {
	padding:10px 0;
	text-align:center;
}

#footer p{
	margin:0;
	padding:7px 0;	
}

#footer a{
	color:#555555;	
	margin:0 2px;
}

#header .logo{
	padding:5px 0 0 9px;
}


/* inicio menu topo (no topo da página) */
#menu-top a, #menu-top li, 
#menu a, #menu li{	
	color:white;
	font-weight:bold;
}

#menu-top img{
	vertical-align:bottom; 
	margin:0 3px;
}

#menu-top li{
	background-color:#7a88a5;
	float:left;
	padding:8px 6px 0;
	height:24px;	
	color:#9ba6c8;
}

#menu-top li.bg{
	background-color:#687795;
	color:white;
}

#menu-top li.L, #menu-top li.M, #menu-top li.R{
	width:13px;
	height:32px;
	padding:0 0;
}

#menu-top li.L{
	background: url(../images/menu-top_L.gif) no-repeat;
}

#menu-top li.M{
	background: url(../images/menu-top_M.gif) no-repeat;
}

#menu-top li.R{
	background: url(../images/menu-top_R.gif) no-repeat;
}
/* fim menu topo*/


/* inicio menu principal */
#menu{
	background: url(../images/menu_background.gif) no-repeat;		
	width:100%;
	margin-top:10px;	
	padding-top:7px;
}

#menu ul{	
	background-color:#7a88a5;
	width:100%;
}

#menu li{
	float:left;
	padding:2px 6px 6px;	
	color:#9ba6c8;
}

#menu li.first{
	padding-left:14px;
	}
	
#menu li.busca{
	float:right;
	padding:0 7px 8px 0;
	color:white;
	}
/* fim menu principal */


/* inicio menu lateral (página interna)*/
#menu-lateral {
	width:255px;
	padding-bottom:3px;
}
#menu-lateral ul li {
	padding-left: 35px;
}
#menu-lateral li{
	padding:6px 15px;	
}

#menu-lateral li.title{
	background:url(../images/menu-lateral_top.jpg) no-repeat top;
	background-color:#7a88a5;
	padding:9px 15px 8px;
}

#menu-lateral li.first{
	background:url(../images/menu-lateral_middle.jpg) no-repeat top;	
	padding-top:11px;	
}

#menu-lateral li.last{
	background:url(../images/menu-lateral_bottom.jpg) no-repeat bottom;	
	padding-bottom:50px;
}

#menu-lateral li, #menu-lateral li.first, #menu-lateral li.last{	
	background-color:#e8eef7;	
}

#menu-lateral span{
	background:url(../images/menu-lateral_arrow1.jpg) no-repeat left center;	
	color:white;
	padding-left:15px;	
}

#menu-lateral div {
	background: url(../images/menu-lateral_arrow2.jpg) no-repeat left center;
	padding-left: 15px;
}

/* fim menu lateral */
	
#row #coll-L{
	width:265px;
}

#row #coll-R{
	width:653px;
}
#coll-R #box-row{
	background-color:#e9e9e9;
	width:100%;
}

#coll-R #box-row p{
	padding:8px 10px;
	margin:0;
	text-align:center;
}

#coll-R #box-coll{
	background-color:#e9e9e9;
	width:213px;	
}
#coll-R #box-coll a {
	color: #555;
}
#coll-R #box-coll p, #box-coll h3{
	padding:7px 8px 8px;
	margin:0;
}
#parceiros{
	width:600px;
	float:left;
	margin-left:30px;
	_margin-left:10px;
}
#parceiros #box{
	width:100px;
	height:100px;
	float:left;
	margin:20px;
}
.bg-tlarge{	
	background:url(../images/box-row_top.jpg) no-repeat top;
}

.bg-blarge{
	background:url(../images/box-row_bottom.jpg) no-repeat bottom;
}

.bg-tsmall{
	background:url(../images/box-coll_top.jpg) no-repeat top;
}

.bg-bsmall{
	background:url(../images/box-coll_bottom.jpg) no-repeat bottom;
}

/* formatacao: padding, margin */
.p-all{
	padding:5px;
}

.p-rb01{
	padding:0 5px 5px 0 ;
}

.p-tl01{
	padding:5px 0 0 0;
}

.p-tl02{
	padding:5px 0 0 7px;
}

.p-b01{
	padding-bottom:5px;
}
/* fim */

	
/* form*/
.button{
	vertical-align:bottom;	
}
/*fim*/
.titulo {
	padding-top: 9px;
	padding-left: 10px;
	height: 22px;
	border-bottom: 1px dotted #dae2ef;
	margin-bottom: 10px;
	background: url(../images/seta.gif) no-repeat 0px 12px;
}
.box-s {
	background-color: #e7eef8;
}
.box-s .espaco {
	padding: 10px 15px;
}
.box-n {
	border: 2px solid #e7eef8;
	border-top: none;
	border-bottom: none;
}
.box-n .espaco {
	padding: 10px 15px;
}
.box-n a img, .box-s a img {
	margin-right: 3px;
}
.button {
	background-color:  #7a88a5;
	border: 1px solid #58698d;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
}
.button:hover {
	background-color: #769c48;
	border: 1px solid #557b28;
}
#curriculo{
	width:650px;
	float:left;
	margin-top:30px;
}
.foto{
	width:142px;
	height:200px;
	float:left;
	margin-left:20px;
}
.texto{
	width:320px;
	float:left;
	margin-left:20px;
}