/* Bulletin */
input[type=image]{
	cursor: pointer;
}

li{
	list-style: none;
}


#bulletin_header{
	/*background: url(/img/bulletin_layout/header.jpg) no-repeat;*/
	width: 935px;
	/*height: 190px;*/
	display: block;
	clear: both;
	padding-bottom: 10px;
}

#bulletin_menu{
	background: url(/img/bulletin_layout/bg-menu.jpg) repeat-x;
	height: 22px;
	width: 935px;
	/*margin-top: 180px;*/
}


	#bulletin_menu li{
		list-style: none;
		float: left;
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 2px;
		color: #FFF;
		font-weight: bold;
		border-right: 1px solid #CCC;
		height: 20px;
		font-family: Tahoma, Arial;
		font-size: 13px;
	}

#bulletin_search{
	border: none !important;
	margin-left: 67px;
	padding: 0px !important;
	
}

	#bulletin_search .submit{
		display:block;
		float:right;
		width:60px;
	}
	
	#search_bulletin_input{
		background: url(/img/bulletin_layout/bg-search.gif) no-repeat;
		border: none;
		margin-top: 0px;
		height: 22px;
		width: 137px;
		float: right;
	}
	
	#bulletin_search a{
		background: url(/img/bulletin_layout/bg-search-button.jpg);
		text-decoration: none;
		height: 22px;
		width: 60px;
		color: #5674a8;
		display: block;
		float: right;
		text-align: center;
	}

#bulletin_home{
	margin-top: 60px;
	margin-bottom: 60px;	
}

	#bulletin_home img{
		/*margin-top: 5px;*/
	}
	
#bulletin_home_detail{
	background:url("/img/bulletin_layout/front-bulletin-background.jpg") no-repeat scroll 0 0 transparent;
	font-family:Tahoma,Arial;
	font-size:20px;
	/*height:194px;
	padding:15px;
	width:506px;*/
}

	#bulletin_home_detail span{
		font-size: 13px;
		font-weight: bold;
		font-family: Tahoma, Arial;
	}

#bulletin_standar_content{
	border-bottom: 1px dotted #CCC;
	width: 30%;
	margin-left: 15px;
}

#editorial_board_content{
	font-size: 14px;
	font-family: Arial;
}
	

.green_title{
	width: 250px;
	background: #a9d3d2;	
	margin-top: 20px;
	padding: 3px;
	text-transform:uppercase;
	font-size: 18px;
	font-weight: bold;
	font-family: Tahoma, Arial;
}

.no-underline{
	text-decoration: none;
	color: #FFF;
}

.width30{
	float: left;
	width: 30%;
	padding-left: 10px;
	margin: 5px;	
}

.fl{float: left;}
.mb50{margin-bottom: 50px;}
.left-line{ border-left: 1px solid #CCC;}
.green-link{color: #5c5d5e;}
.green-link:hover{color: #46a5a8; font-weight: bold;}
.source{font-family: Tahoma, Arial; color: #2a6b88; font-size: 11px;}
.title{font-size: 18px; text-align: justify;}
.title-spa{color: #2b68a2 !important;}
.title-eng{color: #79a7d3 !important;}
.title-por{color: #7b95ad !important;}
.block{display: block;}
.bold{font-weight: bold;}
.lightblue-link{color: #79a7d3; text-decoration: none;}
.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mb10{margin-bottom: 10px;}
.pt10{padding-top: 10px;}
.resume{color: #757472; text-align: justify;}
.bulletin_options{border-top: 1px dotted #CCC; }
.page{background: url(/img/bulletin_layout/page.jpg) no-repeat; margin-left: 20px; text-indent: 20px;}
.pdf{background: url(/img/bulletin_layout/pdf.jpg) no-repeat; margin-left: 17px; text-indent: 23px;}
.link-bg{background: url(/img/bulletin_layout/link.jpg) no-repeat; margin-left: 15px; text-indent: 25px;}
.bt{border-top: 1px dotted #CCC; width: 70%;}
.authors{margin-left: 50px; text-align: justify;}

.bulletin-edition-box{}
	.bulletin-edition-box h3{
		font-size:12px;
		margin-left:10px;
		margin-top:10px;
		text-transform:uppercase;
	}
	.bulletin-edition-box h4{
		font-size:11px;
		margin-bottom:0;
		margin-left:10px;
		margin-top:10px;
	}
	.bulletin-edition-box p{
		color:#888888;
		margin-left:10px;
		margin-right:10px;
		text-align:justify;		
	}
	.bulletin-edition-box a{
		color:#7AA5D0;
		font-size:12px;
		font-weight:bold;
		left:290px;
		position:absolute;
		/*top:93px;*/
		bottom: 5px;
	}
	.bulletin-edition-box img{
		/*height:111px;*/		
	}

.pagination{
	color:#7B7979 !important;
	margin: auto;
	font-size:11px !important;
	height:11px;
	line-height:11px;
	padding-bottom:50px;
	padding-top:10px;
	text-align:center;
	width:430px;
	display: block;
	clear: both;
}

.pagination p{
	color:#7B7979 !important;
	float:left;
	font-size:11px !important;
	height:11px;
	line-height:11px;
	padding-bottom:20px;
	padding-top:5px;
	text-align:center;
	width:230px;
	margin: 0px;
}

.previous{
	background: url("/img/bulletin_layout/previousBullet.gif") no-repeat 0 5px #FFF;	
	border-right:1px solid #ABA9A9;
	float:left;
	height:11px;
	line-height:11px;
	margin-right:15px;
	padding-bottom:20px;
	padding-right:5px;
	padding-top:5px;
	text-align:right;
	text-transform:uppercase;
	width:70px;
	display: block;
}

.previous a{color: #7B7979 !important;}

.next{
	background-image:url("/img/bulletin_layout/nextBullet.gif");
	background-position:75px 5px;
	background-repeat:no-repeat;
	border-left:1px solid #ABA9A9;
	float:left;
	height:11px;
	line-height:11px;
	margin-left:15px;
	padding-bottom:20px;
	padding-left:5px;
	padding-top:5px;
	text-align:left;
	text-transform:uppercase;
	width:80px;
}

.next a{color: #7B7979 !important;}

.current{color: blue; font-weight: bold;}
.nu{text-decoration: none;}
.static-title{font-size: 20px; font-weight: bold;}
.static-title1{color: #007fb7 !important; }
.bulletin_title{
	background: #d8e0e3;
	color:#3C3F46;
	display:block;
	font-family:Tahoma,Arial;
	font-size:19px !important; 
	font-weight:normal !important;	
	padding:3px;
	width:98%;
}
.bulletin_date_detail{
	text-indent: 10px;
}
.bulletin_front_resume{
	font-size: 12px;
	color: #919191;
	margin-top:10px;
	margin-left: 10px;
}
