@charset "iso-8859-1";

body {

	font-family: Tahoma, Helvetica, Arial, sans-serif;

	margin: 0;

	padding: 0;

	background-color: #000000; /*dk green*/

	;

	color: #000000; /*black*/

	background-image: none;

}

/*===============indicates no border around any image ============*/

body img {

	border: 0px;

	text-decoration: none;

}

/* ============ margins auto center the container on the page ==========*/

#container {
	width: 970px;
	position: absolute;
	text-align: center;
	top: -8px;
	margin-top: 10px;
	left: 50%;
	margin-left: -485px;
	background-image: url(fundo_guitarfire.jpg);
	background-repeat: no-repeat;

}

/*=================== styles for top banner ========================*/

#banner {

	background-position: center;

	padding: 3px;

	background-image: none;

	height: 100px;

	background-repeat: no-repeat;

	color: #000000;

}

/*=================== styles for top menu ======================*/

#topmenu {

	background-color: #EFEFEF;

	text-align: center;

	font-size: 15px;

	padding-top: 5px;

	padding-bottom: 5px;

	color: inherit;

	border-top: 2px solid #242F24;

	border-bottom: 2px solid #242F24;

	margin: 5px;

	padding-left: 10px;

}

#topmenu ul {

	margin: 0;

	padding: 0;

	list-style-type: none;

	background: none;

}

#topmenu li {

	display: inline;

	list-style-type: none;

	padding: 0px;

	padding-right: 1em;

}

/*==============all site links==============*/

a:link {

	font-weight: bold;

	color: #485E48;

	background: transparent;

	text-decoration: underline;

}

a:visited {

	font-weight: bold;

	color: #000000;

	background: transparent;

	padding: 0px;

	text-decoration: underline;

}

a:hover {

	font-weight: bold;

	text-decoration : none;

	color: #ffffff;

	background-color: #999999;

}

a:active {

	font-weight: bold;

	text-decoration : underline;

	color: #000000;

	background-color: #000000;

}

/*====================== styles for main content area =========================*/

#content {

	padding: none;

	margin: 10px;

	float:left;

	border: 1px solid #242F24;

	}

#content2 {
	width:670px;
	margin: 5px;
	float: left;
	height:757px;

}



/*===========content area list items==============*/

#content ul li {

	list-style-image: url('images/green-bullet-bg.gif');

	margin: 2px;

	padding: 2px;

}

#content li li {

	list-style-image: url('images/green-bullet-sm.gif');

	padding: 2px 0;

	

}





/* *****************************************************

Navigation Bar - Left hand side 

**************************************************** */
#topnoticias {
	width: 610px;
	height: auto;
	font-family: Arial;
	font-size: 10px;
	text-decoration: none;
	background: transparent;
	float: right;
	margin-right: 195px;
	
}

#rightnav {
	color: #000;
	float: right;
	width: 270px;
	height: 770px;
	background: no;
	padding: 5px;

}

#rightnav2 {

	color: #000;

	padding: 10px;

	margin: 10px;

	border: 2px solid #242F24;

	float: right;

	background-color: #ffffff;

	width: 120px;

	}

#iframe {

	color: #000;

	border:hidden;

	float: right;

	background-color: #ffffff;

	width: 120px;

	

}

#rightnav ul {

	list-style: none;

	margin: 0;

	padding: 0;

	margin-bottom: 4px;

}

#rightnav li {

	list-style: none;

	padding: 2px 0;

}

#rightnav ul li {

	text-decoration: none;

	margin-top: 2px;

	text-align: center;

}

#rightnav ul ul li {

	padding: 3px 0 3px 0;

	font-size: 80%;

	font-weight: normal;

}

/*============== Styles for footer ===================*/

#footer {

	border-top: 2px solid #242F24;

	clear: both;

	background-color: #DBDBDB;

	text-align: center;

}

#footer p {

	margin-top: 0px;

	margin-bottom: 0px;

}

/*================== general styles =================*/

hr {

	width: 50%;

	text-align: center;

	background-color: #004145;

	height: 5px;

}

/* =================Styles for heading tags =============== */

h1, h2, h3, h4 {

	color: #485E48; /*dk green*/;

	background-color: inherit;

}

h1 {

	font-size: 1.5em;

	background: #ABCDAB; /*lt green*/

}

h2 {

	font-size: 1em;

}

h3 {

	font-size: .9em;

}

h4 {

	font-size: .9em;

}

/*================used to center anything==============*/

.center {

	text-align: center;

}

/* ============floats images to right or left ============*/

.imgrgt {

	float: right;

	padding: 7px;

}

.imglft {

	float: left;

	padding: 7px;

}

.smtxt {

	font-size:small;

}

p {

	font-size: 14px;

}

.p {

	font-size: 11px;

	font-weight: bold;

}

