body {
	background : #A5A9AC url('../imgs/back.jpg') fixed no-repeat top center;
	margin : 0px 0px;
	margin-top : 0px;
	font-family : "Trebuchet MS", Verdana, sans-serif;
	/* font-family : Georgia, Times, serif; */
	color : #000;
}
img { border : 0px; }
#box_transp {
	height : 100px;
	width : 100%;
	position : absolute;
	z-index : -100;
	background : #fff;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
#box_top {
	height : 100px;
	width : 100%;
}
#box_top_white {
	background : #385989;
	height : 15px;
	width : 100%;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}
#box_top_logo {
	margin : auto auto;
	width : 950px;
	height : 100px;
	display : block;
	clear : both;
	background : url('../imgs/logo_aphri_transp.png') no-repeat bottom left;
	overflow : hidden;
}
#box_idiomas {
	display : block;
	text-align : right;
	font-size : 0.8em;
	margin-top : 20px;
	font-family : Verdana, sans-serif;
}
#box_menu {
	margin-top : 38px;
	text-align : right;
	display : block;
}
#box_content {
	display : block;
	width : 950px;
	margin : auto auto;
	margin-top : 10px;
	overflow : hidden;
}
#box_content_inner {
	display : block;
	width : 940px;
	padding : 0px 10px 10px 0px;
	overflow : hidden;
}
.bloco_imgs_right {
	display :  block;
	float : right;
	padding : 0px 0px 10px 20px;
	width : 300px;
}
#box_content_inner_left {
	display : block;
	float : left;
	width : 780px;
	overflow : hidden;
}
#box_content_inner_right {
	display : block;
	float : left;
	width : 150px;
	overflow : hidden;
	padding : 0px 0px 0px 10px;
}
.bloco_lista {
	display : block;
	clear : both;
	overflow : hidden;
	border-bottom : 0px dotted #ccc;
	margin : 0px 0px 20px 0px;
}

