body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

html, body, form, fieldset, blockquote,
h1, h2, h3, h4, h5, h6, div, p, pre,
ul, li, ol, dl, dd, address, img,
label, input, select, textarea, table {
	margin: 0;
	padding: 0;
	border: 0;
}

/** Por defecto **/

a {
	text-decoration: none;
    color: #000;
}

a span {
	display: none;
}

li {
	list-style: none;
}

address {
	text-align: center;
	font-size: 1.4em;
	line-height: 1.4em;
    color: #665950;
}

/** Clases **/

.clear {
	clear: both;
}

/** montaxe da paxina **/

#paxina {
	margin: 0 auto;
	width: 1024px;
    background: #faf7ee;
}

#cabeceira {
	width: 1024px;
	height: 48px;
    background: url(/imx/cabeceira.png) no-repeat;
}


/** Corpo **/

#corpo {
	margin: 0 80px;
    min-height: 671px;
}

a#logo {
	margin-left: 7px;
	margin-top: 13px;
	background: url(/imx/logo.png) no-repeat;
    float: left;
    display: block;
    width: 165px;
    height: 40px;
}

/** Top **/

.top {
	float: left;
    background: url(/imx/top.png) no-repeat;
    width: 882px;
    height: 345px;
}

.top-titulo {
	float: right;
    width: 320px;
    height: 150px;
    margin-top: 40px;
    margin-right: 60px;
    text-align: left;
}

.top-titulo span {
	color: #90a613;
    font-size: 2.5em;
    font-weight: bold;
}
.bottom {
	float: left;
    margin-top: 40px;
	background: #f7f3ea;
    border: 1px solid #e8e8d0;
    width: 808px;
    padding: 20px
}

span.titulo	{
	font-size: 1.2em;
    font-weight: bold;
}

/** INI: Footer **/

.footer {
	float: left;
    margin: 30px 80px;
    background: url(/imx/footer.png) no-repeat;
    height: 28px;
    width: 850px;
}