body {
	font-size: 62.5%;
	line-height: 1.3em;
	font-family: Arial, Geneva, sans-serif;
	background: url(../_img/backgrounds/wrapper.jpg) repeat-x left 166px;
	min-height: 166px;
	
}
h1 {
	font-family: Georgia, Arial, Geneva, sans-serif;
	font-size: 24px;
}
h3 {
	color: #ED1C24;
	font-family: Georgia,Palatino,Times New Roman;
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 5px;
}
h4 {
	background: #3F3F3F;
	padding: 5px 10px;
	color: #FFF;
	float: left;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	color: #000;
}
a:visited {
	color: #000;
}
p {
	font-size: 1.3em;
	color: #000;
}
legend {
	display: none;
}
table {
	border-collapse: collapse;
}
/* @group geral */
.clear {
	clear: both;
	height: 0;
}
span.clear {
	display: block;
}
.hide {
	display: none;
}
strong {
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.visible {
	visibility: visible;
}
.hidden {
	visibility: hidden;
}
.left {
	float: left !important;
}
.right {
	float: right !important;
}
.noscript {
	background: #FFFFE1 url(/_img/static/warning.png) no-repeat 5px 2px;
	color:#000;
	font-size:13px;
	line-height:25px;
	padding:0 40px;
}
.textAlignCenter {
	text-align: center;
}
/* @end */

/* @group structural */
#wrapper {
	width: 940px;
	margin: 0 auto;
}
#header {
	height: 126px;
	padding: 20px 0;
	position: relative;
}
/* @end */
/* @group header */
#header h1 {
	line-height: 30px;
	text-transform: uppercase;
	margin: 10px 0;
	margin-bottom: 0;
}
#header .logo {
	float: left;
	margin-right: 30px;
}
#header .logo2 {
	position: absolute;
	top: 55px;
	right: 0;
}
#header h2 {
	text-indent: -99999px;
	width: 168px;
	height: 29px;
	position: absolute;
	overflow: hidden;
	bottom: 0;
	right: 0;
	background: url(../_img/static/slogan.jpg) no-repeat;
}
#header h3 {
	font-style: italic;
	color: #ec1d23;
	font-size: 14px;
	margin: 0;
}
#topBar {
	position: absolute;
	display: block;
	top: 0;
	right: 112px;
}
#topBar li,
#mainNav li {
	float: left;
}
#topBar li a,
#mainNav li a {
	float: left;
	line-height: 28px;
	font-size: 12px;
	color: #413d3c;
	text-transform: uppercase;
	background: url(../_img/backgrounds/topbar.jpg) #fac31a top right no-repeat;
	height: 28px;
	padding: 0 10px;
}
#topBar li a:hover,
#mainNav li a:hover {
	background: #ed1b24;
}
#mainNav li {
	position: relative;
}
#mainNav li a {
	background: url(/_img/backgrounds/barRedBG.png) repeat-y top right;
	color: #FFF;
}
#mainNav li a:hover {
	background: #FAC31A;
	color: #413d3c;
}
#mainNav li:hover ul {
	display: block;
}
#mainNav ul {
	position: absolute;
	top: 28px;
	left: -15px;
	width: 500px;
	display: none;
}
#mainNav ul#gallery {
	left: -140px;
}
#mainNav ul li {
	background: url(/_img/backgrounds/borderSide.png) -5px center no-repeat;
}
#mainNav ul li a {
	background: none;
	color: #ED1C24;
	text-transform: lowercase;
	padding-left: 20px;
	padding-right: 5px;
}
#mainNav ul li a:hover {
	color: #3F3F3F;
	background: none;
}
#mainNav {
	position: absolute;
	list-style-type: none;
	display: block;
	bottom: -1px;
	left: 160px;
	margin-bottom: -29px;
	height: 58px;
}
/* @end */
/* @group stroctural */
#contentWrapper {
	padding-top: 45px;
}
#colLeft {
	width: 140px;
	float: left;
	margin-right: 20px;
}
.colContent {
	float: left;
	width: 780px;
}
.colLeft {
	width: 380px;
	float: left;
	margin-right: 20px;
}
.colRight {
	width: 380px;
	float: left;
}
/* @end */
/* @group emergencyCallBlock */
#emergencyCallBlock,
#partnerBlock {
	margin-bottom: 20px;
}
#emergencyCallBlock p span {
	background: url(/_img/icons/phone.png) center center no-repeat;
	width: 30px;
	height: 25px;
	margin-left: 5px;
	float: left;
}
#emergencyCallBlock p.darkRed {
	background: #8F0000;
	color: #FAC31A;
	padding: 10px 0;
}
/* @end */
/* group partnerBlock */
#partnerBlock img {
	display: block;
}
#partnerBlock p {
	background: url(/_img/backgrounds/barRedBG.png) repeat-y top right;
	text-transform: none;
	padding: 5px 0 0 0;
}
#partnerBlock a {
	background-position: center center;
	margin: 0 auto;
	text-indent: -9999px;
	display: block;
}
div.box p {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	color: #FFF;
	background: url(/_img/backgrounds/barRedBG.png) repeat-y;
	text-align: center;
	padding: 15px 0;
	line-height: 20px;
}
a.btnYellow {
	background: url(/_img/icons/btnYellow.png) no-repeat center center;
	width: 40px;
	height: 40px;
}
a.btnYellow:hover {
	background: url(/_img/icons/btnYellowHover.png) no-repeat center center;
}
/* @end */
/* @group statsBlock */
#statsBlock {
	padding-bottom: 40px;
}
#statsBlock img {
	display: block;
}
#statsBlock p {
	background: #3F3F3F;
	padding: 5px 10px;
	color: #FFF;
	float: left;
}
#statsBlock p.red {
	background: url(/_img/backgrounds/barRedBG.png) repeat-y right top;
	width: 140px;
	float: left;
	padding: 0;
}
#statsBlock p a {
	width: 35px;
	height: 30px;
	text-indent: -9999px;
	float: right;
}
/* @end */
/* @group footer */
#footer {
	padding: 40px 0 0 160px;
}
#footer p {
	font-size: 12px;
	margin-bottom: 20px;
}
#footer p span {
	font-size: 10px;
	position: relative;
}
#footer p span a {
	position: absolute;
	top: -2px;
	left: 5px;
}
#footer ul {
	margin-bottom: 20px;
}
#footer ul li {
	display: inline;
}
/* @end */
/* @group lastNews */
#lastNews {
	margin-top: 20px;
}
#lastNews .header h4 {
	position: relative;
	z-index: 2;
	margin: 0;
}
#lastNews .header a {
	color: #ED1C24;
	font-size: 12px;
	float: left;
	margin: 4px 0 0 5px;
}
/* @end */
/* @group highlight */
.highlight {
	background: #FFF;
	padding: 10px;
	margin-bottom: 15px;
	position: relative;
}
.highlight .date {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}
.highlight p {
	color: #3F3F3F;
	font-size: 12px;
	margin-bottom: 5px;
}
.highlight a.left {
	margin-right: 20px;
}
.highlight p.left {
	width: 205px;
	margin-left: 10px;
}
.highlight a.more {
	float: left;
	text-indent: -9999px;
}
/* @end */
/* @group shadows */
.shadows span {
	position: absolute;
}
.shadows span.top {
	top: -3px;
	left: 5px;
	right: 5px;
	height: 3px;
	background: url(/_img/shadows/verticalShadows.png) 0 0 repeat-x;
}
.shadows span.bottom {
	bottom: -5px;
	left: 5px;
	right: 5px;
	height: 4px;
	background: url(/_img/shadows/verticalShadows.png) left bottom repeat-x;
}
.shadows span.left {
	left: -3px;
	top: 5px;
	bottom: 4px;
	width: 3px;
	background: url(/_img/shadows/horizontalShadows.png) 0 0 repeat-y;
}
.shadows span.right {
	right: -3px;
	top: 5px;
	bottom: 4px;
	width: 3px;
	background: url(/_img/shadows/horizontalShadows.png) right top repeat-y;
}
.shadows span.topleft,
.shadows span.topright,
.shadows span.bottomleft,
.shadows span.bottomright {
	height: 8px;
	width: 8px;
	background-image: url(/_img/shadows/shadowCorners.png);
	background-repeat: no-repeat;
}
.shadows span.topleft {
	top: -3px;
	left: -3px;
}
.shadows span.topright {
	top: -3px;
	right: -3px;
	background-position: right top;
}
.shadows span.bottomleft {
	bottom: -4px;
	left: -3px;
	background-position: left bottom;
}
.shadows span.bottomright {
	bottom: -4px;
	right: -3px;
	background-position: right bottom;
}
/* @end */
/* @group lastActivities */
#lastActivities .header a {
	color: #ED1C24;
	float: left;
	font-size: 12px;
	margin: 4px 0 0 5px;
}
#lastActivities .header {
	margin-bottom: 10px;
}
.activity {
	margin-bottom: 20px;
	padding-bottom: 10px;
	background: url(/_img/backgrounds/lineShadow.png) no-repeat left bottom;
}
.activity a {
	float: left;
}
.activity a.btnYellow {
	float: right;
	width: 50px;
	height: 50px;
	margin-top: -15px;
}
.activity p {
	margin-bottom: 5px;
	color: #3F3F3F;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}
.activity a.image {
	margin-right: 25px;
}
/* @end */
/* @group galleryBlock, historyBlock */
#galleryBlock, #historyBlock {
	width: 378px;
}
#galleryBlock h4, #historyBlock h4 {
	margin-bottom: 0;
}
#galleryBlock div img, #historyBlock div img {
	display: block;
	clear: left;
}
#galleryBlock div p, #historyBlock div p {
	background: #ED1B24 url(/_img/backgrounds/barRedBG.png) repeat-y right top;
	padding: 0 10px;
	line-height: 30px;
	color: #FFF;
	font-size: 14px;
}
#galleryBlock a.btnYellow, #historyBlock a.btnYellow {
	float: right;
	text-indent: -9999px;
	float: right;
	height: 40px;
	margin-top: -5px;
	text-indent: -9999px;
	width: 40px;
}
/* @end */
/* @group historyB */
#historyB .colContent h4 {
	margin-bottom: 20px;
}
#historyB .colContent h3 {
	clear: left;
	margin-bottom: 10px;
}
#historyB .colContent p {
	color: #3F3F3F;
	font-size: 12px;
	margin-bottom: 10px;
}
#historyB .colContent p.title {
	font-size: 14px;
	margin-bottom: 15px;
}
/* @end */
/* @group assocB */
#assocB .colLeft {
	margin-top: 20px;
}
.orgaos {
	color: #3F3F3F;
}
.orgaos h4 {
	float: none;
	background: none;
	padding: 0;
	color: #3F3F3F;
	margin-bottom: 20px;
	font-weight: normal;
	font-size: 14px;
}
.orgaos h3,
#estatutos h3 {
	margin-bottom: 20px;
}
.orgaos ul {
	margin-bottom: 20px;
}
.orgaos ul li {
	font-size: 12px;
	color: #3F3F3F;
	margin-bottom: 3px;
}
.orgaos ul li span {
	font-weight: bold;
}
#estatutos p {
	color: #3F3F3F;
}
a.pdfIcon {
	background: url(/_img/icons/pdf.png) no-repeat;
	width: 45px;
	height: 52px;
	text-indent: -9999px;
	position: absolute;
}
/* @end */
/* @group breadCrumb */
#breadcrumb {
	background: url(/_img/backgrounds/breadCrumbBG.png) repeat-x;
	width: 780px;
	margin-bottom: 20px;
	float: left;
	padding-bottom: 5px;
}
#breadcrumb li.home {
	list-style-type: none;
}
#breadcrumb li {
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	list-style-type: disc;
	color: #3F3F3F;
}
#breadcrumb li a {
	color: #3F3F3F;
	font-size: 12px;
}
/* @end */
/* @group becomeB */
#becomeB .colContent div.right {
	width: 360px;
	color: #413D3C;
}
#becomeB .colContent div.right p {
	color: #413D3C;
	font-size: 12px;
	line-height: 15px;
}
#becomeB .colContent div.right a {
	background: url(/_img/backgrounds/barRedBG.png) repeat-y right top;
	height: 27px;
	line-height: 27px;
	float: left;
	text-transform: uppercase;
	color: #FFF;
	padding: 0 40px 0 10px;
	font-weight: bold;
	margin-top: 10px;
	font-size: 12px;
	position: relative;
}
#becomeB .colContent div.right a span {
	background: url(/_img/icons/btnYellow.png) no-repeat center center;
	position: absolute;
	top: -6px;
	right: 0;
	width: 40px;
	height: 40px;
}
#becomeB .colContent div.right a:hover span {
	background: url(/_img/icons/btnYellowHover.png) no-repeat center center;
}
/* @end */
/* @group news */
.textWrapper {
	color: #3F3F3F;
	font-size: 12px;
	line-height: 17px;
	margin-bottom: 15px;
}
.colContent p {
	color: #3F3F3F;
	font-size: 12px;
	line-height: 17px;
	margin-bottom: 15px;
}
.colContent h4 {
	margin-bottom: 20px;
}
.colContent p.bold {
	margin-bottom: 5px;
}
ul.news {
	clear: left;
}
ul.news li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: url(/_img/backgrounds/lineShadow.png) repeat-x left bottom;
}
ul.news a {
	color: #ED1C24;
	font-family: Georgia,Palatino,Times New Roman;
	font-size: 18px;
	line-height: 35px;
	float: left;
	padding-right: 50px;
	background: url(/_img/icons/btnYellow.png) no-repeat scroll center right;
}
ul.news a:hover {
	background-image: url(/_img/icons/btnYellowHover.png);
}
ul.news p {
	font-weight: bold;
	margin: 0;
	clear: left;
}
a.goback {
	font-weight: bold;
	font-size: 12px;
	color: #3F3F3F;
	line-height: 40px;
	float: left;
	padding-left: 40px;
	background: url(/_img/icons/goBack.png) -8px center no-repeat;
}
/* @end */
/* @group quadroB */
#quadroB .colContent h3 {
	margin-bottom: 20px;
}
#quadroB .colContent h6 {
	color: #3F3F3F;
	font-size: 14px;
	margin-bottom: 10px;
}
/* @end */
/* @group longTable */
.longTable {
	margin-bottom: 40px;
}
.longTable.small table {
	width: auto;
}
.longTable table {
	width: 100%;
}
.longTable table td {
	color: #3F3F3F;
	font-size: 12px;
	padding: 3px;
}
.longTable table td span {
	font-weight: bold;
}
.longTable table td.col1 {
	width: 270px;
	font-weight: bold;
}
.longTable table td.col1 img {
	display: block;
}
.longTable table td.col2 {
	width: 310px;
}
.longTable table tr {
	background: #F2F2F2 url(/_img/backgrounds/longTable.png) repeat-x 0 bottom;
	height: 54px;
}
.longTable table tr.top {
	background: none;
	height: auto;
}
/* @end */
/* @group contactsB */
#contactsB .colContent,
#contactsB .colContent p,
#contactsB .colContent a {
	font-size: 12px;
	color: #3F3F3F;
}
#contactsB .colContent h3 {
	margin-bottom: 15px;
}
#contactsB .colContent h5 {
	font-size: 14px;
	color: #3F3F3F;
	text-transform: uppercase;
	margin-bottom: 10px;
}
ul.contactsList {
	margin-top: 60px;
}
/* @end */
/* @group galleryBigImages */
#galleryB h3 {
	margin-bottom: 20px;
}
.galleryBigImages div {
	width: 380px;
	float: left;
	position: relative;
	margin-right: 20px;
}
.galleryBigImages div.last {
	margin: 0;
}
.galleryBigImages div a.btnYellow {
	position: absolute;
	bottom: -5px;
	right: -5px;
	text-indent: -9999px;
}
/* @end */
/* @group galleryThumbs */
ul.galleryThumbs {
	float: left;
}
ul.galleryThumbs li {
	text-align: center;
	float: left;
	height: 150px;
	width: 140px;
	margin-right: 10px;
}
ul.galleryThumbs.taller li {
	height: 190px;
}
ul.galleryThumbs.taller h3 {
	font-size: 12px;
	margin: 0 !important;
}
ul.galleryThumbs.taller h3 a {
	color: #ED1C24;
}
ul.galleryThumbs li span {
	background: #F1F2F2;
	display: block;
}
ul.galleryThumbs li a.btnYellow {
	text-indent: -9999px;
	display: block;
	width: 100%;
}
/* @end */
/* @group stats */
table.stats {
	color: #3F3F3F;
	font-size: 13px;
	margin-bottom: 20px;
	border: 1px solid #000;
}
table.stats tr {
	background: #FFF;
}
table.stats tr th {
	padding: 10px;
	color: #FFF;
	text-align: center;
	background: blue;
	border: 1px solid #000;
}
table.stats tr td {
	padding: 10px;
	text-align: center;
	border: 1px solid #000;
}
/* @end */
/* @group welcomeText */
.welcomeText img.left {
	margin-right: 10px;
}
/* @end */
/* @group galleryBlock */
#galleryBlock ul {
	width: 378px;
	height: 238px;
	position: relative;
}
#galleryBlock ul li {
	width: 378px;
	height: 238px;
	position: absolute;
	top: 0;
	left: 0;
}
#galleryBlock ul li span {
	display: block;
	background-position: center center;
	background-repeat: repeat;
	width: 378px;
	height: 238px;
}
/* @end */
/* @group windowB */
#windowB {
	background: none;
	min-height: auto;
}
#windowB p {
	line-height: 1.4em;
	margin-bottom: 10px;
}
#windowB table {
	font-size: 1.2em;
	margin-bottom: 20px;
}
#windowB table td {
	padding: 5px;
}
#windowB ul {
	list-style-type: disc;
}
#windowB ul li {
	list-style-type: disc;
}
/* @end */
/* @group textContainer */
.textContentor table td {
	font-size: 1.2em;
	line-height: 1.3em;
	padding: 5px;
	padding-right: 20px;
}
/* @end */