/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {
	color: #567;
}

a:hover {
	color: #8D2943;
}

body {
	background: #F2F2F2 url(images/bg.gif) repeat-y center top;
	color: #555A60;
	font-family: Arial;
	font-size: 11px;
	color: #808080;
	text-decoration: none; 
}

p,cite,code,ul {
	font-size: 1em;
	padding-bottom: 1em;
}

h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}

li {
	list-style: url(images/li.gif);
	margin-left: 18px;
}

code {
	background: url(images/bgcode.gif);
	border: 1px solid #F6F6F6;
	color: #666;
	display: block;
	font: normal 1.1em "Arial",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

cite {
	background: url(images/quote.gif) no-repeat;
	color: #456;
	display: block;
	font: normal 1.4em "Arial",serif;
	padding-left: 28px;
}

h1,h2,h3 {
	color: #579;
	padding-top: 6px;
}

.clearer {
	clear: both;
}

.container {
	margin: 0 auto;
	width: 730px;
}

.banner {
	float: center;
	margin-top: 1px;
	width: 720px;
}

.menu {
	width: 730px;
}

.title h1 {
	font: normal 2em Verdana,sans-serif;
}

.title h2 {
	color: #999;
	font: normal 1.1em Verdana,sans-serif;
}

.main {
	float:center;
	background: url(images/fundo_home.gif) no-repeat left top;
	padding: 0 20px;
	padding-top: 20px;
}

.holder {
	background: url(images/bgholder.jpg) repeat-y;
	float: center;
	padding: 0 32px;
}

.holder_top,.footer {
	clear: both;
	background: url(images/holder.jpg) no-repeat;
	height: 40px;
}

#noticias {
	font-family: Arial;
	font-size: 11px;
	color: #808080;
}

.noticias h1 {
	border-bottom:2px solid #8D2943;
	font-weight:bold;
	color:#444;
	font-size:110%;
	font-weight:400;
	line-height:30px;
}

.footer {
	background-position: left bottom;
	color: #666;
	font-size: 1.1em;
	text-align: center;
}
	
	#mainMenu{
		background-color: #F2F2F2;	/* Background color of main menu */
		font-family: Arial, sans-serif;			/* Fonts of main menu items */
		font-size:9pt;  						/* Font size of main menu items */
		border-bottom:1px solid #000000;	/* Bottom border of main menu */
		height:20px;	/* Height of main menu */
		 
		position:relative;	/* Don't change this position attribute */
		
	}
	#mainMenu a{
		padding-left:10px;	/* Spaces at the left of main menu items */
		padding-right:10px;	/* Spaces at the right of main menu items */
		font-weight:bold;
		/* Don't change these two options */
		position:absolute;
		bottom:-1px;	/* Change this value to -2px if you're not using a strict doctype */
	}
	#submenu{		
		font-family: Arial, sans-serif;	/* Font  of sub menu items */
		background-color:#E1E1E1;	/* Background color of sub menu items */
		
		width:100%;	/* Don't change this option */
		
	}	
	#submenu div{
		white-space:nowrap;	/* Don't change this option */
		
	}
	/*
	Style attributes of active menu item 
	*/
	#mainMenu .activeMenuItem{
		/* Border options */
		border-left:1px solid #000000;
		border-top:2px solid #8D2943;
		border-right:1px solid #000000;		
		background-color: #E1E1E1;	/* Background color */
		
		cursor:pointer;	/* Cursor like a hand when the user moves the mouse over the menu item */
	}
	/*
	Style attributes of inactive menu items
	*/
	#mainMenu .inactiveMenuItem{		
		color: #000;	/* Text color */
		cursor:hand;	/* Cursor like a hand when the user moves the mouse over the menu item */
	}
	
	#submenu a{	
		text-decoration:none;	/* No underline on sub menu items - use text-decoration:underline; if you want the links to be underlined */
		padding-left:5px;	/* Space at the left of each sub menu item */
		padding-right:5px;	/* Space at the right of each sub menu item */
		color: #000;	/* Text color */
		font-size:9pt;
	}
	
	#submenu a:hover{
		color: #8D2943;	/* Red color when the user moves the mouse over sub menu items */
	}
