/* News class*/
#content{margin:0 20px 30px 20px;}
.contRight{float:right;width:23%;}
.contLeft{font-size:13px;float:left;width:74%;}
.cBoth{clear:both;}

/* This is the main CSS that includes other CSS files. */

/* This CSS sets the default styles for the base components. */

/* ---------- Browser normalization ---------- */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

q:before, q:after {
	content: '';
}


body {
	font: 62.5%/1.6em 'Tahoma','Lucida Sans Unicode','Lucida Grande','Lucida',Arial,Verdana,sans-serif;
}

html, body {
	height: 100%;
}

/* ---------- Links ---------- */

a {
	color: #036;
	text-decoration: underline;
}

a:hover {
	color: #06c;
	text-decoration: none;
}

a:visited {
}

/* ---------- Headers ---------- */

h1 {
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

/* ---------- Text formatting ---------- */

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

code, pre {
	font-family: "Courier New",Courier,monospace;
	white-space: pre;
}

.important {
	font-weight: bold;
}

/* ---------- Staging area ---------- */

body.staging {
	border: 10px solid #c00;
}

/* ---------- Main content body ---------- */

#wrapper {
	margin: 0 auto;
	width: 95%;
}

/* ---------- Banner ---------- */

#banner {
	background: transparent url(../images/common/banner_bg.png) no-repeat scroll 100% 100%;
	height: 7em;
	position: relative;
}

#banner .logo {
	background: transparent url(../images/common/banner_bg.png) no-repeat scroll 0 100%;
	display: block;
	float: left;
	font-size: 2em;
	padding: 1.25em 0.6em 1.45em;
}

#banner .logo a {
	text-decoration: none;
}

.ie6 #banner .logo {
	zoom: 1;
}

/* ---------- Drag Indicators ---------- */

.drag-indicator {
	background: url(../images/spacer.png) scroll repeat;
	border: 3px dashed #036;
	cursor: move;
	font-size: 0;
	position: relative;
}

.drop-area {
	background-color: #000;
	filter: alpha(opacity=10);
	font-size: 0;
	opacity: .10;
}

.drop-position-top {
	background: url(../images/shadow/fade-top.png) scroll repeat-x top left;
	font-size: 0;
}

.drop-position-bottom {
	background: url(../images/shadow/fade-bottom.png) scroll repeat-x bottom left;
	font-size: 0;
}

/* ---------- Alerts and popups ---------- */

.alert-background {
	background: #000;
}

.popup {
	background: #fff;
	border: 1px solid #777;
	padding: 0.4em;
	position: absolute;
}

.popup-header {
	background: #EEF0F1 none repeat scroll 0%;
	border-bottom: 1px solid #aaa;
	color: #333;
	cursor: move;
	padding: 5px;
	position: relative;
}

.popup-title {
	font-size: 1.5em;
	font-weight: bold;
	min-height: 1em;
	width: 90%;
}

.ie6 .popup-title {
	height: 1em;
}

.popup-close {
	cursor: pointer;
	position: absolute;
	right: 0.5em;
}

.popup-message {
	padding: 5px;
}

/* ---------- Portal add content ---------- */

.portal-add-content {
	background: #fff;
	padding: 8px 4px 0;
	text-align: right;
	z-index: 20;
}

.portal-add-content a {
	text-decoration: none;
}

/* ---------- Portal tool tips ---------- */

.portal-tool-tip {
	background: #DCDCDC;
	border: 1px solid #BFBFBF;
	color: #333;
	font-weight: bold;
	padding: 0.5em 0.3em;
}

/* ---------- Autocomplete styles ---------- */

.autocomplete-box {
	background: #E2ECF2;
	border: 1px solid #ABC6D7;
	color: #333;
	min-width: 200px;
	padding: 0;
}

.ie6 .autocomplete-box {
	width: 200px;
}

.autocomplete-selected {
	background: #C0D5E3;
	border-bottom: 1px solid #ABC6D7;
	border-top: 1px solid #ABC6D7;
	color: #333;
	font-weight: bold;
	padding: 0.5em 0.3em;
}

/* ---------- Loading animation ---------- */

.loading-animation {
	background: url(../images/progress_bar/loading_animation.gif) no-repeat top left;
	margin-top: 10px;
	padding-top: 40px;
	text-align: left;
}

/* ---------- Separator ---------- */

.separator {
	border: 1px dotted #CCC;
}

/* ---------- Update Manager ---------- */

.update-available {
	background: url(../images/messages/alert.gif) no-repeat top left;
	margin-top: 10px;
	padding: 2px 20px;
	text-align: left;
}

.beta-gradient {
	background: #EEF0F1;
	border: 1px solid #DDE1E3;
	border-spacing: 5px;
	padding: 5px;
}

/* This CSS controls the column layout. It is not recommended that you change this file. */

/* ---------- Wrapper ---------- */

#content-wrapper #layout-grid {
	border-collapse: collapse;
	width: 100%;
}

#layout-grid .lfr-column {
	padding: 5px;
}

/* ---------- Column widths ---------- */

.lfr-column.dragging {
	height: 100px;
	min-height: 100px;
}

.lfr-column.ten {
	width: 10%;
}

.lfr-column.four {
	width: 4%;
}

.lfr-column.twenty {
	width: 20%;
}

.lfr-column.thirty {
	width: 30%;
}

.lfr-column.forty {
	width: 40%;
}

.lfr-column.fifty {
	width: 50%;
}

.lfr-column.sixty {
	width: 60%;
}

.lfr-column.seventy {
	width: 70%;
}

.lfr-column.eighty {
	width: 80%;
}

.lfr-column.ninety {
	width: 90%;
}

/* ---------- 1 column ---------- */

.columns-1 #column-1 {
	padding-left: 0;
	padding-right: 0;
}

/* ---------- 2 columns ---------- */

.columns-2 #column-1 {
	padding-left: 0;
}

.columns-2 #column-2 {
	padding-right: 0;
}

/* ---------- 3 columns ---------- */

.columns-3 #column-1 {
	padding-left: 0;
}

.columns-3 #column-2 {
}

.columns-3 #column-3 {
	padding-right: 0;
}

/* ---------- 1/2/1 ---------- */

.columns-1-2-1 #column-1, .columns-1-2-1 #column-4 {
	padding-left: 0;
	padding-right: 0;
}

.columns-1-2-1 #column-2 {
	padding-left: 0;
}

.columns-1-2-1 #column-3 {
	padding-right: 0;
}

/* ---------- 2/2 ---------- */

.columns-2-2 #column-1, .columns-2-2 #column-2 {
	padding-left: 0;
}

.columns-2-2 #column-4 {
	padding-right: 0;
}

/* ---------- 2/3 ---------- */

.columns-2-3 #column-1 {
        padding-left: 5%;
}


/* ---------- Freeform ---------- */

.freeform .lfr-column {
	position: relative;
}

.columns-2-2 #column-4 {
	padding-right: 0;
}

/******************************************************************************/
	/* Liferay Layout CSS                                                         */
	/******************************************************************************/

#layout-content-container {
	background-image: url(../images/portal-bg.png);
}

/* Para explorer 5.5
.ie6 #layout-content-container{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src = '../images/custom/portal-bg.png', sizingmethod = 'scale');
}

.ie7 #layout-content-container{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src = '../images/custom/portal-bg.png', sizingmethod = 'scale');	
}*/

#layout-outer-side-decoration {
	background:transparent url(../images/pfons03.gif) no-repeat scroll right top;
    border:1px none;
    margin:0px;
    padding:0px 19px 0px 0px;
}

.ie6 #layout-outer-side-decoration {
    width: 102%;
}

#layout-inner-side-decoration {
	background:transparent url(../images/pfons02.gif) no-repeat scroll left top;
    border:0px none;
    margin:0px;
    padding:0px 0px 0px 19px;
}

#layout-box-central {
	background:#FFFFFF none repeat scroll 0%;
    text-align:left;
}

.layout-box-left {
	width: 0px;
}

.layout-box-right {
	width: 0px;
}

.portlet-table {
	border-collapse: collapse;
	width: 100%;
}

.ie6 .portlet-table {
	width: 105%;
}

#layout-user-menu {
	text-align: right;
	right: 5px;
	z-index: 3;
}

#layout-my-places table {
	position: relative;
	text-align: center;
}

#layout-my-places ul {
	z-index: 3;
	background-color: #FFFFFF;
	border: 1px solid #6699CC;
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	margin-top: 8.3em;
	margin-right: 545px;
}

.ie6 #layout-my-places ul, .ie7 #layout-my-places ul {
	z-index: 3;
	background-color: #FFFFFF;
	border: 1px solid #6699CC;
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	margin-top: 5.3em;
}

#layout-my-places ul li {
	text-align: center;
	padding: 2px;
}

#layout-content-container {
	float: left;
}

.nav-more {
	position: relative;
}

#layout-nav-more-menu {
	background-color: #FFFFFF;
	border: 1px solid #6699CC;
	position: absolute;
	text-align: left;
	z-index: 300;
}

#layout-nav-more-menu li {
	padding: 2px 2px 2px 5px;
}

#layout-nav-more-menu li A {
	color: black;
}

td#layout-box {
	vertical-align: top;
}

#layout-column_column-1,#layout-column_column-2,#layout-column_column-3,#layout-column_column-4,#layout-column_column-5 {
}

#layout-grid .lfr-column {
	vertical-align: top;
}


/* This CSS sets the default styles for the main navigation. */

/* ---------- Main navigation ---------- */

#navigation {
	margin: 0 auto 0.5em;
	min-height: 2.2em;
	overflow: hidden;
	padding-right: 1em;
	width: 93%;
}

#navigation ul {
	float: left;
	min-height: 2em;
	width: auto;
}

.ie6 #navigation, .ie6 #navigation ul {
	height: 2em;
	overflow: visible;
}

#navigation li {
	background: transparent url(../images/navigation/bg.gif) no-repeat 100% 100%;
	display: inline;
	float: left;
	margin-right: 0.5em;
	padding: 0 0.5em 0 0;
	position: relative;
}

#navigation li a {
	background: transparent url(../images/navigation/bg.gif) no-repeat 0 100%;
	display: block;
	padding: 0 2em 0.5em 1.5em;
	text-decoration: none;
}

#navigation li a:hover {
	padding-bottom: 1em;
}

#navigation li a span {
	background: url(../images/navigation/bullet.gif) no-repeat 0 50%;
	padding-left: 17px;
	text-decoration: none;
}

#navigation li.selected a {
	padding-top: 0.5em;
}

#navigation li.selected a span {
	background: url(../images/navigation/bullet_selected.gif) no-repeat 0 50%;
	font-size: 1.3em;
	font-weight: bold;
}

#navigation li.selected a:hover {
	padding-bottom: 0.5em;
}

#navigation li a:hover span {
	background: url(../images/navigation/bullet_over.gif) no-repeat 0 50%;
}

#navigation .child-menu {
	display: none;
}

/* ---------- Dock without Javascript ---------- */

.lfr-dock {
	position: absolute;
	right: 10px;
	top: 10px;
}

.lfr-dock h2 {
	background: url(../images/navigation/welcome_message.png) no-repeat 0 50%;
	font-size: 1.2em;
	margin-bottom: 0.5em;
	padding-left: 2em;
	text-align: right;
}

.lfr-dock ul {
	display: inline;
	float: left;
}

.lfr-dock li {
	display: inline;
	float: left;
	margin-left: 15px;
}

.lfr-dock li a {
	background: url() no-repeat 0 50%;
	padding: 2px 0 2px 20px;
}

.lfr-dock li.home a {
	background-image: url(../images/dock/home.gif);
}

.lfr-dock li.my-account a {
	background-image: url(../images/dock/my_account.gif);
}

.lfr-dock li.sign-in a {
	background-image: url(../images/dock/sign_in.gif);
}

.lfr-dock li.sign-out a {
	background-image: url(../images/dock/sign_out.gif);
}

.lfr-dock li.add-content a {
	background-image: url(../images/dock/add_content.gif);
}

.lfr-dock li.layout a {
	background-image: url(../images/dock/layout.gif);
}

.lfr-dock li.page-settings a {
	background-image: url(../images/dock/page_settings.gif);
}

.lfr-dock li.my-places a {
	background-image: url(../images/dock/my_places.gif);
}

.lfr-dock li.my-places {
	display: none;
}

/* ---------- Dock with Javascript ---------- */

.js .lfr-dock.interactive-mode {
	float: right;
	min-width: 150px;
	position: relative;
	right: 10px;
	top: 10px;
}

.js .lfr-dock.interactive-mode h2 {
	background: url(../images/dock/menu_bar.png) no-repeat 100% -30px;
	font-size: 1.2em;
	margin-bottom: 0;
	padding: 0 29px 0 0;
	position: relative;
	z-index: 82;
}

.js .lfr-dock.interactive-mode h2 span {
	background: url(../images/dock/menu_bar.png) no-repeat 0 0;
	color: #fff;
	display: block;
	font-size: 1.2em;
	margin-bottom: 0;
	padding: 0.5em 0.5em 0.5em 2em;
}

.js .lfr-dock.expanded .lfr-dock-list-container {
	background: #60738C;
	border: 1px solid #B5B9BB;
	border-top: none;
	top: -2px;
}

.js .lfr-dock.interactive-mode ul {
	background: url(../images/dock/menu_bg.gif) no-repeat 0 0;
	border-left: 20px solid #DAE3EF;
	display: none;
	float: none;
}

.js .lfr-dock.interactive-mode li {
	display: block;
	float: none;
	margin-bottom: 0pt;
	margin-left: 0.2em;
}

.js .lfr-dock.interactive-mode li a {
	background-position: 0.5em 50%;
	background-repeat: no-repeat;
	border-top: 1px solid #ccc;
	display: block;
	margin-left: 0.3em;
	padding: 0.5em 0pt 0.5em 2.5em;
	text-decoration: none;
}

.js .lfr-dock.interactive-mode ul.lfr-dock-list > li:first-child a, .js .lfr-dock.interactive-mode ul.lfr-dock-list > li:first-child ul.show-my-places li:first-child a {
	border-top: none;
}

.js .lfr-dock.interactive-mode li a:hover {
	background-color: #FFF5BA;
	background-position: 1.5em 50%;
	border-top: 1px solid #E0D79F;
	padding-left: 3.5em;
}

.js .lfr-dock.interactive-mode ul.lfr-dock-list > li:first-child a, .js .lfr-dock.interactive-mode ul.lfr-dock-list > li:first-child a:hover, .js .lfr-dock.interactive-mode ul.lfr-dock-list li.my-places ul.show-my-places li ul li:first-child a, .js .lfr-dock.interactive-mode ul.lfr-dock-list li.my-places ul.show-my-places li ul li:first-child a:hover {
	border-top: none;
}

.js .my-places {
	display: none;
}

.js .lfr-dock.interactive-mode li.my-places li a {
	background-image: none;
}

.js .lfr-dock.interactive-mode li.my-places li ul li.current a, .js .lfr-dock.interactive-mode li.my-places li ul li.current a:hover {
	background: #E5F7FD url(../images/dock/my_place_current.png) no-repeat 1em 50%;
	margin: 0.1em 0 0 0.2em;
	padding-left: 3.5em;
}

.js .interactive-mode .my-places .show-my-places {
	background: #fff;
	border: 1px solid #ccc;
	display: block;
	min-width: 200px;
	padding: 0.2em;
	position: absolute;
	right: 85%;
	top: 87%;
}

.js .interactive-mode .my-places.send-right .show-my-places {
	left: 100%;
	top: -10px;
}

.js .interactive-mode .my-places.send-down .show-my-places {
	left: 0;
	top: 100%;
}

.js .interactive-mode .my-places .show-my-places li {
	background: url() no-repeat 5px 50%;
	margin: 0;
}

.js .interactive-mode .my-places .show-my-places li .my-places-toggle {
	background: url(../images/dock/my_place.png) no-repeat 3px 50%;
	border-bottom: 1px solid #999;
	color: #333;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0.5em 0.2em 0.5em 2em;
}

.js .interactive-mode .my-places .show-my-places li .my-places-toggle h3 {
	background: url(../images/dock/expand_community.png) no-repeat 100% 50%;
	padding-right: 1.8em;
}

.js .interactive-mode .my-places .show-my-places li .my-places-toggle.hide h3 {
	background-image: url(../images/dock/collapse_community.png);
}

.js .interactive-mode .my-places .show-my-places li ul {
	background: none no-repeat 3px 50%;
	border: none;
	display: none;
}

.js .interactive-mode .my-places .show-my-places li ul {
	margin-left: 0.5em;
}

.js .interactive-mode .my-places .show-my-places ul li.public a, .js .my-places .show-my-places ul li.public a:hover {
	background-image: url(../images/dock/my_places_public.png);
}

.js .interactive-mode .my-places .show-my-places li.private a, .js .my-places .show-my-places li.private a:hover {
	background-image: url(../images/dock/my_places_private.png);
}

.ie6.js .lfr-dock.interactive-mode {
	white-space: nowrap;
	width: 150px;
}

.ie.js .lfr-dock .my-places .show-my-places h3 {
	font-size: 1.1em;
}

.ie6.js .lfr-dock.expanded.interactive-mode .lfr-dock-list-container {
	height: 1%;
}

.ie6.js .interactive-mode .my-places .show-my-places {
	width: 200px;
}

.ie6.js .lfr-dock.interactive-mode li {
	height: 1%;
}

.ie6.js .lfr-dock.interactive-mode li a {
	height: 1%;
}

/* ---------- Add/Sort/Remove page ---------- */

.js #navigation .enter-page {
	background: transparent url(../images/navigation/bg.gif) no-repeat 0 100%;
	padding: 0.5em 2em 0.7em 1.5em;
}

.js #navigation .enter-page.editing {
	background: none;
	padding: 0.5em 2em 0.7em 1.5em;
}

.js #navigation .enter-page a {
	background: none;
	display: inline;
	font-weight: bold;
	margin-left: 1em;
	padding: 0;
}

.js #add-page {
	float: left;
	font-weight: bold;
	padding-top: 0.3em;
}

.js #add-page a {
	text-decoration: none;
}

.js #add-page a span {
	background: url(../images/navigation/add_page.png) no-repeat 0 50%;
	padding: 5px 20px;
}

.js #add-page a:hover span {
	background-image: url(../images/navigation/add_page.png);
}

.js .delete-tab {
	background: url(../images/common/remove.png) no-repeat 42%;
	cursor: pointer;
	display: block;
	height: 7px;
	position: absolute;
	right: 5px;
	text-indent: -9999em;
	top: 2px;
	width: 8px;
}

/*------ Drag/drop menu items ------*/

#navigation ul .sort-helper {
	background: url(../images/portlet/placeholder_bg.gif);
	border: 1px dashed #508FB4;
	float: left;
	padding: 0.5em;
}
#menuprincipal {
	background:#224B71 url(../images/pfons.gif) no-repeat scroll left bottom;
    clear:both;
    margin:0px 19px;
	height:auto;
	margin-bottom: 20px;
}

.ie6 #menuprincipal {
	width: 100.3%;
}

#menuprincipalright ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: auto;
	background:transparent url(../images/cornerur.gif) no-repeat scroll right top;
}

#menuprincipalright li {
	color: #ffffff;
	display: inline;
	font-weight: bolder;
	font-size:115%;
	line-height:3.8em;
	margin-right:10px;
}

.layout-tab-selected{
	border-bottom: thin dotted #ffffff;
}

#menuprincipalleft{
	background:transparent url(../images/cornerul.gif) no-repeat scroll left top;
	width:25%;
}

#menuprincipalright {
	background:transparent url(../images/cornerbr.gif) no-repeat scroll right bottom;
	text-align:right;
}

#menuprincipal .logo {
	padding-left:25px;
}

.boto_accedir{
	background-image: url(../images/boto_accedeix_menu.png);
	background-repeat:no-repeat;
	font-size:95%;
	padding-top:5px;
	padding-bottom:15px;
	padding-right:15px;
	padding-left:12px;
}

.ie6 .boto_accedir{
	background-image: url(../images/boto_Accediu_petit_trans_sombra.gif);
	background-repeat: no-repeat;
}


/* This CSS sets the default styles for portlets. */

/* ---------- Portlet wrapper and icons ---------- */

.portlet {
	background: #fff;
	margin-bottom: 10px;
	text-align: left;
}

.portlet-topper {
	background: url(../images/portlet/header_bg.gif) no-repeat 100% 0;
	position: relative;
}

.portlet-title {
	background: url(../images/portlet/header_bg.gif) no-repeat 0 -50px;
	display: block;
	font-weight: bold;
	min-width: 50%;
	padding: 5px 10px;
}

.portlet-icons {
	margin: 3px;
	position: absolute;
	right: 3px;
	text-align: right;
	top: 0;
}

.portlet-content {
	padding: 10px;
}

.ie6 .portlet-topper {
	zoom: 1;
}

.ie6 .portlet-icons {
	margin-top: 5px;
}

.portlet-icon-back {
	background: url(../images/portlet/back.png) no-repeat 0 50%;
	font-weight: bold;
	padding: 0.2em 0 0.5em 1.8em;
}

/* ---------- Drag and drop ---------- */

.portlet-dragging {
	background: #FFFFE3 !important;
	border: 3px solid #666;
	padding: 10px;
}

.portlet-hover {
	background: #ddd;
	padding: 10px;
}

.portlet-placeholder {
	background: url(../images/portlet/placeholder_bg.gif);
	border: 1px dashed #508FB4;
	width: 100% !important;
}

/* ---------- Standard styles defined in the JSR 168 ---------- */

/* ---------- Fonts ---------- */

/* ---------- Font attributes for the 'normal' fragment font ---------- */

.portlet-font {
}

/* ---------- Font attributes similar to the .portlet-font but the color is lighter ---------- */

.portlet-font-dim {
}

/* ---------- Messages ---------- */

/* ---------- Status of the current operation ---------- */

.portlet-msg-status {
}

/* ---------- Help messages, general additional information, etc. ---------- */

.portlet-msg-info {
	background: #FAFAFA;
	border: 1px solid #53B2F8;
	color: #777;
	font-size: 90%;
	margin: 0.15em auto 1em;
	padding: 0.5em;
	text-align: left;
}

/* ---------- Error messages ---------- */

.portlet-msg-error {
	background: #FFF1ED url(../images/messages/error.gif) no-repeat 0.5em 50%;
	border: 1px solid #900;
	display: block;
	margin: 0.15em auto 1em;
	padding: 0.5em 0.5em 0.5em 2.8em;
	text-align: left;
}

/* ---------- Warning messages ---------- */

.portlet-msg-alert {
	background: #FEFFDF url(../images/messages/alert.gif) no-repeat 0.5em 10%;
	border: 1px solid #EFEFEF;
	margin: 0.15em auto 1em;
	padding: 0.5em 0.5em 0.5em 2.8em;
	text-align: left;
}

/* ---------- Success messages ---------- */

.portlet-msg-success {
	background: #F4FDEF url(../images/messages/success.gif) no-repeat 0.5em 50%;
	border: 1px solid #3F9305;
	display: block;
	margin: 0.15em auto 1.2em;
	padding: 0.5em 0.5em 0.5em 2.8em;
	text-align: left;
}

/* ---------- Sections ---------- */

/* ---------- Table or section header ---------- */

.portlet-section-header {
	background: #D9E1EC;
	padding: 1px 0 0;
}

.portlet-section-header th {
	border-bottom: 1px solid #ccc;
	color: #333;
	font-weight: bold;
	padding: 0.3em 1em;
}

/* ---------- Normal text in a table cell ---------- */

.portlet-section-body {
	background: #E7EDF4;
	color: #000;
}

.portlet-section-body td {
	background: #DCDCDC;
	border-top: 1px solid #BFBFBF;
	padding: 0.3em 1em;
}

/* ---------- Text in every other row in the cell ---------- */

.portlet-section-alternate {
	background: #D3DEEB;
	color: #000;
}

.portlet-section-alternate td {
	background: #fff;
	border-top: 1px solid #BFBFBF;
	padding: 0.3em 1em;
}

.portlet-section-alternate-hover td, .portlet-section-body-hover td {
	background: #FFF5BA;
	border-bottom: 1px solid #E0D79F;
	border-top: 1px solid #E0D79F;
	padding: 0.3em 1em;
}

.portlet-section-body td td, .portlet-section-body-hover td td {
	border: none;
}

.portlet-section-alternate td td, .portlet-section-alternate-hover td td {
	border: none;
}

/* ---------- Text in a selected cell range ---------- */

.portlet-section-selected {
	background: #EEE;
}

/* ---------- Text of a subheading ---------- */

.portlet-section-subheader {
}

/* ---------- Table or section footnote ---------- */

.portlet-section-footer {
}

/* ---------- Text that belongs to the table but does not fall in one of the other categories (e.g. explanatory or help text that is associated with the section) ---------- */

.portlet-section-text {
}

/* ---------- Forms ---------- */

/* ---------- Text used for the descriptive label of the whole form (not the labels for fields) ---------- */

.portlet-form-label {
}

/* ---------- Text of the user-input in an input field ---------- */

.portlet-form-input-field {
}

/* ---------- Text on a button ---------- */

.portlet-form-button {
}

/* ---------- Text that appears beside a context dependent action icon ---------- */

.portlet-icon-label {
}

/* ---------- Text that appears beside a 'standard' icon (e.g. Ok, or Cancel) ---------- */

.portlet-dlg-icon-label {
}

/* ---------- Text for a separator of fields (e.g. checkboxes, etc.) ---------- */

.portlet-form-field-label {
}

/* ---------- Text for a field (not input field, e.g. checkboxes, etc.) ---------- */

.portlet-form-field {
}

/* ---------- Menus ---------- */

/* ---------- General menu settings such as background color, margins, etc. ---------- */

.portlet-menu {
}

/* ---------- Normal, unselected menu item ---------- */

.portlet-menu-item {
}

/* ---------- Selected menu item ---------- */

.portlet-menu-item-selected {
}

/* ---------- Normal, unselected menu item when the mouse hovers over it ---------- */

.portlet-menu-item-hover {
}

/* ---------- Selected menu item when the mouse hovers over it ---------- */

.portlet-menu-item-hover-selected {
}

/* ---------- Normal, unselected menu item that has sub-menus ---------- */

.portlet-menu-cascade-item {
}

/* ---------- Selected sub-menu item that has sub-menus ---------- */

.portlet-menu-cascade-item-selected {
}

/* ---------- Descriptive text for the menu (e.g. in a help context below the menu) ---------- */

.portlet-menu-description {
}

/* ---------- Menu caption ---------- */

.portlet-menu-caption {
}

/******************************************************************************/
	/* Portlet CSS                                                                */
	/******************************************************************************/
	/* Liferay Portlet */ /*
#if ($browserSniffer.is_ie($request))
	#portlet-dragging  {
	}

	#portlet-dragging * {
		filter: alpha(opacity=75);
	}
	
#else
	#portlet-dragging {
		opacity: 0.75;
	}
#end
*/

#portlet-dragging portlet-box {
}

.portlet-container {
	height: auto;
	margin-bottom: 5px;
	position: relative;
}

.ie6 .portlet-container {
	height: 100%;
}

.ie7 .portlet-container {
	min-height: 100%;
}

.portlet-box {
	height: auto;
	text-align: left;
	height: 100%;
	background-image: url(../images/custom/portlet-bg.png);
	background-color: #FFFFFF;
}

.portlet-box * {
	position: relative;
}

.portlet-header-bar-middle {
	position: relative;
	text-align: left;
	height: 20px;
	width: auto;
	background: transparent;
	/* IMAGENES DE LOS BORDES:
	height: 29px;
	background-image: url(../images/custom/portlet-header-bar-bg.png);
	background-repeat: repeat-x;
	*/
}

.portlet-header-bar-right {
	background: transparent;
	height: 20px;
	width: 16px;
	/* IMAGENES DE LOS BORDES:
	height: 29px;
	background: url(../images/custom/portlet-header-bar-right.png) no-repeat right;
	*/
}

.portlet-header-bar-left {
	background: transparent;
	height: 20px;
	width: 23px;
	/* IMAGENES DE LOS BORDES:
	width: 39px;
	height: 29px;
	background: url(../images/custom/portlet-header-bar-left.png) no-repeat left;
	*/
}

.portlet-title {
    text-transform: uppercase;
    color:#E9852C;
    margin-bottom:4px;
    font-size:1.2em;
    font-weight: bold;
	margin: 3px;
	padding: 0pt;
	border-bottom-color:#878787;
	border-bottom-style:dotted;
	border-bottom-width:1px;
}

.portlet-icons {
	right: 13px;
	top: 5pt;	
}

.ie6 .portlet-icons, .ie7 .portlet-icons {
	right: 0;
	top: 0;			
}

.portlet-corner-ul {
	height: 10px;
	width: 15px;
	background: transparent;
	/* IMAGENES DE LOS BORDES:
	background-image: url(../images/custom/portlet-corner-ul.png);
	background-repeat: no-repeat;
	background-position: bottom;
	*/
}

.ie6 .portlet-corner-ul {
	margin-bottom: -3px;
}

.ie7 .portlet-corner-ul {
	margin-bottom: -7px;
}

.portlet-corner-ur {
	height: 10px;
	width: 16px;
	background: transparent;
	/* IMAGENES DE LOS BORDES:
	background-image: url(../images/custom/portlet-corner-ur.png);
	background-repeat: no-repeat;
	background-position: bottom;
	*/
}

.ie6 .portlet-corner-ur {
	margin-bottom: -3px;
}

.ie7 .portlet-corner-ur {
	margin-bottom: -7px;
}

.portlet-border-top {
	font-size: 0;
	height: 10px;
	width: 100%;
	background: transparent;
	/* IMAGENES DE LOS BORDES:
	background-image: url(../images/custom/portlet-border-top.png);
	background-repeat: repeat-x;
	background-position: bottom;
	*/
}

.portlet-border-left {
	height: 100%;
	width: 15px;
	background: transparent;
	/* IMAGENES DE LOS BORDES:
	background-image: url(../images/custom/portlet-border-left.png);
	*/
}

.portlet-border-right {
	height: 100%;
	width: 16px;
	background: transparent;
	/* IMAGENES DE LOS BORDES:
	background-image: url(../images/custom/portlet-border-right.png);
	*/
}

.portlet-border-bottom {
	width: auto;
	height: 18px;
	text-align: left;
	background: transparent;
	/* IMAGENES DE LOS BORDES:
	background-image: url(../images/custom/portlet-border-bottom.png);
	*/
}

.portlet-corner-bl {
	height: 18px;
	width: 15px;
	background: transparent;
	/* IMAGENES DE LOS BORDES:
	background-image: url(../images/custom/portlet-corner-bl.png);
	background-repeat: no-repeat;
	*/
}

.portlet-corner-br {
	height: 18px;
	width: 16px;
	background: transparent;
	/* IMAGENES DE LOS BORDES:
	background-image: url(../images/custom/portlet-corner-br.png);
	background-repeat: no-repeat;
	*/
}

/* Fonts */
.portlet-font {
	color: #5B7695;
}

.portlet-font-dim {
	color: #C4C4C4;
}

/* Messages */
.portlet-msg-status {
	color: #000000;
	font-style: italic;
}

.portlet-msg-info {
	color: #000000;
}

.portlet-msg-error {
	color: #FF0000;
}

.portlet-msg-alert {
	color: #FF0000;
	font-style: italic;
}

.portlet-msg-success {
	color: #007F00;
}

/* Sections */
.portlet-section-header {
	color: #596171;
	background: #AFBEDA;
}

.portlet-section-body {
	color: #3F3F3F;
	background: #EAF2FF;
}

.portlet-section-body-hover,TR.portlet-section-body:hover {
	color: #FFFFFF;
	background: #5274AE;
}

.portlet-section-body A {
	color: #3F3F3F;
}

.portlet-section-body-hover A,TR.portlet-section-body:hover A {
	color: #FFFFFF;
}

.portlet-section-alternate {
	color: #3F3F3F;
	background: #DBE1ED;
}

.portlet-section-alternate-hover,TR.portlet-section-alternate:hover {
	color: #FFFFFF;
	background: #5274AE;
}

.portlet-section-alternate A {
	color: #3F3F3F;
}

.portlet-section-alternate-hover A,TR.portlet-section-alternate:hover A
	{
	color: #FFFFFF;
}

.portlet-section-selected {
	color: #7AA0EC;
	background: #FAFCFE;
}

.portlet-section-selected-hover,TR.portlet-section-selected:hover {
	color: #00329A;
	background: #C0D2F7;
}

.portlet-section-selected A {
	color: #7AA0EC;
}

.portlet-section-selected-hover A,TR.portlet-section-selected:hover A {
	color: #00329A;
}

.portlet-section-subheader {
	color: #596171;
	background: #AFBEDA;
}

.portlet-section-footer {
	color: #02447A;
}

.portlet-section-text {
	color: #02447A;
}

/* Forms */ /* form-text & form-button have been depricated */
textarea {
	font-family: Arial;
	font-size: 1em;
	max-width: 500px;
}

.portlet-form-label {
	color: #5B7695;
}

.portlet-form-input-field,form-text {
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
}

.portlet-form-button,.form-button {
	border-top: 5px;
	border-bottom: 5px;
	border-color: #CCCCCC;
	/*border-color: transparent;*/
	border-style: solid;
	border-width: 1px;
	background-image: url(../images/custom/portlet-button.png);
	background-repeat: repeat-x;
	height: 19px;
	position: relative;
	text-align: center;
	width: auto;
	color: #849CBD;
}

.portlet-icon-label {
	color: #5B7695;
}

.portlet-dlg-icon-label {
	color: #5B7695;
}

.portlet-form-field-label {
	color: #5B7695;
}

.portlet-form-field {
	color: #5B7695;
}

/******************************************************************************/
	/* Navigation Portlet                                                         */
	/******************************************************************************/
.portlet-navigation-menu UL {
	text-align: left;
}

.portlet-navigation-menu LI {
	
}

/******************************************************************************/
	/* Bread Crumb Portlet                                                        */
	/******************************************************************************/
.portlet-bread-crumb {
	margin-top: 10px;
	padding-left: 15px;
}

/******************************************************************************/
	/* Journal Content                                                            */
	/******************************************************************************/
.portlet-journal-content {
	overflow: hidden;
}

.portlet-journal-content DIV.content {
	padding: 15px;
}

.portlet-journal-content .content {
	
}

.portlet-journal-content .content-small {
	font-size: 0.85em;
}

.portlet-journal-content .content-large {
	font-size: 1.15em;
}

.portlet-journal-content .code-fragment {
	background: #EFEFEF;
	border: 1px solid #89A6C8;
	font-family: Courier New;
	padding: 8px;
}

.portlet-journal-content .note-fragment {
	background: #FFCCCC;
	border: 1px solid #CC0000;
	font-family: Arial;
	font-size: 1.15em;
	padding: 8px;
}

.portlet-journal-content .docs-fragment {
	background: #FFFFFF;
	border: 1px solid #000000;
	font-family: Arial;
	font-size: 1.15em;
	padding: 8px;
}

.portlet-journal-content .textbox {
	background-color: #EFEFEF;
	border-style: groove;
	color: #666666;
	font-family: Arial;
	font-size: 1.15em;
	width: 150px;
}

.portlet-journal-content A:link {
	color: #5C5C9A;
	text-decoration: none;
}

.portlet-journal-content A:visited {
	color: #5C5C9A;
	text-decoration: none;
}

.portlet-journal-content A:hover {
	color: #0000FF;
	text-decoration: none;
}

.portlet-journal-content A:active {
	color: #5C5C9A;
	text-decoration: none;
}

.portlet-journal-content OL {
	font-weight: bold;
	list-style-type: upper-roman;
}

.portlet-journal-content OL OL {
	font-weight: normal;
	list-style-type: lower-alpha;
}

.portlet-journal-content OL OL OL {
	font-weight: normal;
	list-style-type: square;
}

.portlet-journal-content UL {
	font-weight: normal;
	list-style-type: square;
}

.portlet-journal-content LI {
	border: 0;
	padding: 0;
	margin: 0
}

#portlet-journal-search {
	text-align: center;
}

#portlet-journal-search TABLE {
	margin-left: auto;
	margin-right: auto;
}


/* This CSS sets the default styles for tabs. */

.tabs {
	border-bottom: 1px solid #8DB2E3;
	margin: 0 0 1.5em 0;
	padding: 0 0 2.6em 1em;
}

.tabs li {
	background: url(../images/common/tabs_bg.gif) 100% -50px;
	display: inline;
	float: left;
	line-height: 2.25;
	margin-right: 0.8em;
	padding: 0;
	position: relative;
	text-decoration: none;
}

.tabs li a, .tabs li span {
	background: url(../images/common/tabs_bg.gif) 0 -150px;
	display: block;
	float: left;
	padding: 0.35em 1em 0;
	text-decoration: none;
}

.tabs li.current {
	background: url(../images/common/tabs_bg.gif) 100% 0;
	font-weight: bold;
	top: 0.15em;
}

.tabs li.current a, .tabs li.current span {
	background: url(../images/common/tabs_bg.gif) 0 -100px;
	color: #333;
	padding: 0.15em 1em;
}

.ie .tabs li {
	line-height: 2.35;
}

.ie .tabs li.current {
	top: 0;
}

/* This CSS sets the default styles for forms. */

fieldset {
	border: 1px solid #ccc;
	padding: 0.7em;
}

legend {
	font-weight: bold;
	padding: 0.5em;
}

input[type="text"], input[type="password"], input[type="file"],input[type="submit"], input[type="button"], input[type="reset"], select, textarea, .textarea {
	background: #fff url(../images/forms/input_shadow.gif) no-repeat;
	border: 1px solid #aaa;
	border-left-color: #777;
	border-top-color: #777;
	font: 1em 'Tahoma','Lucida Sans Unicode','Lucida Grande','Lucida',Arial,Verdana,sans-serif;
	padding: 0.3em;
}

input {
	padding: 0.5em;
}

select {
	padding: 0.3em;
}

input[type="image"] {
	background: transparent none;
	border: none;
	padding: 0;
}

input[type="submit"], input[type="button"], input[type="reset"] {
	background: #FAFAFA url(../images/forms/button.gif) repeat-x;
	border: 3px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #333;
	font-weight: bold;
	padding: 0.25em;
}

/* ---------- IE6 chokes on attribute selectors in a chain, so we separate them into their own rule ---------- */

.ie6 input.text, input.password, .ie6 input.submit, .ie6 input.file, .ie6 input.button {
	background: #fff url(../images/forms/input_shadow.gif) no-repeat;
	border: 1px solid #aaa;
	border-left-color: #777;
	border-top-color: #777;
	font: 1em 'Tahoma','Lucida Sans Unicode','Lucida Grande','Lucida',Arial,Verdana,sans-serif;
	padding: 0.3em;
}

.ie6 input.submit, .ie6 input.button {
	background: #FAFAFA url(../images/forms/button.gif) repeat-x;
	border: 3px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #333;
	font-weight: bold;
	padding: 0.25em;
}

input.focus, textarea.focus, .ie6 input.focus, .ie6 textarea.focus {
	background: #ffc none;
	border: 1px solid #fc0;
}

/* Global */

A {
	background: transparent;
	text-decoration: none;
	position: relative;
}

A:hover {
	
	text-decoration: none;
}


BODY {
	background-color: #FFFFFF;
	color: #02447A;
	font-family: Arial, Helvetica, sans-serif;
}

BODY#body-bg {
	background-image: url(../images/custom/background.jpg);
}

BODY * { font-size: 1em; }

body {

	background:#FCFCFC url(../images/pfons01.gif) repeat-x scroll center top;
    border:0px none;
    color:#666666;
    border: 0;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:90%;
	min-width: 996px;
}

.ie6 body{
	width: 91.5%;
}

FORM {
	margin: 0;
}

HTML {
	font-size: 0.75em;
}

IMG {
	border: 0;
	padding: 0;
	margin: 0;
}

UL {
	list-style-position: inside;
	margin: 0;
	padding: 0;
}

.tree-js-pop-up DIV {
	background-color: #D3D3D3;
	border: 2px Outset #FFFFFF;
	/* padding: 4; */
	padding: 0;
	position: absolute;
	display: none;
	z-index: 10;
}

.font-xx-small {
	font-size: 0.76em;
}

.font-x-small {
	font-size: 0.84em;
}

.font-small {
	font-size: 0.92em;
}

.font-large {
	font-size: 1.08em;
}

.font-x-large {
	font-size: 1.16em;
}

.font-xx-large {
	font-size: 1.24em;
}

/* Alpha */
.alpha {
	background-color: transparent;
}

.alpha-gradient {
	
}

.alpha-neg-alert {
	color: #FF0000;
}

.alpha-pos-alert {
	color: #007F00;
}

.alpha-separator {
	border-bottom: none;
	padding: 1px;
}

A.alpha {
	background: transparent;
	color: #5B7695;
	text-decoration: none;
}

A.alpha:hover {
	color: #5B7695;
	text-decoration: underline;
}

FONT.alpha {
	background: transparent;
	color: #849CBD;
	font-family: Tahoma, Arial;
}

/* Beta */
.beta {
	background-color: #B6CBEB;
}

.beta-gradient {
}

.beta-neg-alert {
	color: #FF0000;
}

.beta-pos-alert {
	color: #007F00;
}

.beta-separator {
	border-bottom: none;
	padding: 1px;
}

A.beta {
	background: transparent;
	color: #5B7695;
	text-decoration: none;
}

A.beta:hover {
	color: #5B7695;
	text-decoration: underline;
}

FONT.beta {
	background: transparent;
	color: #5B7695;
	font-family: Tahoma, Arial;
}

/* Gamma */
.gamma {
	background-color: #FFFFFF;
}

.gamma-gradient {
	
}

.gamma-neg-alert {
	color: #FF0000;
}

.gamma-pos-alert {
	color: #007F00;
}

.gamma-separator {
	border-bottom: none;
	padding: 1px;
}

.gamma-tab {
	border-bottom: 1px solid #B6CBEB;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-right: 0px;
	padding-bottom: 27px;
	padding-left: 0px;
}

.gamma-tab ul,.gamma-tab li {
	background: #FFFFFF;
	border: 1px solid #B6CBEB;
	color: #5B7695;
	display: inline;
	float: left;
	font-family: Tahoma, Arial;
	font-size: 1.15em;
	font-weight: normal;
	line-height: 22px;
	list-style-type: none;
	margin-right: 8px;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
}

.gamma-tab ul.current,.gamma-tab li.current {
	background: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	color: #5B7695;
}

A.gamma {
	background: transparent;
	color: #5B7695;
	text-decoration: none;
}

A.gamma:hover {
	color: #5B7695;
	text-decoration: underline;
}

FONT.gamma {
	background: transparent;
	color: #5B7695;
	font-family: Tahoma, Arial;
}

/* Bg */
.bg {
	background-color: transparent;
}

.bg-neg-alert {
	color: #FF0000;
}

.bg-pos-alert {
	color: #007F00;
}

A.bg {
	background: transparent;
	color: #5B7695;
	text-decoration: none;
}

A.bg:hover {
	color: #5B7695;
	text-decoration: underline;
}

FONT.bg {
	color: #02447A;
	font-family: Tahoma, Arial;
}

#p_p_id_49_ table {
	float: left;
	margin-left: 45px;
}

#bottom-container {
	border: 0;
	clear: both;
	padding: 0;
	text-align: left;
}

#bottom-content {
	font-family: Verdana, Arial;
	font-weight: normal;
	vertical-align: bottom;
}

.portal-add-content {
	background-color: white;
	border: 3px solid #6699CC;
	padding: 8px;
	text-align: left;
	z-index: 20;
	color: black;
}

.portal-add-content A {
	color: black;
}

ul {
	list-style-type: none;
	margin: 5px 0 10px 20px;
	padding: 0;
}

.pop-up-outer {
	background-color: #FFFFFF;
	border: 1px solid #383838;
}

.pop-up-inner {
	border: 1px solid #747474;
}

.pop-up-header {
	background-color: #000000;
	height: 25px;
}

.pop-up-title {
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 10px;
}

a:link,a:visited {
	text-decoration: none !important;
}


#capcalera {
	padding: 0;
	margin: 0;
	border: 0 none;
	overflow: hidden;
	min-height: 1%;
	width: 100%;
	background: url(../images/fons7.gif) repeat-x top;
	padding-top: 15px;
}

.ie6 #capcalera,.ie7 #capcalera {
	padding-top: 20px;
}

#capcalera a {
	color: #FFFFFF;
}

#capcalera ul {
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	width: auto;
	float: right;
	padding-bottom: 22px;
}

.ie7 #capcalera ul {
}

.ie6 #capcalera ul {
}

#capcalera li {
	display: inline;
	margin-right: 5px;
	background: url(../images/fons6.gif) no-repeat center left;
	padding-left: 10px;
}

#capcalera li.primera {
	background: none;
}

#capcalera img.logo {
	margin-left: 21px;
	padding-bottom: 18px;
	float: left;
}

.ie6 #capcalera img.logo, .ie7 #capcalera img.logo {
	margin-top: -5px;
}

#capcalera2 {
	clear: both;
	overflow: hidden;
	min-height: 1%;
	width: 100%;
	z-index: 5;
}

#dadespers {
	margin: 0;
	padding: 0;
	float: left;
	width: 40%;
}

#dadespers .mainlogo {
	float: left;
	margin: 0 35px 0 35px;
}

#dades {
	margin: 0;
	padding: 5px 10px;
}

#dades ul {
	padding: 0;
	margin: 17px 0 0 0;
	list-style: none;
}

#dades li {
	padding: 0 10px;
	background: url(../images/bullet1.gif) no-repeat;
	background-position: 0 50%;
	margin-left: -10px;
}


.ie6 .canvi, .ie7 .canvi {
    margin-left: -15px;
}

#canvidensenvoltori {
	float: left;
	width: 20%;
	text-align: center;
	border-left: solid 1px #D7DCE2;
	border-right: solid 1px #D7DCE2;
}

#canvidens {
	padding: 2em 0em 4em 2em ;
}

#altresentorns {
	float: left;
	padding: 10px 0 0 25px;
	width: 36%;
}

#altresentorns img {
	margin-right: 12px;
	margin-top: 4px;
}



#menu1, #menu1 ul, #menu2, #menu2 ul{
 padding-top:1px;
 margin:0px;
 border:0px none;
 list-style-type:none;
}
#capcalera-public{
	text-align:left;
	width:100%;
	height: 22px;
}

.ie6 #capcalera-public{
	width: 105%;
}

.segona{
	padding-left: 5px;
}

#myens-public{
	text-align: left;
	float: left;
	width: 23%;
	height: 10px;
}

#menu1 li, #menu2 li {
	display:inline;
	background:url(../images/pfons04.gif) no-repeat left center;
}

#menu1 li.primera, #menu2 li.primera {
	background:none;
	color: #7a7a7a;
}

#primera_under {
	background:none;
	text-decoration: underline !important;
}

#menu1 li.primera a{
	text-decoration: underline !important;
	color: #7a7a7a;
	margin-right: 5px;
}

#menu1 li a{
	text-decoration: underline !important;
	color: #7a7a7a;
}

#menu1 {
	text-align:left;
	padding-left:28px;
	float: left;
	width: 15%;
}
#menu2 {
	text-align:right;
	float: left;
	width: 28%;
}

.ie6 #menu2{
	padding-right: 15px;
}

#menu1-2{
	padding-top:2px;
	float: left;
	width: 29%;
	height: 10px;
}

#menuprincipal a{
	color: #ffffff;
}

#comm{
	margin-top: -31px;
}

.ie6 #comm{
	width: 220px;
}




#peu-decoration {
	background-color: transparent;
	padding-left: 19px;
	padding-right: 19px;
	margin-top: 12px;

}

.ie6 #peu-decoration {
	width: 105%;
	margin-top: 8px;
}


#peu-top {
	background: transparent url(../images/pfons06.gif) repeat-x right top;
}



#pre-peu-top {
	background: white url(../images/fons_gris.png) repeat-x bottom;	
	height: 30px;
}

.ie6 #pre-peu-top {
	width: 105%
}

#pie-contenedor {
	background:transparent;
	text-align: left;
	color: #7a7a7a;
}

#pie-contenido {
	font-weight: normal;
	text-align: left;
	padding-left: 15px;
	float: left;
}

.ie6 #pie-contenido {
	width: 74%;
}

#pie-contenido a{
	color: #666666;
	text-decoration: underline !important;
}

.logosCatcert {
	float: left;
}

.logosAOC {
	float: left;
}

.logos {
}

.ie6 .logos {
	width: 200px;
}

.logo_local {
	float: right;
}



#pre-pie-contenido {
	padding:5px 12px 10px;
	text-align:left;
	display: block;
}

.pre-peu-telefon{
	color: #7a7a7a;
}


.pre-pie-blue {
	color: #3183D5;
	text-decoration: underline !important;
}

#pre-pie-contenido {
	color: black;
}


.noticies{
	COLOR: #3183d5;
	font-size: 1.1em;
	margin-left: 3px;
}

.noticies a{
	COLOR: #3183d5;
	text-decoration: underline !important;
	/*background:transparent url(/eacatpl-public/html/themes/eacatpl-public/images/bullet.gif) no-repeat scroll 0.2em 0.3em;*/
	padding:1px 0px 1px 0px;
}

.noticies-subtitle{
	font-size: 1.2em;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.noticies-title{
	font-size: 1.7em;
	color:black;
	font-family: Arial;
	padding-bottom: 6px;
	border-bottom: 1px #58B6E3 dotted;
	margin-top:15px;
}

.noticies-cos{
	margin-left:20px;
}

.noticies-data{
	color:#7a7a7a;
	font-size:12px;
	margin-top:15px;
}

#cos_image {
    float: left;
    margin-top: 35px;
    margin-left: 35px;
    margin-bottom: 35px;
    width: 49%;
    float: left;
}

.ie6 #cos_image {
    width: 40%;
    margin-left: 20px;
}


#caixa_imatge_inici{
	background: transparent url(/eacatpl-public/html/themes/eacatpl-public/images/fons_taronja.png) repeat-x scroll left bottom;
	height: 358px;
	border-bottom: 1px #DBE4EB solid;
}

.ie6 #caixa_imatge_inici{
	height: 344px;
}

#imatge_pissara{
	float: right;
	width: 47%;
	behavior: url(iepngfix.htc);
	margin-top: 40px;
}

.titol_article_inici {
	font-size:3.5em;
	font-weight:bold;
	color:#EF672B;
	margin-top:-12px;
	padding-bottom:6px;
	padding-top:16px;
	padding-left:5px;
}

.comentari_article_inici {
	padding-left:5px;
	margin-top:10px;
	color:#333333;
	font-size:1.8em;
	line-height: 15pt;
}

.link_consorci_article_inici{
	color:#3183D5;
}

.subtitol_article_inici{
	padding-left:5px;
	color:#E9852C;
	font-size:1.8em;
	margin-top:40px;
}

.explicacio_article_inici{
	margin-top:5px;
	padding-left:5px;
	color:#333333;
	font-size:1.4em;
}

.mes_article_inici{
	color:#3183D5;
	/*background:transparent url(/eacatpl-public/html/themes/eacatpl-public/images/bullet.gif) no-repeat 93%;
	padding-right: 11px;*/
}

.subtitol2_article_inici{
	padding-left:5px;
	color:#E9852C;
	font-size:1.8em;
	margin-top:20px;
}

.boto_article_inici{
	margin-top:20px;
	padding-left:5px;
}

#links ul {
     font-size:110%;
     list-style-image:none;
     list-style-position:outside;
     list-style-type:none;
     margin:0px;
}

#links li {
     background:transparent url(/eacatpl-public/html/themes/eacatpl-public/images/bullet.gif) no-repeat scroll 0.2em 0.3em;
     padding:1px 0px 1px 12px;
	 COLOR: #3183d5;
	 width: 100%;
}
 
#links li a {
     COLOR: #3183d5;
     text-decoration:underline !important;
}

.preguntes{
	COLOR: #3183d5;
	font-size: 1.1em;
	line-height: 14pt;
}

.preguntes a{
	COLOR: #3183d5;
	text-decoration: underline !important;
	background:transparent url(../images/bullet.gif) no-repeat scroll 0.2em 0.3em;
	padding:1px 0px 1px 12px;
}

.respostes {
	padding-left: 12px;
	color: #000000;
	font-size: 1.1em;
	margin-bottom: 10px;
}


.subtitol_parraf{
	color: #000000;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 20px;
}

.parraf{
	font-size: 1.1em;
	color: #000000;
}

.parraf a{
	COLOR: #3183d5;
	text-decoration: underline !important;
	font-size: 1.1em;
}

.salt_de_linea_parraf {
	margin-top: 15px;
}


.punts{
	color: #000000;
	background:transparent url(/eacatpl-public/html/themes/eacatpl-public/images/bullet.gif) no-repeat scroll 0.2em 0.3em;
	font-size: 1.1em;
	padding:1px 0px 1px 12px;
	margin-top: 5px;
}


.titol_article_public{
	font-size: 1.7em;
	color:black;
	font-family: Arial;
	padding-bottom: 6px;
}

.caixa_contenidora_titol_article{
	width: 100%;
	border-bottom: 1px #58B6E3 dotted;
}


.introduccio_article_public {
	color: #686868;
	font-size: 1.4em;
}

.legal_subtitle{
	font-size: 1.3em;
	margin-bottom: 10px;
	font-weight: bold;
}

.legal_apartat{
	font-size: 1.2em;
	margin-bottom: 10px;
	font-weight: bold;
}

.caixa_contenidora_legal{
	font-size: 1.1em;
	font-family: arial;
}


















    




.rss-title {
    text-transform: uppercase;
    color:#E9852C;
    margin-bottom:4px;
    font-size:1.2em;
    font-weight: bold;
	margin: 3px;
	padding: 0pt;
}
.rss-links-title{
     background:transparent url(/eacatpl-public/html/themes/eacatpl-public/images/bullet.gif) no-repeat scroll 0.2em 0.3em;
     padding:1px 0px 1px 12px;
	 COLOR: #3183d5;
	 width: 100%;
	 text-decoration:underline !important;
}
#rss-content 
{
	font-family:Arial,Helvetica,sans-serif,Verdana,Geneva;
	text-align:left;
	font-size: 1.2em;
	display:block;
	padding-left:10px;

}

#rss-content a {
	color:#0066CC;
	font-size: 95%;
	font-weight: bold;
	text-decoration:underline !important;
	
}
#rss-content p {
	color:black;
	font-size: 90%;
	
	
}