#tituloAtividadesRespSocial {	
	width: 218px;
	font-size : 110%;
	font-family : Verdana;
	font-weight: bold;
	background-image: url(../imagens/corteDiagonalBranco.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 10px;
	padding-right: 33px;
	padding-left: 10px;
	padding-bottom: 16px;
}



#listaAtividades ul li a {

	color: black;

}
#listaAtividades ul {
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../imagens/divisoria.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 12px;
	margin-right: 10px;
	margin-bottom: 6px;
	margin-left: 10px;
}
#listaAtividades ul li {
	background-image: url(../imagens/divisoria.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#listaAtividades ul li a {
	color: #333;
	display: block;
	padding: 8px;
}
#listaAtividades ul li a:hover {
	background-color: #BEE4DB;
	background-image: url(../imagens/divisoria.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}


#listaAtividades {
	margin-left: 20px;
	width: 260px;
	height: 260px;
	float:left;
	background-color: #aedad0;
	background-image: url(../imagens/box_topo_respSocial.png);
	background-repeat: repeat-x;
	background-position: 0 0;
}

#listaAtividades .todasAtividadeMeio {
	text-align: right;
	margin-top: 6px;
	margin-right: 10px;
	font-size: 110%;
	float: right;
	font-size: 11px;
	font-weight: bold;
}
#listaAtividades .todasAtividadeMeio a {	
	color: #333;
	display: block;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}
#listaAtividades .todasAtividadeMeio a:hover {
	background-color: #BEE4DB;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 1px 1px 2px 0px #7b8c88;
	box-shadow: inset 1px 1px 2px 0px #7b8c88; 
}