/* CSS Document */
<!-- 
body  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #F6F8F9;
	background:url(../_img/common/gris_Bg.gif) repeat-x;
	text-align: center;
	color: #000000 !important;
}

#marc{ 
	text-align:left; 
	margin:0 auto 0 auto; 
	width:930px;
	/*width: 100%; */
	/*margin: 0 auto; */
	padding: 0px; 
	/*text-align:left;*/
	font-size:.7em !important;
} 

img {
	border:0px;
	vertical-align:middle;
}

#header{
	width:99%; 
	margin: 0px 0 0px 0; 
}

#header .idiomes{
	/*float:right;*/
	text-align:right;
	margin: 3px 0 0 0; 
	padding:0;
}

#header .idiomes a{
	margin-left: 8px;
	text-decoration:underline;
	color:#000000;
}

#header .idioma{
	color:#FF0000;
}

#header a:hover{
	font-weight:normal;
	text-decoration:underline;
	color:#FF0000;
}

div#sidebar1{ 
	float:left;
	width: 180px; /*230px*/
	margin-left:10px;
}

div#sidebar2 {
	float: right; 
	width: 226px;
	margin-right:8px;
}

div#sidebar2 p, div#sidebar2 h3 {
	/*margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	/*margin-right: 10px;*/
}

div#mainContent{
/*position:fixed;*/
}

#contentBox{
	margin:auto 10px;
	/*padding-bottom:10px;*/
}

.box {
	background-color:#FFFFFF;
	border: 8px solid #BCBDC0;
}

.box:before{
	/*content:url(../_img/box-top-large.gif);*/
	display:block;
	line-height:0.1;
	margin: -10px -10px -10px -10px; /*18 alçada*/
}

.box:after{
	/*clear:both;*/
	display:block;
	/*content: url(../_img/box-btm-large.gif);*/
	line-height:0.1;
	margin: -10px -10px -10px -10px;
}

.box h2 {
	/*background:transparent url(../_img/box-top-large.gif) no-repeat top left;*/
	margin: -10px -10px 5px -10px;
	padding: 15px 15px 0 10px;
	text-align:center;
	/*margin:10px 10px 20px 10px; Per a Firefox*/
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:18.02px;
	font-weight:bold;
	color:#FF0000;
}

.box p {
	margin:0 35px 10px 35px;
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	text-align:justify;
	/*line-height:3;*/
}

.box p strong{
	margin:0 0 0 -15px;
	font-family:Arial;
	font-size:12px;
	text-align:justify;
}

.box #boxSpace{
	padding:5px;
}

div#mainContent .slogan{
	margin-left:30px;
}

div#mainContent .menu{
	margin-left:110px;
}

#footer {
	margin-top:5px;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align:justify;
	/*background:#DDDDDD;*/
} 

#footer #barreta{
	background:url(../_img/common/liniaBg.gif) repeat-x;
}

#footer #patrocinadors{
	margin-top:5px;
}

#footer #colaboradors{
	margin-top:5px;
}

#footer p {
	font-size:9px;
	color:#FF0000;
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	/*padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer a{
	text-decoration:underline;
	color:#000;
	font-size:9px;
}

#footer a:hover{
	text-decoration:none;
	color:#FF0000;
}
--> 



