* {
	margin: 0;
	padding: 0;
}

body {
	width: 989px;
	background: url(../img/fons.gif) repeat;
	font: 10px arial,sans-serif;
	margin: auto;
}

p {
	font-size: 1.2em;
	line-height: 1.4em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.6em;
	font-style: italic;
	color: rgb(103,103,103);
	background-color: inherit;	
}

h4 {
	font-size: 1.5em;
	font-weight: bold;
}

.hidden {
	display: none;
}

.displaced {
	padding-left: 20em;
}

#main {
	background-color: rgb(104,153,203);
	color: inherit;	
}

#rounded-top {
	background: transparent url(../img/rec-blau.gif) no-repeat;
	margin-top: 7.5em;
}

#bots-list {
	margin-left: 6em;
	float: left;
	margin-top: 1.2em;
}

#bots-list .blue {
	color: rgb(62,90,168);
	background-color: inherit;
}

#bots-list li {
	padding-bottom: 1em;
	font-size: 1.4em;
	font-weight: bold;
}

#bots-list li a {
	color: rgb(103,103,103);
	background-color: inherit;
	text-decoration: none;
}

#bots-list li a:hover {
	color: rgb(62,90,168);
	background-color: inherit;
}

.bots-link {
	background: white url(../img/flecha-blau.gif) no-repeat left;
	color: black;
	text-decoration: none;
	padding-left: 1.4em;
}

.bots-link:hover {
	color: rgb(62,90,168);
	background-color: inherit;
}

.author-ca-link {
	background: white url(../img/flecha-roja.gif) no-repeat left;
	color: black;
	text-decoration: none;
	padding-left: 1.4em;
}

.author-ca-link:hover {
	color: rgb(237,34,36);
	background-color: inherit;
}

.author-es-link {
	background: white url(../img/flecha-verda.gif) no-repeat left;
	color: black;
	text-decoration: none;
	padding-left: 1.4em;
}

.author-es-link:hover {
	color: rgb(16,163,74);
	background-color: inherit;
}

.author-fo-link {
	background: white url(../img/flecha-groc.gif) no-repeat left;
	color: black;
	text-decoration: none;
	padding-left: 1.4em;
}

.author-fo-link:hover {
	color: rgb(254,191,16);
	background-color: inherit;
}

.larger-list {
	margin-top: 1em;
	font-size: 1.2em;
}

/* @group header */
/* @group search */
#search {
	float: left;
}

#search #match {
	margin-left: 1.5em;
	height: 16px;
	border: 1px solid rgb(91, 95, 105);
}

#search #submitbtn {
	font-size: 1.1em;
	height: 18px;
	width: 4em;
	color: black;
	border: 1px solid rgb(91, 95, 105);	
	background-color: white;
}

/* @end */

.anniversary{
	position: relative;
	top: 2.8em;
	font: normal 24px "Arial Rounded MT Bold", Arial, Helvetica;
	text-align: center;
	color: #c50500;
	background-color: inherit;
}

#header {	
	color: white;
	padding-top: 1em;
	height: 10em;
	background-color: rgb(104,153,203);
}

#header #logo {
	background: url(../img/rodona.gif) no-repeat;
	width: 165px;
	height: 165px;
	float: left;
	margin-top: -8.5em;
	margin-left: -0.4em;
}

#header span {
	float: right;
	font-size: 1.2em;
	margin-right: 1em;
}

#header ul{
	list-style: none;
	height: 2em;
	margin-top: 4em;
	margin-left: 5em;
	background-color: white;
	color: inherit;
}

#header ul li {
	margin-right: 1em;
	margin-left: 1em;
	float: left;
	display: block;
}

#header ul li a {
	font-size: 1.5em;
	font-weight: bold;
	color: rgb(91,95,105);
	background-color: inherit;
	text-decoration: none;
}

#header ul li a:hover {
	text-decoration: underline;
}

#header #link-home:hover {
	color: rgb(140,140,140);
	background-color: inherit;
}

#header #link-bots:hover {
	color: rgb(62,90,168);
	background-color: inherit;
}

#header #link-obres-fo:hover {
	color: rgb(254,191,16);
	background-color: inherit;
}

#header #link-obres-es:hover {
	color: rgb(16,163,74);
	background-color: inherit;
}

#header #link-articles:hover {
	color: rgb(143,71,155);
	background-color: inherit;	
}

#header #link-obres-ca:hover {
	color: rgb(237,34,36);
	background-color: inherit;
}

#header #link-mail:hover {
	color: rgb(104,153,203);
	background-color: inherit;
}
/* @end */

/* @group homepage */

#homepage-left {
	float: left;
	width: 368px;
	margin-top: 0.5em;
	margin-left: 2em;
}
	
#homepage-right {
	float: right;
	width:548px;
	margin-top: 0.5em;
	margin-right: 2em;
}

#homepage-right #content-home-top {
	background: url(../img/rec-dreta.gif) no-repeat;
	height: 35px;
}

#homepage-right #content-home {
	background-color: white;
	color: inherit;
	overflow: hidden;
	width: 548px;
}

#homepage-right #content-home h2 {
	margin-right: 1.8em;
	color: rgb(91,95,105);
	background-color: inherit;
	font-weight: bold;	
	text-align: right;
}

#homepage-right #rss-header {
	background: url(../img/editio-rss.jpg) no-repeat left;
	float: right;
	width: 16px;
	height: 16px;
	margin-right: 1.4em;
	margin-top: -2em;
}

#homepage-right #content-home-bottom {
	background: url(../img/rec-dreta-bottom.gif) no-repeat;
	height: 35px;
}

.homepage-news {
	margin: 2em 3em 2em 3em;
	clear: right;
}

.subject {
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1.4em;
	padding-left: 1.2em;
}

.ribbon-articles {
	background: url(../img/r-lila.gif) no-repeat left;
}

.ribbon-obres-ca {
	background: url(../img/r-roig.gif) no-repeat left;
}

.ribbon-obres-es {
	background: url(../img/r-verda.gif) no-repeat left;
}

.ribbon-obres-fo {
	background: url(../img/r-groc.gif) no-repeat left;
}

.ribbon-bots {
	background: url(../img/r-blau.gif) no-repeat left;
}

.date {
	line-height: 1.7em;
	font-size: 1.2em;
}

.description {
	color: rgb(140,140,140);
	background-color: inherit;
	line-height: 1.4em;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

.more {	
	color: rgb(140,140,140);
	background-color: inherit;
	padding-left: 1.4em;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
}

.arrow-articles {
	background: url(../img/flecha-lila.gif) no-repeat left;
}

.arrow-articles:hover {
	color: rgb(143,71,155);
	background-color: inherit;
}

.arrow-obres-ca {
	background: url(../img/flecha-roja.gif) no-repeat left;
}

.arrow-obres-ca:hover {
	color: rgb(237,34,36);
	background-color: inherit;
}

.arrow-obres-es {
	background: url(../img/flecha-verda.gif) no-repeat left;
}

.arrow-obres-es:hover {
	color: rgb(16,163,74);
	background-color: inherit;
}

.arrow-obres-fo {
	background: url(../img/flecha-groc.gif) no-repeat left;
}

.arrow-obres-fo:hover{
	color: rgb(254,191,16);
	background-color: inherit;
}

.arrow-bots {
	background: url(../img/flecha-blau.gif) no-repeat left;
}

.arrow-bots:hover{
	color: rgb(62,90,168);
	background-color: inherit;
}

.image {
	float: right;
	margin-top: 0.5em;
	margin-left: 1em;
}

.image img {
	width: 120px;
}

/* @end */

/* @group container */
#container {
	background-color: rgb(104,153,203);
	color: inherit;
	overflow: hidden;
	clear: left;
}
/* @end */

/* @group briefing */

#container #briefing {
	background: white url(../img/jd.gif) no-repeat bottom right;
	color: rgb(91,95,105);
	padding-bottom: 5em;
}

#container #briefing p {
	line-height: 1.4em;
	font-size: 1.2em;
	margin-left: 2em;
	margin-right: 2em;
	margin-bottom: 1em;
}

#container #briefing-top {
	background: url(../img/briefing-top.gif) no-repeat;
	height: 28px;
}

#container #briefing-bottom {
	background: url(../img/briefing-bottom.gif) no-repeat;
	height: 22px;
}	
/* @end */

/* @group wiccac */
#wiccac {
	text-align: center;
	margin-top: 2em;
	line-height: 1.8em;
}	

#wiccac p {
	color: white;
	background-color: inherit;
}

#wiccac #logo-wiccac {
	background: url(../img/wiccac.gif) no-repeat;
	height: 48px;
	width: 122px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;	
}

/* @end */

/* @group disclaimer */
#disclaimer {
	background-color: white;
	color: rgb(91,95,105);
}

#disclaimer p {
	line-height: 1.2em;
	margin-left: 2em;
	margin-right: 2em;
}

#disclaimer-top {
	background: url(../img/briefing-top.gif) no-repeat;
	margin-top: 2em;
	height: 28px;
}

#disclaimer-bottom {
	background: url(../img/briefing-bottom.gif) no-repeat;
	height: 22px;
}
/* @end */

/* @group newsletter */
#newsletter {
	background-color: white;
	color: rgb(91,95,105);
}

#newsletter #error-newsletter {
	color: black;
	background-color: inherit;
	font-size: 1.2em;
	text-align: center;
	margin-top: 0.5em;
	font-weight: bold;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}

#newsletter p {
	line-height: 1.2em;
	margin-left: 2em;
	margin-right: 2em;
	text-align: center;
}

#newsletter label {
	font-size: 1.1em;
	font-weight: bold;
	color: black;
	background-color: inherit;
	float: left;
	clear: left;	
	margin-top: 14px;
	width: 9.5em;
	margin-left: 2em;
	text-align: right;
}

#newsletter input {
	border: 1px solid black;
	margin-left: 0.5em;
	width: 200px;
	margin-top: 1em;
	margin-right: 1em;
	float: left;
	height: 15px;
}

#newsletter .submitform {

	display: block;
	background: white url(../img/flecha-blau.gif) no-repeat left;
	color: rgb(140,140,140);
	padding-left: 1.4em;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
	margin-left: 13em;
	margin-top: 6.5em;	
}

#newsletter .submitform:hover {
	color: rgb(104,153,203);
	background-color: inherit;
}

#newsletter-top {
	background: url(../img/briefing-top.gif) no-repeat;
	margin-top: 2em;
	height: 28px;
}

#newsletter-bottom {
	background: url(../img/briefing-bottom.gif) no-repeat;
	height: 22px;
}	
/* @end */

/* @group footer */
#rounded-bottom {
	background: transparent url(../img/rec-blau-bottom.gif) no-repeat;
	height: 33px;
	margin-bottom: 1.5em;	
}

.editio {
	padding-top: 3em;
	background-color: rgb(104,153,203);
	color: white;
	text-align: center;
	line-height: 1.5em;
}

.editio a {
	color: white;
	background-color: inherit;

}

/* @end */

/* @group content */

/* @group obra */
#content .index {
	margin-top: 1em;
	font-size: 1.8em;
	font-weight: bold;	
	text-align: center;
}

#content .index a {
	text-decoration: none;	
}

#content .notfound {
	text-align: center;
}

#content .index .active {
 	color: rgb(237,34,36);
	background-color: inherit;
}

#content .index .inactive {
	color: rgb(103,103,103);
	background-color: inherit;	
}

#content .index .inactive:hover {
	color: rgb(237,34,36);
	background-color: inherit;
}

#content .index .inactive-es {
	color: rgb(103,103,103);
	background-color: inherit;	
}

#content .index .inactive-es:hover {
	color: rgb(16,163,74);
	background-color: inherit;
}

#content .index .inactive-fo {
	color: rgb(103,103,103);
	background-color: inherit;	
}

#content .index .inactive-fo:hover {
	color: rgb(254,191,16);
	background-color: inherit;
}

#content .index .active-es {
	color: rgb(16,163,74);
	background-color: inherit;	
}

#content .index .active-fo {
	color: rgb(254,191,16);
	background-color: inherit;	
}


#content .obra {
	margin-right: 4em;
	margin-bottom: 2em;
	overflow: hidden;
	padding-left: 19em;
}

#content .obra h4 {
	display: inline;
	font-style: normal;
	font-size: 1.4em;
}

#content .obra span {
	font-size: 1.4em;
}

#content .obra p {
	display: inline;
	font-size: 1.1em;
	color: rgb(140,140,140);
	background-color: inherit;
}

/* @end */

/* @group article */
#content .article {
	margin-left: 20em;
	margin-right: 4em;
	margin-bottom: 2em;
	overflow: hidden;
}

#content hr {
	clear: right;
	margin-top: 2em;
	margin-bottom: 2em;
	margin-left: 35em;
	width: 350px;
	height: 1px;
	color: inherit;
	background-color: black;
}
/* @end */
#content-top {
	background: url(../img/rec-interior.gif) no-repeat;
	height: 25px;
	margin-top: 0.5em;
	margin-left: 2.5em;
}

#content {
	background-color: white;
	color: inherit;
	width: 937px;
	margin-left: 2.5em;
	overflow: hidden;
}

#content .explanation {
	text-align: justify;
	margin-left: 4em;
	margin-right: 4em;
	line-height: 2em;
	margin-top: 1em;
	font-size: 1.4em;
	
}

#content h2 {
	margin-left: 2em;
	font-size: 2.4em;
}

#content h3 {
	font-size: 1.8em;
}

#content .news-date {
	text-align: right;
	margin-right: 4em;
	font-size: 1.2em;
}

#content .news-headline {
	text-align: right;
	margin-right: 2.7em;
	margin-top: 0.1em;
	font-style: normal;
	color: black;
	background-color: inherit;
	margin-bottom: 0.3em;
	margin-left: 2.7em;
}

#content .subheadline {
	text-align: right;
	margin-right: 4em;
	font-size: 1.2em;
	margin-left: 4em;
}

#content .abstract {
	color: rgb(103,103,103);
	background-color: inherit;
	margin-top: 1.4em;
	margin-left: 6em;
	margin-right: 4em;
	text-align: justify;
}

#content .news-body {
	margin-left: 6em;
	text-align: justify;
	margin-right: 4em;
	margin-top: 1.4em;
}

#content .news-image {
	float: right;
	clear: right;	
	margin-top: 1.5em;
	margin-right: 5em;
	margin-left: 2em;
	margin-bottom: 1em;
}

#content .news-image p {
	margin-top: 0.5em;
	text-align: right;
}

#content .author-image {
	float: left;
	margin-right: 3em;
	margin-left: 6em;
	margin-bottom: 1em;
	margin-top: 1em;
}

#content .author-image img {
	/*width: 200px;*/
}

#content .author-image p {
	margin-top: 0.5em;
	text-align: right;
}

#content .author-body {
	margin-left: 6em;
	text-align: justify;
	margin-right: 4em;
	margin-top: 1.5em;
	color: rgb(140,140,140);	
	background-color: inherit;
}

#content h4 {
	margin-top: 1em;
	margin-bottom: 1em;
}

#content ul {
	list-style: none;
}

#content ul li {
	margin-bottom: 0.3em;
	margin-left: 1em;
	font-size: 1.2em;
}

#content .content-list {
	padding-left: 30.5em;
}

#content .back {
	background: white url(../img/flecha-gris140-rev.gif) no-repeat left;
	color: rgb(140,140,140);
	padding-left: 1.4em;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 2em;
	float: left;
	clear: left;	
	margin-left: 2em;
}

#content .back:hover {
	color: black;
	background-color: inherit;
}

#content-bottom {
	background: url(../img/rec-interior-bottom.gif) no-repeat;
	height: 25px;
	margin-bottom: 2em;	
	margin-left: 2.5em;
}
/* @end */

/* @group back-fwd */
#back-fwd-search  {
	margin-left: 6em;
	margin-right: 6em;
	margin-top: 1.5em;
	color: rgb(140,140,140);
	background-color: inherit;
}

#back-fwd-search a {
	color: rgb(140,140,140);
	background-color: inherit;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
}

#back-fwd-search a:hover {
	color: rgb(104,153,203);
	background-color: inherit;	
}

#back-fwd-search #back-search {
	float: left;
	padding-left: 1.4em;
	background: url(../img/flecha-blau-rev.gif) no-repeat left;
}

#back-fwd-search #fwd-search {
	float: right;
	padding-right: 1.4em;
	background: url(../img/flecha-blau.gif) no-repeat right;
}
/* @end */

/* @group back-fwd */
#back-fwd  {
	margin-left: 20em;
	color: rgb(140,140,140);
	background-color: inherit;
}

#back-fwd a {
	color: rgb(140,140,140);
	background-color: inherit;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
}

#back-fwd a:hover {
	color: rgb(143,71,155);
	background-color: inherit;	
}

#back-fwd #back {
	float: left;
	padding-left: 1.4em;
	background: url(../img/flecha-lila-rev.gif) no-repeat left;
}

#back-fwd #forward {
	float: right;
	margin-right: 4em;
	padding-right: 1.4em;
	background: url(../img/flecha-lila.gif) no-repeat right;
}
/* @end */

/* @group search-news */
.search-news {
	margin-left: 6em;
	margin-right: 6em;
	margin-top: 1.3em;
}	
/* @end */
