@import url(navegador.css);
@import url(texto.css);
@import url(formulario.css);
/*
-Xenéricos */
html {
	margin: 			0;
	padding: 		0;
	overflow: 		auto;
	background: 	#888888 url(imaxes/fondo.jpg) no-repeat top center;
}

body {
	margin:			0;
	padding: 		0;
	font: 			62.5% Georgia, "Times New Roman", Times, serif;	/* 1em = 10px */
	color: 			#000000;		/* Cor por defecto de todo o texto */
	text-align:    center; 		/* centramos o esquelete en IE6: Posibelmente axeitado en IE7 */
}

/*
-links */
a {
	color: 			#FF4A64;
	text-decoration: none;
}
a:visited {
	color: 			#B99297;
}
a:hover {
	color: 			Black;
	text-decoration: underline;
}

/*
-Estructura */
#contentor {
	margin:			0 auto;
	padding:			0;
	width:			840px;
	height:			auto;
	background: 	url(imaxes/corpo.jpg) no-repeat 0 200px;
}
#cabeceira {
	margin:			0;
	padding:			0;
	width:			840px;
	height:			200px;
	background: 	#888888 url(imaxes/cabeceira.jpg) no-repeat top center;
}
#contido {
	margin: 			0 20px;
	padding: 		0;
	width: 			800px;
	height: 			auto;
	background: 	url(imaxes/fondo_contido.jpg) repeat-y;
}
#colesq {
	margin: 			0;
	padding:			0;
	width: 			400px;
	height: 			auto;
	background: 	url(imaxes/fondo_colesq.jpg) no-repeat top;
	float: 			left;
}
#colmid {
	width:			150px;
	height:			auto;
	background: 	url(imaxes/fondo_colmid.jpg) no-repeat;
	float:			left;
}
#colder {
	width:			250px;
	height:			auto;
	background:		url(imaxes/fondo_colder.jpg) no-repeat;
	float:			left;
}
#pe {
	margin: 			0;
	padding: 		0;
	width: 			800px;
	height: 			20px;
	clear: 			both;
	text-align:    left;
}
.nova {
	margin: 			0;
	padding: 		0 0 2em 0;
	width: 			400px;
	height: 			auto;
	background: 	url(imaxes/fondo_nova.jpg) no-repeat bottom;
}
.nova img.ancora {
   border:        none;
}
