@charset "utf-8";
/*------------------------------------------------------------------------------
  * Filename:            main.css
  * Description:         Global CSS
  * Version:             1.0 (04-01-12)
  * Website:             http://www.lysaplast.com
  * Author:              Artevirtual <geral@artevirtual.pt>
  * License:             none (public domain)

== STRUCTURE: ==================================================================

  * Page width:         970px
  * Number of columns:  1

  * $__reset:           Reduce browser inconsistencies
  * $__global:          General styles applied to all the document

------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------
  *__reset
  
  * Version:             v2.0 | 20110126
  * Website:             http://meyerweb.com/eric/tools/css/reset/
  * License:             none (public domain)

------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*------------------------------------------------------------------------------
  *__global
------------------------------------------------------------------------------*/
body {
	font-family: Ubuntu, Verdana, sans-serif;
	font-size: 0.75em; /* 12px, usualy browsers default text size is 16px */
	background-color: #FFF;
	margin-bottom: 20px;
	color: #000;
	background: url(../images/pattern.png) center;
}
.clearfloat,
article:after,
presentationCtr:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*------------------------------------------------------------------------------
  *__header
------------------------------------------------------------------------------*/
#mainCtr {
	margin: 0 auto;
	width: 970px;
	text-align: left;
	background-color: #FFF;
}
header {
	border-bottom: 20px solid #231F20;
	height: 224px;
}
article {
	padding: 55px 80px 25px 80px;
}
article div.presentationCtr {
	float: left;
	width: 570px;
}
article div.activitiesCtr {
	width: 240px;
	float: left;
}
article div.presentationCtr .leftCol,
article div.presentationCtr .rightCol {
	float: left;
	width: 225px;
	padding-right: 60px;
}
article div.presentationCtr .rightCol {
	color: #6D6E71;
}
article h2 {
	font-weight: normal;
	font-size: 22px;
	text-transform: uppercase;
	padding-bottom: 22px;
}
article div.presentationCtr p {
	line-height: 14px;
	padding-bottom: 20px;
	text-align: justify;
}
article div.imgCtr {
	border-top: 1px solid #6D6E71;
	margin-top: 30px;
	padding-top: 35px;
	margin-right: 60px;
}
article div.imgCtr img {
	margin-right: 9px;
}
article div.imgCtr img.last {
	margin-right: 0;
}
article div.activitiesCtr h2 {
	padding-left: 17px;
}
article div.activitiesCtr h2.en {
	padding-top: 20px;
	color: #6D6E71;
}
article ul li {
	padding: 0 0 10px 17px;
	background: url(../images/bullet.jpg) left top no-repeat;
	line-height: 15px;
	font-size: 13px;
}
article ul.pt {
	
}
article ul.en {
	color: #6D6E71;
}
footer {
	background: url(../images/footer_bckg.jpg) repeat-x;
	padding-top: 28px;
	height: 68px;
	text-align: center;
	color: #FFF;
	line-height: 14px;
}
footer a:link,
footer a:visited,
footer a:active {
	text-decoration: none;
	color: #FFF;
}
footer a:hover {
	text-decoration: underline;
}
div.designBy {
	margin: 0 auto;
	width: 970px;
	text-align: right;
	padding-top: 5px;
	font-size: 11px;
}
div.designBy img {
	vertical-align: middle;
}
div.logosFinanciamento {
	margin: 0 auto;
	width: 970px;
	padding: 0;
	font-size: 11px;
    background-color: #FFF;
    text-align: center;
}