<!--
#d_body {
text-align:center;
margin:0 auto; margin-top:3px;*margin-top:-19px;
width:980px;
}
#d_outerbox {
width:980px;
}
#header { /* the header of the page */
width:980px;
height:110px;
padding:20px 0 0 10px;
margin:0;
}
#d_contentbody {
padding:0px;
}
#d_contentbody_left {
float:left;
width:750px;
margin:0; padding:0;
}
#d_contentbody_right {
	float:right;
	width:206px;
	margin:0; padding:0;
	border-bottom:solid 1px #e2e1e1;
	border-right:solid 1px #e2e1e1;
	border-left:solid 1px #e2e1e1;
	z-index: 1001;

}
html>body #d_contentbody_right {width:226px;}

.d_blog {/* class for the blog entries */
position:relative;
padding:6px;
background-image:url(template_img/bg_blog.gif);
background-repeat:repeat-x;
margin:0;
z-index:10;
}

.d_blog img {/* if you want a CSS class on images contained within blog content, borders and such */
}
h1,h2,h3 {
	font-family:"Trebuchet MS", Tahoma, Verdana;
	text-transform:uppercase;
	letter-spacing:1px;
}
h3 {
font-size:1.1em;
}

/* header styles */
.content_header { /* header for blogs */
	font-size:1.8em;
	font-weight: bold;
	padding:0px 0 0 5px;
	text-transform:none;
	color:#773E0C
	
}
.content_date { 
	font-size:1em;
	font-style:italic;
	font-weight:normal;
	padding-left:5px;
	padding:0 0 10px 0;
}
div.content_content {
margin-left:5px;
margin-bottom:15px;
line-height:18px;
font-size:1.3em;
padding-right:10px;
}
div.content_content  a.plink {
margin-left:15px;
background-image:url(template_img/plink.png);
background-repeat:no-repeat;
padding-left:15px;
font-size:10px;
}

ul.linkList {
list-style:none;
list-style-image:none;
margin:10px 0; padding:0
}
ul.linkList li {

padding-left:15px;
margin-top:6px;
background-image:url(template_img/white_arrow.png);
background-repeat:no-repeat;
}
ul.content_linkrow{margin:0; padding:0}
ul.content_linkrow li {
display:inline;
padding-left:15px;
}
ul.content_linkrow li.author {
background-image:url(template_img/person.png);
background-repeat:no-repeat; display:none
}
ul.content_linkrow li.comments {
background-image:url(template_img/comments.png);
background-repeat:no-repeat;display:none
}
ul.content_linkrow li.plink {
background-image:url(template_img/plink.png);
background-repeat:no-repeat;
}

/* style for polls */
.pollName { /* header */
	font-size: 11px;
	font-weight: bold;
}
.poll { /* poll */
	font-size: 11px;
}




/* link styles */
/* generic links style */
A:link    { color: #000000 }
A:active  { color: #000000}
A:visited { color: #000000}
A:hover   { color: #CCCCCC; text-decoration:underline  }
/* links within Blog content */
.b_content A:link    { color: #000000; text-decoration:underline }
.b_content A:active  { color: #000000}
.b_content A:visited { color: #000000}
.b_content A:hover   { color: #000000}
/* links within Blog subtext */
.b_subtext A:link    { color: #000000; text-decoration:underline }
.b_subtext A:active  { color: #000000}
.b_subtext A:visited { color: #000000}
.b_subtext A:hover   { color: #000000}
/* links within Comments  */
.c_content A:link    { color: #000000; text-decoration:underline; font-weight:bold }
.c_content A:active  { color: #000000; font-weight:bold }
.c_content A:visited { color: #000000; font-weight:bold }
.c_content A:hover   { color: #000000; font-weight:bold }

/* headers as links */
h1 A, h1 A:hover {
text-decoration:none;
color:#000000;
}

/* calendar begin */




table#calendar {
	font-size:10px;
	width:100%;
}
table#calendar caption {
}
table#calendar a {
	text-decoration:none;
}
table#calendar tr#days th {
	color: #CCE;
	font-size:1em;
	font-weight: bold;
	padding: .3em 1px;
}
table#calendar tr#title th {
	font-size: 1em;

}
table#calendar td {
	width: 10px;
	height: 10px;
	color: #777;
	text-align: center;
	vertical-align: top;
	padding:3px;
}
table#calendar td a {
	font-weight: bold;
	display: block;
	width: 10px;
	text-align:center;
	padding:0 3px 0 3px;
}
table#calendar th a {
	font-weight: bold;
}


table#calendar .today {
	background-color: #f1f1f1;
	border:solid 1px #CCCCCC;
}
table#calendar p {
	font-size: 10px;
	color: #666666;
	margin: 0px;
	padding: 0px;
	text-align:center;
	
}
.dCenter 
{
margin-left: 15%;
margin-right: 15%;
}

/* calendar ends */


/* comments */
.c_cHeader {
border-bottom:solid 3px #dddbdb;
background-color:#f1f1f1;
padding:6px;
padding-bottom:2px;
}
.c_contentPerson {
height:32px;
padding-left:44px;
background-image:url(img/avatar/warhol.gif);
background-repeat:no-repeat;
}
.c_contentTop {
height:60px;
width:500px;
background-image:url(img/comment_bg1.gif);
background-repeat:no-repeat;
}
.c_content {
background-image:url(img/comment_bg2.gif);
background-repeat:repeat-y;
padding-left:24px;
padding-right:24px;
}
.c_contentBottom {
height:50px;
width:500px;
background-image:url(img/comment_bg3.gif);
background-repeat:no-repeat;
}

/* Commets form */
#f1 {
background-color:#f1f1f1;
border:solid 3px #dddbdb;
margin:8px;
padding:14px;
padding-top:2px;

}

#f1 input, #f1 textarea {
width:300px;
margin:5px 0 10px 0;
padding:4px;
border:2px dotted #dddbdb;
}

#f1 input {
height:18px;
}
 #f1 textarea {
 width:430px;
 }

#f1 input.selected,#f1 textarea.selected {
border:solid 2px #dddbdb;
}

#f1 input.btn {
width:60px;
height:26px;
}

.tfn{color:red; text-align:center; display:block; margin:10px 0; font-size:1.4em; font-weight:bold}

/*estructura de continguts*/
#esq_esq{ width:480px; float:left; border:1px solid #CCCCCC; padding:0; margin:0; background:white}
#esq_esq h2{font-size:14px; text-transform:capitalize}
#esq_esq p{ padding:10px 0; margin:0; font-size:12px}
#esq_esq #esq_esq_int{padding:10px}
#esq_dre{width:261px; float:left; padding:0px; margin:0}


/*/PORTADA*/
-->

a.link_header{text-decoration: none;color:#333}
a.link_header:hover{text-decoration: none;color:black}

.link_recents{ font-weight:normal; text-decoration:none; font-size:1.1em}
.link_recents:hover{text-decoration:underline}

/*area privada*/
#area_privada{position:absolute; top:-70px;*top:0; left:606px; margin:0; padding:0}
#area_privada fieldset{margin:0; padding:0 5px; border:1px solid #E8A86D}
#area_privada fieldset legend{ font-size:1em; border:none;margin:0; margin:0 10px; color:#DA7316}
#area_privada form.acces_arbitre{border:none}
#area_privada form.acces_arbitre input{border:none; height:12px; line-height:100%}
/*/area privada*/


.reglaments{color:red}
.reglaments a{color:red}

.titol_interior{font-size:1.8em; text-transform:none; color:#E67817; font-weight:bold; font-family: Arial; margin:0; padding:0}
.abreDestacado{position:absolute; top:0; left:0}
.cierraDestacado{position:absolute; top:0; right:0px}



a:hover{color:#000000; text-decoration:none}

#tecnica{border-right:1px solid #ECB98B; margin:0px 5px 0 0px; padding:10px; width:320px; float:left;}
#fisica{border-left:1px solid #ECB98B; margin:0px 0 0 5px; padding:10px; width:320px; float:left;}

#tecnica h3{text-align:right}
#fisica h3, #tecnica h3{font-size:18px; text-transform:none; margin:0;color:#5B7D99; border-bottom:1px solid #5B7D99;}
.subtitol{font-size:12px; text-transform:none; margin:0;color:#314453; margin:15px 0 0px 0;}

#fisica p, #tecnica p{margin: 0; font-size:12px}
.pdfdoc{text-align:left; padding-left:38px; padding-top:15px; margin-left:0px; display:block; background-image:url(img/pdf.png); background-position:left; background-repeat:no-repeat; height:30px;}


.llistat_links{padding:5px 5px 5px 55px;border:1px dashed transparent; display:block; text-decoration:none; margin:0 0 15px 0; background-image:url(img/pdf_gran.png); background-repeat:no-repeat; background-position:left}
.llistat_links:hover{ border:1px dashed #CCCCCC}


.nova{border-bottom:1px solid #E1E1E1}

.galeria{margin:0 0 30px 0; }
.galeria a{padding:10px;border: 1px solid orange; display:block; background-image:url(img/entra.png); background-position:center right; background-repeat:no-repeat; }
.galeria a:hover{background-image:url(img/entra_h.png)}
.galeria a span.fecha, .galeria a span.titol_interior{display:block}


