
/* General properties */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

body, td, select {
	font-family: Arial, Verdana, Helvetica;
	font-size: 11px;
	color: #666666;
}

p {
	margin: 10px 0px;
}

ul, ol {
	margin: 15px 0px 15px 40px;
}

a, a:visited, a:active {
	color: #c7142d;
	text-decoration: none;
}

a:hover {
	color: #c7142d;
	text-decoration: underline;
}

img {
	border: none;
}

form {
	margin: 0px;
	padding: 0px;
}

/* titol site */
h1 {
	margin: 0px;
	font-size: 22px;
	font-weight: bold;
	color: #c7142d;
}

h1 a, h1 a:visited, h1 a:active, h1 a:hover {
	color: #c7142d;
	text-decoration: none;
}

/* titol pagina */
h2 {
/*	margin: 40px 0px;*/
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 40px 0px;
	font-size: 20px;
	font-weight: normal;
	color: #c7142d;
}

h2 a, h2 a:visited, h2 a:active {
	color: #c7142d;
	text-decoration: none;
}

h2 a:hover {
	color: #c7142d;
	text-decoration: underline;
}

h2 a.off, h2 a.off:visited, h2 a.off:active, h2 a.off:hover {
	color: #666666;
}

/* titol pagina */
.eh2 {
/*	margin: 40px 0px;*/
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 0px 0px;
	font-size: 20px;
	font-weight: normal;
	color: #c7142d;
}


/* Menu */

.menu {
	padding-top: 12px;
	font-size: 12px;
	text-align: center;
	color: #ffffff;
	background-repeat: no-repeat;
	background-position: top left;
}

.menu ul {
	margin: 0px;
	padding: 0px;
	height: 48px;
	list-style: none;
}

.menu li {
	display: inline;
	margin: 0px 15px;
}

.menu a, .menu a:visited, .menu a:active {
	color: #ffffff;
	text-decoration: none;
}

.menu a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.menu .menu_selected {
}



/* Forms */

.field {
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #565656;
	border-bottom: 1px solid #cccccc;
	background-color: #ffffff;
	padding: 3px 3px 3px 3px;
	width: 300px;
}

.button {
	color: #ffffff;
	font-weight: bold;
	border-left: 2px solid #b8ccea;
	border-right: 2px solid #4b6895;
	border-top: 2px solid #b8ccea;
	border-bottom: 2px solid #2d4a76;
	margin-top: 5px;
	background-color: #849fc8;
	padding: 3px 15px;
	cursor: pointer;
}

.mandatory {
	color: #ff0000;
	margin-left: 2px;
}

.error_message {
	color: #ff0000;
}



/* Layout */

#wrapper {
	width: 790px;
	margin: 0px auto;
	text-align: left;
}

#content {
/*	background: url(../img/shade_top.gif) repeat-x top left;*/
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #ffffff;
}

.content_l {
	text-align: right;
}



/* Footer */

#area_footer {
	width: 676px;
}

#area_contactar {
	padding: 0px;
}

.cntr_cell1 .cntr_cell1_d {
	padding: 10px 10px;
}

.cntr_cell2 .cntr_cell2_d {
	padding: 10px 20px;
}

.ft_tit {
	font-size: 12px;
	margin-bottom: 12px;
}


/*
#area_contactar div {
	background-position: bottom left;
	background-repeat: repeat-x;
	padding: 7px 0px;
}

#area_contactar span {
	margin-left: 20px;
	padding-left: 30px;
	background: url(../img/trans.gif) no-repeat center left;
}
*/
#area_contactar ul {
	margin: 0px;
	padding: 0px;
}

#area_contactar li {
	list-style: none;
	background-position: bottom left;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 5px 0px;
}

#area_contactar span {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 30px;
	background: url(../img/trans.gif) no-repeat center left;
}

.footer {
	font-size: 12px;
}

.footer_on {
	font-size: 12px;
}

.footer a, .footer a:visited, .footer a:active, .footer_on a, .footer_on a:visited, .footer_on a:active {
	text-decoration: none;
}

.footer a:hover, .footer_on a:hover {
	text-decoration: underline;
}

.copy a, .copy a:visited, .copy a:active {
	font-weight: bold;
	text-decoration: none;
}

.copy a:hover {
	font-weight: bold;
	text-decoration: underline;
}

.err_max {
	padding: 5px 30px;
	font-weight: bold;
}

.nlegal {
	color:#999999;
	text-align:justify;
}

/* Langs */

.langs {
	width: 30px;
}

.langs ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.langs li {
	padding: 4px 0px;
	margin: 4px 0px;
	text-transform: uppercase;
	text-align: center;
}

.langs a, .langs a:visited, .langs a:active, .langs a:hover {
	text-decoration: none;
}



/* Content */

.text {
/*	margin: 0px 70px 20px 70px;*/
	margin: 0px 70px;
	line-height: 19px;
}

.text td {
	line-height: 19px;
}

.text a, .text a:visited, .text a:active, .side_text a, .side_text a:visited, .side_text a:active {
	color: #666666;
	text-decoration: none;
	background: url(../img/bg_a.gif) repeat-x bottom left;
}

.text a:hover, .side_text a:hover {
	color: #666666;
	text-decoration: none;
	background: url(../img/bg_a_hover.gif) repeat-x bottom left;
}

.ampliar {
	padding-right: 16px;
	background: url(../img/ampliar.gif) no-repeat center right;
}

.ampliar a, .ampliar a:visited, .ampliar a:active, .ampliar a:hover {
	color: #c2c2c2;
}








#cistella_footer .cistella_info {
	margin-left: 20px;
	padding-left: 35px;
	background: url(../img/trans.gif) no-repeat center left;
}

#cistella_footer .cistella_veure {
	font-size: 13px;
	text-align: center;
	background: url(../img/veure_cistella_bg.gif) repeat-x bottom left!important;
}

#cistella_footer .cistella_veure img {
	vertical-align: middle;
	margin-left: 10px;
}



/* PageJumper*/

.pagejumper {
	color: #999999;
	border-top: 1px solid #e6e6e6;
	padding-top: 15px;
	margin-top: 15px;
}


.pagejumper td {
	color: #999999;
	text-align: center;
}

.pagejumper .pj_txt {
	background: url(../img/pag_txt.gif) no-repeat center center;
}

.pagejumper .on {
	background: url(../img/pag_on.gif) no-repeat center center;
	color: #ffffff;
}

.pagejumper .off {
	background: url(../img/pag_off.gif) no-repeat center center;
}


.pagejumper a, .pagejumper a:visited, .pagejumper a:active {
	color: #999999;
	text-decoration: none;
	background: none;
}

.pagejumper a:hover {
	color: #999999;
	text-decoration: underline;
	background: none;
}

