@charset "utf-8";
/* CSS Document */

body { 
	background-color:#FFF;
	font-family: Tahoma, Geneva, sans-serif;
	letter-spacing: 1.5;
	line-height: 180%; }

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #DFDFDF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

#header {
	position: absolute;
	top: 15%;
	left: 0%;
	width: 100%;
	height: 20%;
	align: center;
	}

#logo {
	top: 0%;;
	max-width: 361px;
	width: 80%;
	align: center;
	display: block;	}
	
#rectangulo {
	background-color: #ED1C24;
	position: fixed;
	top: 50%;
	left: 0%;
	height: 50%;
	width: 100%;
	color: #FFF;
	}
	
	#contactos { 
		position: relative;
		top: 8%; }
		
		p .contactos { font-size: small }
	
#tabela {
	position: absolute;
	width: 100%;
	top: 30%;
	left: 40%;
	}
	
h1 { top: 10%; font-size:25px; }

img.resize{
    width:50%; /* you can use % */
    height: auto;
}
