@charset "iso-8859-1";

@import url(gallery.css);
@import url(elements.css);
@import url(structure.css);
@import url(navigationElements.css);
@import url(form.css);
@import url(boxes.css);
@import url(publicationMethods.css);
@import url(search.css);

/* ---------------------
INICIALIZAÇÃO DOS ESTILOS
----------------------*/
* {
	border: 0;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

/* --------------
ZONA EXTERIOR
---------------*/
body {
	/* Imagem de fundo */
	background-color: #FFFFFF;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;	  /* font-size: 12px; */
	line-height: 160%;
/*	color: #422413;	*/
	color: #111;
}

/* -----------------
APARENCIA DAS IMAGENS
------------------*/
img {
	border:0;
	vertical-align: bottom;
}

/* --------------
CALAGE DES BLOCS
---------------*/
.clear {
	border:0;
	clear: both;
	height:0;
	line-height:0;
	visibility: hidden;
}
