@charset "utf-8";

#container {
	/*
	background-color: #D6D6D6;
	*/
	width: 1000px;
	margin-top: 2px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding: 4px;
}

#header {
	background-color: #AFF;
	width: 100%;
	border: 1px solid #000;
	border-radius: 6px;
	background-image: url(imagens/1097010_3310414375696_1942539722_o.jpg);
	background-position: 20% 20%;
	height: 140px;
}

#topMenu {
	background-color: #2A2A2A;
	width: 100%;
	border: 1px solid #000;
	border-radius: 6px;
	margin-top: 4px;
	margin-bottom: 4px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #D6D6D6;
	height: 34px;
}

#content {
	background-color: #FFA;
	width: 100%;
	border: 1px solid #000;
	border-radius: 6px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
/*
	height: 800px;
	overflow: auto;
*/
	font-size: 13px;
	padding: 0px;
	position: relative;
}

#footer {
	background-color: #2A2A2A;
	width: 100%;
	border: 1px solid #000;
	border-radius: 6px;
	margin-top: 4px;
	margin-bottom: 4px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #D6D6D6;
	height: 100px;
	text-align: center;
	padding-top: 6px;

}

.contentLeft {
	width: 670px;
	padding: 2px;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 2px;
	text-align: justify;
}

.contentRight {
	width: 290px;
	padding: 6px;
	float: right;
	margin-top: 5px;
	margin-right: 10px;
	border: thin none #500;
	border-radius: 6px;
}

#divclear {
	clear: both;
	padding: 6px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#flagBar {
	display:block;
/*
	position:fixed;
*/
	position:absolute;
	top:10px;
	right:20px;
}

.menuLastItem {
	background-color: blue;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#logo {
	background-color: #A00;
	position: absolute;
	left: 21px;
	top: 16px;
	filter: DropShadow(Color=red, OffX=2, OffY=2, Positive=1);
}

#container #content .contentLeft h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #2A2A2A;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	border-radius: 6px;
}

.titulo1 {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #FFA;
	background-color: #333;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 12px;
	border-radius: 6px;
}
 /* 
 	----- estilos contentBox ----- 
		Estilos para caixas de conteudo
*/
.contentBox {
	/* background-color: #FFA; */
	padding: 0px;
	margin: 2px;
	border: thin solid #000;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	text-align: justify;
	text-indent: 3px;
	/* width: 500px; */
}
.contentBox h2 {
	color: #FFA;
	background-color: #009F00;
	font-size: 18px;
	font-weight: bold;
	text-indent: 10px;
	padding: 4px;
	margin: 0px;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
}
.contentBox p {
	padding-right: 4px;
	padding-left: 4px;
}
.contentBoxDark {
	background-color: #FFF;
	padding: 0px;
	margin: 2px;
	border: thin solid #000;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	text-align: justify;
	text-indent: 3px;
	/* width: 500px; */
}
.contentBoxDark h2 {
	color: #FFA;
	background-color: #39F;
	font-size: 18px;
	font-weight: bold;
	text-indent: 10px;
	padding: 4px;
	margin: 0px;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
}
.contentBoxDark p {
	padding-right: 4px;
	padding-left: 4px;
}

#fbBox {
	background-color: #FFF;
	padding: 0px;
	margin: 0px;
	border: thin solid #000;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	text-align: justify;
}
#fbBox h2 {
	color: #FFA;
	background-color: #39F;
	font-size: 18px;
	font-weight: bold;
	text-indent: 10px;
	padding: 4px;
	margin: 0px;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
}


/* ----- end estilos contentBox ----- */
.titulonoticia {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 12px;
}

.datanoticia {
	font-size: 10px;
}

.intronoticia {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 12px;
	font-style: italic;
}

.textonoticia {
	font-size: 12px;
	line-height: 20px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 12px;
}

.uh_list {
	font-size: 10px;
}