* {margin:0; padding:0}
.clr { clear:both}
#accordion2 {width:100%; margin:50px 0 0 30px; border:1px solid #DCC9B8; border-top:none;}
.accordion2 {width:100; font-size:12px; color:#333}
.accordion2 dt {cursor:pointer;background-image:url(../images/arrow_down.gif); background-position:right; background-repeat:no-repeat; color:#336699;
	font-size:18px;
	padding-bottom:5px; padding-top:5px; border-bottom:#336699 dotted 1px; margin-bottom:8px;}
.accordion2 dt:hover {color:#b52000;border-bottom:#b52000 dotted 1px;}
.accordion2 .open {color:#b52000; background-image:url(../images/arrow_up.gif); background-position:right; background-repeat:no-repeat; border-bottom:#b52000 dotted 1px; }
.accordion2 dd {overflow:hidden; width:445px;}
.accordion2 span {display:block; width:100; border-top:none; padding:5px}
.accordion2 span h2{margin-bottom:10px;}

.boxCurriculo {
	border:#336699 dotted 1px;
	float:left;
	margin-bottom:8px;
	margin-left:1px;
	margin-right:6px;
	width:133px;
}

#curriculoFoto {
	background-color:#990033;
	display:block;
	height:120px;
	margin:0 auto;
	width:120px;
	margin-top:5px;
	font-family:Arial, Helvetica, sans-serif;
}
.curriculoNome {
	text-align: center;
	font-size: 15px;
	color: #C00;
	display:block;
	margin-top:3px;
	font-family:Arial, Helvetica, sans-serif;
}
.curriculoFuncao {
	text-align: center;
	display:block;
	color: #006;
	font-family:Arial, Helvetica, sans-serif;
}

.acessarCurriculo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	display:block;
	text-decoration:underline;
	margin-bottom:5px;
	color:#069;
	cursor:pointer;
}
