	body
	{
		margin: 0;
		padding: 0;
		font: 80% arial, hevetica, sans-serif;
		text-align: center;
		color: #272832;
		background-color: #D6D6D6;
	}
	
	a:link { color: #506D8D; }
	a:visited { color: #600; }
	
	a:hover, a:active
	{
		color: #fff;
		background-color: #B52C07;
	}
	
	#container
	{
		margin: 1em auto;
		width: 798px;
		text-align: left;
		background-color: #F0F0F0;
		border: 1px solid black;
	}
	
	#header
	{
	height: 84px;
	background-image: url(images/head.jpg);
	width: 798px;
	}
	
	#menu
	{
	float: right;
	width: 570px;
	height:auto;
	background-color: #FCFCFC;
	background-image: url(images/bg_content.jpg);
	border-left: 1px solid #395371;
	background-repeat: no-repeat;
	text-indent: 1em;
	padding-top: 12px;
	}
	
	#contents	
	{
	margin-right: 200px;
	margin-left: 10px;
	height: 201px;
	background-image: url(images/foto.jpg);
	width: 200px;
	border-right: 1px solid #395371;
	border-bottom: 1px solid #395371;
	border-left: 1px solid #395371;
	background-repeat: no-repeat;
	background-color: #999999;
	}
	
	#logos	
	{
	margin-right: 200px;
	margin-left: 10px;
	height: 100px;
	width: 200px;
	background-repeat: no-repeat;
	border: #95371;
	background-position: center center;
	}
	
	#separador
	{
		clear: both;
		height: 5px;
		border-top: 1px solid #395371;
		width: 798px;
		z-index:inherit;
	}
	
	#footer	
	{
	clear: both;
	height: 59px;
	background-image: url(images/bg_bottom.jpg);
	width: 788px;
	padding-left: 10px;
	padding-top: 10px;
	}
	
	#footer a
	{
		color: #FFF;
		text-decoration: none;
	}
	
	#footer a:hover, a:active
	{
		color: #fff;
		background-color: #666;
		text-decoration: none;
	}
	
	
	#footer a:visited
	{
		color: #fff;

	}
	
li {
	list-style-image: url(images/bullet.gif);
}
p {
	padding-left: 10px;
}
