* {
	margin: 0;
	padding: 0;
}

#black
{
color: #000000;
}
#white
{
color: #ffffff;
}

a:link {
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a:visited {
	color: #000000;
}
body {
	position: absolute;
	top: 0px;
	left: 0px;	
	margin: 0px;
	padding: 0px;
	background: url("images/background.jpg") repeat;
	
	font: 13px Arial, Helvetica, sans-serif;
	color: #333333;
	width: 1000px;
	height: 769px;
	font-family : 'URW Chancery L';
	z-index: 0;
	
}

.logo {
	position: absolute;
	top: 0px;
	left: 0px;	
	width: 810px;
	height: 120px;
	background: url(images/logo1.gif) no-repeat;
	z-index: 1;	
}

.menu {
	position: absolute;
	top:200px;
	left: 0px;
	width: 150px;	
	margin-left: 30px;
	font-size: 14px;
	color: black;	
	z-index: 1;
}

.contenido{
	position:absolute;
	z-index: 2;
	width:640px;
	height: 480px;
	top: 140px;
	left: 160px;		
}

.footer {
	position:absolute;
	width:1000px;
	height: 50px;
	font-size: 8px;
	color: red;
	top: 700px;
	left: 0px;
	margin-left: 2cm;
	margin-right: 2cm;
	z-index: 3;	
}

.dereita{
	z-index: 3;
	position: absolute;
	left: 800px;	
	top: 220px;
	margin-left: 30px;
	margin-right: 30px;
	font-family: "Arial" , serif;	
		
}	

.dereita h1{
	padding-top: 38px;
	font-size: 14px;
	font-weight: bold;
        text-align: center;
}

.dereita h2{
	margin-top: 5px;
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	
}


.cargando{
	background: #c4eab1 ;
	border: 14px hidden  #46d0f7;
	text-align: center;
	

}