@import url(reset.css);
@import url(tipografia.css);
/*
-Estrutura */	
body {
   font: 62.5% Arial, helvetica, sans-serif;
   background: #535095 url(imaxes/fondo.jpg) repeat-x;
   }
#contentor {
   width: 700px;
   height:auto;
   margin: 0 auto;
   padding: 0;
   background: url(imaxes/fondo_galaxia.jpg) no-repeat;
   }
#cabeceira {
	width: 700px;
	height: 150px;
	}
#logo {
	width: 370px;
	height: 150px;
	float: left;
	margin: 0;
	padding: 0;
	background: url(imaxes/logo.png) no-repeat;
	font-size: 1em;
	}
#contido {
   width:560px;
   margin: 0 auto;
   padding: 40px 20px;
   background: #535093 url(imaxes/fondo_nova.jpg) no-repeat ;
}
#pe {
   background: #7876b4;
   width:auto;
   margin: 0 auto;
   padding: 5px;
   color: #fff;
   text-align: center;
}