/* BOTÕES VÍDEOS/IMAGENS */
#agenda_buttons_box {
	width: 100%;
	margin-bottom: 20px;
}
.agenda_button {
	margin-bottom: 5px;
}
.agenda_button a {
	display: block;
}
.agenda_button span {
	display: none;
}
.agenda_button_videos {
	background-image: url("/ngt_images_cma/juventude/botoes/bts-detalhe_VIDEOS1.png");
	background-repeat: no-repeat;
	width: 153px;
	height: 32px;
}
.agenda_button_videos:hover {
	background-image: url("/ngt_images_cma/juventude/botoes/bts-detalhe_VIDEOS2.png");
	background-repeat: no-repeat;
}
.agenda_button_galeria {
	background-image: url("/ngt_images_cma/juventude/botoes/bts-detalhe_IMAGENS1.png");
	background-repeat: no-repeat;
	width: 153px;
	height: 32px;
}
.agenda_button_galeria:hover {
	background-image: url("/ngt_images_cma/juventude/botoes/bts-detalhe_IMAGENS2.png");
	background-repeat: no-repeat;
}

/* DOCUMENTOS */
#agenda_docs_box {
	width: 100%;
	margin-bottom: 20px;
}
#agenda_docs_top {
	background-image: url("/ngt_images_cma/juventude/fundos/cabecalho_menu-PDF.png");
	background-repeat: no-repeat;
	height: 33px;
	width: 153px;
}
#agenda_docs_content {
	border-left: 1px #000000 solid;
	border-right: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
	width: 151px;
	padding-bottom: 5px;
	text-align: left;
}
#agenda_docs_doc {
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 2px;
}
#agenda_doc_pdf {
	width: 25px;	
}
#agenda_doc_pdf img {
	height: 18px;
	width: 18px;
}
#agenda_doc_link {
	width: 119px;
	text-align: left;
}
#agenda_doc_link a {
	font-size: 11px;
}
#agenda_doc_link a:hover {
	font-size: 11px;
	color: #A5B01D;
}

/* LINKS ÚTEIS */
#agenda_links_box {
	width: 100%;
	margin-bottom: 20px;
}
#agenda_links_top {
	background-image: url("/ngt_images_cma/juventude/fundos/cabecalho_links-uteis.png");
	background-repeat: no-repeat;
	width: 153px;
	height: 50px;
}
#agenda_links_title {
	width: 100%;
	margin-bottom: 5px;
}
#agenda_links_items {
	width: 100%;
}
#agenda_links_items ul {
	margin: 0;
	padding: 0;
}
#agenda_links_items ul li {
	width: 100%;
	list-style-type: none;
	padding-bottom: 5px;	
}
#agenda_links_items ul li img {
	
}
.agenda_links_it {
	text-decoration: none;
}
.agenda_links_it:hover {
	color: #A5B01D;
}

/* PESQUISA */
#agenda_search_box {
	width: 100%;
	margin-bottom: 20px;
}

/* BOTÃO DIVULGAR */
#agenda_divulgar_box {
	width: 100%;
	margin-bottom: 20px;
}
#agenda_divulgar_box a {
	display: block;
        width: 153px;
        height: 32px;
}
#agenda_divulgar_box span {
	display: none;
}
.agenda_divulgar_btn {
	background-image: url("/ngt_images_cma/juventude/botoes/bts-divulga-agenda1.png");
	background-repeat: no-repeat;
	width: 153px;
	height: 32px;
}
.agenda_divulgar_btn:hover {
	background-image: url("/ngt_images_cma/juventude/botoes/bts-divulga-agenda2.png");
	background-repeat: no-repeat;
}
#agenda_buttons_box:after, #agenda_docs_box:after, #agenda_links_box:after, #agenda_search_box:after, #agenda_divulgar_box:after,
#agenda_docs_doc:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	overflow: hidden;
}