html,body{
	margin: 0;padding:0;	
}

body{
	font-family: arial,sans-serif;
	font-size: 0.625em;
	background-color: #2a2929;
}

div#container{
	background-color: #2a2929;
	width: 950px;
	height: 800px;
	margin: 10px auto;
}

div#header{
	width: 950px;
	height: 176px;
}


div#menu{
	width: 950px;
	background-image: url('images/sfondoup.png');
	height: 70px;
	margin-top: -4px;
}

div#centro{
	width: 950px;
	background-image: url('images/sfondo.png');
	background-color: #dadff3;
	height: 760px;
}

div#footer{
	width: 950px;
	background-image: url('images/barradown.png');
	height: 36px;
	text-align: center;
	color: black;
}


div#left{
	float: left;
	width: 200px;
	padding: 5px;
	text-align: center;
	font-size: 14px;
	color: darkblue;
	font-family: Verdana;
	border-right: 1px dashed darkblue;
	height: 760px;
	overflow: auto;
}

div#barrasfondo{
	width: 950px;
	height: 10px;
	background-color: #dadff3;
	margin-top: -10px;
}

div#right{
	float: left:	
	margin-left: 200px;
	width: 739px;
	height: 760px;
	overflow: auto;
}

div#right a{
	color: black;
}

div#right a:hover{
	color: red;
}

img{
	border: 0px;
}

.vocemenu{
	width: 235px;
	margin-left: 1px;
	height: 63px;
}

.bigmenu a{
	font-size: 14px;
	color: black;
	font-family: Verdana;
	font-weight: bold;
}

.bigmenu a:visited{
	color: blue;
}

.bigmenu a:hover{
	color: blue;
}

.indexalto a{
	font-size: 12px;
	color: darkblue;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
}

.indexalto a:hover{
	color: red;
}

 .littlemenu a:visited{
	color: darkblue;
 }

.littlemenu a, .littlemenu a:link {
	font-size: 10px;
	color: darkblue;
	font-family: Verdana;
	font-weight: bold;
}

.littlemenu a:hover{
	color: blue;
}

img.img:hover{
	background-color: #23345a;
}


img.img2:hover{
	background-color: #bdc0f7;
}


/*
			Slides container
			Important:
			Set the width of your slides container
			Set to display none, prevents content flash
		*/
		.slides_container {
			width:200px;
			height: 100px;
			display:none;
		}

		/*
			Each slide
			Important:
			Set the width of your slides
			If height not specified height will be set by the slide content
			Set to display block
		*/
		.slides_container div {
			width:200px;
			height:100px;
			display:block;
		}
		
		/*
			Optional:
			Reset list default style
		*/
		.pagination {
			list-style:none;
			margin:0;
			padding:0;
		}

		/*
			Optional:
			Show the current slide in the pagination
		*/
		.pagination .current a {
			color:red;
		}
