@charset "utf-8";

body {
	background-color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	margin:0 auto;
}

a {
	color: #000;	
	background-color: inherit;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}

img {
	border: none;
	padding: none;
}

p {
	padding: 14px 0px 5px;
	text-align: justify;
	line-height: 12px;
	clear : both;
	float : none;
}

#principal {
	margin: 0px auto;
	width: 800px;
	background-color: black;
	color: inherit;
}

/* Page Image */
#page_image {	
	margin:0px 0px;
	padding: 0px 0px;
	height:340px;
}

/* Menu */

#mainmenu_v2 {
	position:relative;
	background-color:#801100;
	height:28px;
	background-image:url(images/bgmenu.png);
	background-repeat:repeat-y;		
	/*border-bottom:#000 solid 4px;*/
}

#menu {
	position:absolute;
	right:122px;
	top:0px;
	background-color:#801100;
}

#menu ul {
	padding:0;
	margin:0px 2px;
}

#menu ul li {
	float:left;
	list-style:none;
}

#menu ul li a, #menu ul li a:visited, #menu ul li a:link, #menu ul li a:active {
	display:block;
	overflow:hidden;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	margin:0px 5px;
	padding:2px 8px 4px;
	text-decoration:none;
}

#menu ul li a:hover, #menu ul li a:hover.actual {
	background-color:#000; !important;
	/*background:url(../images/bg-item-menu.png) repeat;*/
}

/*#menu ul li a.actual {
	background:url(images/actual.png) no-repeat left;
}*/

/* Main */
#main {
	width: 800px;
	font-size: 12px;
}

#main h2 {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: inherit;
	color: #801100;
}

/* Titulos */

.titulo {
	font-size: 30px;
	font-weight:bold;
	color: #801100;
	margin-bottom: 15px;
	border-bottom:#801100 dashed 1px;
}

/* Separacao */

div.separacao {
	background-image:url(images/bgmenu.png);
	background-repeat:repeat-y;
	height:10px;
}

/* Texto */
#texto {
	text-align:left;
	font-size: 12px;
	padding: 10px 80px;
	background-image:url(images/bgdiv.png);
	background-repeat:repeat-y;
}

#texto h2 {
	font-size: 30px;
	color: #801100;
	margin-bottom: 5px;
	border-bottom:#801100 dashed 1px;
}

#texto td.nome_tuna {
	text-align:left;
	vertical-align:middle;
	padding-left:30px;
}

#texto li {
	text-align: left;
	margin-left: 30px;
}

#tuna{
	margin-bottom: 20px;
}

#tuna p {
	padding: 0;
	text-align: justify;
	line-height: 12px;
	text-indent:15px;
}

/* Apoios */

#apoios {
	text-align:left;
	font-size: 12px;
	padding: 10px 80px;
	background-image:url(images/bgdiv.png);
	background-repeat:repeat-y;
}

#apoios h2 {
	font-size: 30px;
	color: #801100;
	margin-bottom: 15px;
	border-bottom:#801100 dashed 1px;
}


/* Edicoes */
#edicoes {
	text-align:left;
	font-size: 18px;
	font-weight:bold;
	padding: 10px 80px;
	background-image:url(images/bgdiv.png);
	background-repeat:repeat-y;
}
#edicoes h2 {
	font-size: 30px;
	color: #801100;
	margin-bottom: 10px;
	border-bottom:#801100 dashed 1px;
}

#edicoes a, #edicoes a:visited, #edicoes a:link, #edicoes a:active {
	padding: 10px 28px 0px;
	text-align: center;
	color:#000;
	text-decoration:none;
}

#edicoes a:hover {
	text-decoration:underline;
}


/* Page Footer */
#page_footer {
	width: 800px;
	padding: 10px 0px;
	background-image:url(images/bgmenu.png);
	background-repeat:repeat-y;
	color: #FFF;
	font-size: 13px;
}

#page_footer a, #page_footer a:visited, #page_footer a:link, #edicoes a:active {
	color:#FFF;
	text-decoration:none;
}

#page_footer a:hover {
	text-decoration:underline;
}


