/*main global selectors */

body {
	background-color: #FFFFFF;
	font-size: 13px;
	color: #333333;
	font-family: "Trebuchet MS", Arial, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
hr {
	color: #7A003A;
	background-color: #7A003A;
	height: 1px;
    border: none;
}
.topcell {
	padding-bottom: 10px;
}
p {
	margin-top: 0;
}

td {
	font-size: 13px;
	color: #333333;
	font-family: "Trebuchet MS", Arial, sans-serif;
}
a:link {
	color: #990000;
}
a:hover {
	color: #C51019;
}
a:visited {
	color: #660033;
}
a.lang:link {
	color: Gray;
	font-size: 11px;
	text-decoration: none;
}
a.lang:hover {
	color: #CC0000;
	font-size: 11px;
	text-decoration: underline;
}
a.lang:visited {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}
.menu {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
a.menu:link {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
a.menu:visited {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.menu:hover {
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

/* table variables */

.tablelines {
	border: 1px solid;
	border-color: #000000;
	background-color: #FFFFFF;
}
.menucell {
	padding-left: 40px;
	padding-right: 40px;
	background-color: #CC0000;
	color: #FFFFFF;
}
.maincell {
	padding-top: 16px;
	padding-right: 32px;
	padding-left: 32px;
	padding-bottom: 16px;
}
.bottomcell {
	padding: 6px;
}

/* font variables */

.smaller {
   font-size: 11px
}
.italictext {
	font-style: italic;
	font-variant: normal;
}
.smallcaps {
	font-size: 16px;
	color: #900;
  }
h2 {
	font-size: 18px;
	text-transform:inherit;
	color: #990000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 2px;
	font-weight: normal;
	border-bottom-color: #CCCCCC;
  }
h3 {
	font-size: 16px;
	color: #990000;
	padding-bottom: 0px;
	font-weight: normal;
  }

/* image spacing */
.imageframe {
	padding: 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #666666;
	margin: 2px;
}
.imageright {
	border: 1px solid #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 4px;
	padding: 4px;
}
#map {
	border: 1px solid #CCCCCC;
}



/* frames around things */

.marc {
	background-color: #ECECEC;
	border: 1px solid #CCCCCC;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.marcfoto {
	padding: 2px;
	margin: 0px;
	border: 1px solid #CCCCCC;
}
.marcfotoleft {
	padding: 2px;
	margin-right: 4px;
	margin-bottom: 2px;
	border: 1px solid #CCCCCC;
	text-align: left;
}

.fotoleft {
	padding: 2px;
	border: 1px solid #CCCCCC;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* Buttons */

input.btn{
   color:#333333;
   
   font-size:13px;
   font-weight:bold;}
.keytext {
	
	font-size: 15px;
	color: #333333;
}
.newslist {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.hometable {
	background-color: #FF9900;
	border: 1px solid #960B44;
}
.tr_fitxa {
	margin-bottom: 5px;
}
.footer {
	color: #FFFFFF;
	background-color: #000000;
	font-size: 11px;
	padding-top: 2px;
	padding-right: 17px;
	padding-bottom: 2px;
	padding-left: 17px;
}
a.footer:link {
	text-decoration: none;
	color: #FFFFFF;
}
a.footer:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.footer:hover {
	color: #CC0000;
	text-decoration: none;
}
.leftcell {
	padding-right: 15px;
}
.rightcell {
	padding-left: 10px;
}
.rightcellline {
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.tablespacer {
	margin-bottom: 10px;
}
h1 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #990000;
	font-size: 20px;
	font-weight: normal;
}
#main {
	float: none;
	padding-right: 32px;
	padding-left: 32px;
	padding-bottom: 32px;
}
#left {
	float: left;
	width: 580px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-right: 10px;
}
#right {
	float: right;
	width: 300px;
	text-align: right;
	overflow: hidden;
}
#wrapper {
	background-position: center;
	background-color: #ECECEC;
	border: 1px solid #999999;
	float: left;
	margin-top: 16px;
	margin-bottom: 16px;
}
#menu {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#footer {
	clear: both;
	padding-top: 5px;
}

#centre {
	background-position: center;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
