/* $Id: style.css,v 1.1.2.1 2005/01/03 15:28:38 adrian Exp $ */

/*
** HTML elements
*/
body  {
  color: #000;
  background-color: #eee;
  background-image: url('fundo.gif');
  margin: 0 auto;
  padding: 0;
  max-width: 1200px;
}
.content {
  background-color: #fff;
}
body, p, td, li, ul, ol  {
  font-family: Verdana, Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
  margin: 0;
}
h1 {
  color: #148;
  font-size: 1.6em;
}
.titulo_sum {
  color: #148;
  font-size: 1.1em;
}
img {
  display: block;
  border: 0;
}
tr.dark td, tr.light td {
  padding: 0.3em;
}
a:link {
  text-decoration: none;
  font-weight: bold;
  color: #148;
}
a:visited {
  text-decoration: none;
  font-weight: bold;
  color: #69c;
}
a:hover, a:active {
  font-weight: bold;
  color: #008;
  text-decoration: underline;
}
fieldset {
  border: 1px solid #ccc;
}
p {
  margin: 0 0 1.3em 0;
  padding: 0;
}
blockquote {
  border-left: 2px solid #69c;
  padding: 0 15px 0 15px;
  margin: 25px 100px 25px 50px;
  color: #000000;
  text-align: left;
  font-size: 1em;
  line-height: 1.2em;
  font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
}
pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 1.2em;
  border: 1px solid #ddd;
}
.form-item {
  margin-top: 0em;
}
.form-item label {
  color: #148;
}
.item-list .title {
  color: #148;
  font-size: 0.85em;
}

/*
** Page layout blocks / IDs
*/
.primary-links, .primary-links a:link, .primary-links a:visited {
  color: #eeeeff;
}
.primary-links a:hover {
  color: #fff;
}
#primary-menu {
  background: #000080;
  border-bottom: 3px solid #69c;
}
#primary-menu .primary-links   {
  font-size: 0.79em;
  padding-right: 1em;
}
#primary-menu .primary-links h1, #primary-menu .primary-links h2, #primary-menu .primary-links h3 {
  font-size: 2.3em;
  color: #148;
}
.tabs {
  margin: 15px 0 15px 0;
}
.tabs ul.primary {
  border-collapse: collapse;
  padding: 0 0 3px 10px;
  white-space: nowrap;
  list-style: none;
  margin: 0 0 0 0;
  height: auto;
  line-height: normal;
}
.tabs ul.primary li {
  display: inline;
}
.tabs ul.primary li a {
  padding: 3px 10px 3px 10px;
  background: #fff url(tabs-off.png) left top no-repeat;
  height: auto;
  margin-right: 10px;
  text-decoration: none;
  text-transform: lowercase;
}
.tabs ul.primary li.active a {
  background: #369 url(tabs-on.png) left top no-repeat;
  border-right: 2px solid #369;
  color: #fff;
}
.tabs ul.primary li a:hover {
  background-color: #fffaf0;
  color: #ff4500;
}
.tabs ul.secondary {
  border-collapse: collapse;
  padding: 10px 0 10px 0px;
  margin: 0 0 0 0;
  white-space: nowrap;
  list-style: none;
  height: auto;
  line-height: normal;
  border-bottom: none;
}
.tabs ul.secondary li {
  display: inline;
  height: auto;
  padding: 0 0 0 10px;
  text-decoration: none;
  border-right: none;
}
.tabs ul.secondary li a {
  background: #fff url(tabs-option-off.png) left center no-repeat;
  padding: 10px 0 10px 25px;
  margin: 0 0 0 0;
}
.tabs ul.secondary li a.active {
  background: #fff url(tabs-option-on.png) left center no-repeat;
  color: #148;
  border-bottom: none;
}
.tabs ul.secondary li a:hover {
  background: #fff url(tabs-option-hover.png) left center no-repeat;
  color: #FF4500
}
#content {
  background-color: #fff;
}
#contentstart {
  background-color: #fff;
}
#menu {
  padding: 0.5em 0.5em 0 0.5em;
  text-align: right;
  vertical-align: middle;
}
#mission {
  background-color: #fff;
  color: #696969;
/*
  border-top: 2px solid #dcdcdc;
  border-bottom: 2px solid #dcdcdc;
*/
  padding: 10px 10px 10px 10px;
  margin: 0px 0px 0px 0px;
  font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
  font-size: 1.1em;
  font-weight: normal;
}
#site-info {
  background-color: #bdd3ea;
  background-image: url('header-c.png');
  font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
}
.site-name {
  font-size: 1.2em;
}
.site-name a:link, .site-name a:visited {
  color: #fff;
}
.site-name a:hover {
  color: #148;
  text-decoration: none;
}
.site-slogan {
  font-size: 0.8em;
  font-weight: bold;
}
#main {
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 3px 35px 50px 35px;
/*  background: transparent url(background.png) center center no-repeat;*/
}
#mission, .node .content, .comment .content {
  line-height: 1.4;
}
#help {
  font-size: 0.9em;
  margin-bottom: 1em;
}
.breadcrumb {
  margin-bottom: .2em;
  font-size: 30%;
}
.messages {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 0.3em;
  margin-bottom: 1em;
}
.error {
  border-color: red;
}
.nav {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
#sidebar-left, #sidebar-right {
  font-size: 0.75em;
  width: 175px;
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 25px 10px 75px 10px;
  vertical-align: top;
  background: #ffffff;
}
#sidebar-left {
  border-right: 3px solid #f5f5f5;
}
#sidebar-right {
  border-left: 3px solid #f5f5f5;
}
#sidebar-left li, #sidebar-right li {
  font-size: 1em;
}
.node .content {
  text-align: left;
  font-size: 0.85em;
  line-height: 1.3;
  max-width: 800px;
}
.comment .content {
  text-align: left;
  font-size: 0.85em;
  line-height: 1.3;
}
#footer-message {
  padding: 15px 100px 30px 100px;
  font-size: 0.85em;
  text-align: center;
  color: #aaa;
}
table#footer-menu {
  border-top: 3px solid #6699cc;
  border-bottom: 3px solid #6699cc;
  background-color: #148;
  color: #e4e9eb;
}
#footer-menu td {
  padding: 5px;
  font-size: 0.75em;
}
#footer-menu .primary-links, #footer-menu a:link, #footer-menu a:visited  {
  color: #e4e9eb;
}
#footer-menu a:hover  {
  color: #fff;
  text-decoration: underline;
}
#footer-menu .primary-links h1, #footer-menu .primary-links h2, #footer-menu .primary-links h3 {
  font-size: 1.3em;
  color: #e4e9eb;
}
/*
** Common declarations for child classes of node, comment, block, box, etc.
** If you want any of them styled differently for a specific parent, add
** additional rules /with only the differing properties!/ to .parent .class.
** See .comment .title for an example.
*/
#content .title, #content .title a,
#content .titulo_sum, #content .titulo_sum a {
  color: #000;
}
.content h1 {
  color: #148;
  font-size: 1.9em;
}
.content h2 {
  color: #58b;
  font-size: 1.7em;
}
.content h3 {
  color: #69c;
  font-size: 1.5em;
}
.content h4 {
  color: #8be;
  font-size: 1.3em;
}
.content h5 {
  color: #96c6f6;
  font-size: 1.15em;
}
.submitted {
  color: #999;
  font-size: 0.79em;
}
.links {
  color: #148;
  font-size: 0.8em;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.links a {
  font-weight: bold;
}
.box {
  padding: 0 0 1.5em 0;
}
.box {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.box h2 {
  font-size: 9px;
}
/*
.block .title {
  background-image: url(titulo-blocco.png);
}
.block .title h3 {
  color: #fff;
  font-size: 16px;
  padding: 0px 5px 2px 5px;
}
*/
.block .content {
  background: #ecf5ff;
  padding: 2px 5px 5px 5px;
/*  border: 2px solid #3333ff;*/
  border-top: 0px;
  margin-top: 0px;
}
.menu {
  background: #ecf5ff;
  margin-left: 1em;
  padding: 0;
}
.menu ul {
  padding: 0;
  margin-left: 1em;
  text-align:left;
  list-style: outside;
}
.menu li {
  margin-bottom: 1px;
  margin-left: 1px;
  margin-right: 1px;
  padding: 1px;
}
.menu li.leaf:hover, .menu li.collapsed:hover {
  background: #a5c8ff;
}
.block.block-user .content {
  padding: 0px;
}
.block {
  margin-bottom: 1.5em;
}
.box .title {
  font-size: 1.1em;
}
.node {
  margin: .5em 0 2.5em 0;
}
.node.fronte {
  margin: 0.1em 0 0.5em 0;
}
.node .content, .comment .content {
  margin: .5em 0 .5em 0;
}
.node .taxonomy {
  color: #999;
  font-size: 0.83em;
  padding: 1.5em;
}
.node .picture {
  border: 1px solid #fff;
  float: right;
  margin: 0.5em;
}
.comment {
  border: 1px solid #abc;
  padding: .5em;
  margin-bottom: 1em;
}
.comment .title {
  font-size: 1em;
  padding: 10px 0px 12px 19px;
  background: transparent url(icon-comment.png) left center no-repeat;
}
.comment .new {
  font-weight: bold;
  font-size: 1em;
  margin-left: 2px;
  color: red;
}
.comment .picture {
  border: 1px solid #fff;
  float: right;
  margin: 10px;
}
.links {
  font-size: 0.75em;
}
.links .prev, .links .next, .links .up {
  font-size: 1.15em;
}
.titles .prev, .titles .next  {
  font-size: 0.85em;
  font-weight: bold;
  color: #444;
}
.hide {
  display: none
}
.nav .links .next a:link {
  padding: 15px 15px 17px 0;
  background: transparent url(arrow-next.png) right center no-repeat;
}
.nav .links .next a:hover {
  padding: 15px 15px 17px 0;
  background: transparent url(arrow-next-hover.png) right center no-repeat;
}
.nav .links .prev a:link {
  padding: 15px 0 17px 15px;
  background: transparent url(arrow-prev.png) left center no-repeat;
}
.nav .links .prev a:hover {
  padding: 15px 0 17px 15px;
  background: transparent url(arrow-prev-hover.png) left center no-repeat;
}
.nav .links .up a:link {
  padding: 11px 0 15px 0;
  background: transparent url(arrow-up.png) center top no-repeat;
}
.nav .links .up a:hover {
  padding: 11px 0 15px 0;
  background: transparent url(arrow-up-hover.png) center top no-repeat;
}

/*
** Module specific styles
*/
.content .active {
  color: #148;
}
#aggregator .feed {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1em 0 1em 0;
}
#aggregator .news-item .source {
  color: #999;
  font-style: italic;
  font-size: 0.85em;
}
#aggregator .title {
  font-size: 1em;
}
#aggregator h3 {
  margin-top: 1em;
}
#tracker th {
  text-align: center;
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #fafafa;
}
#tracker th img {
  float: right;
}
#tracker tr.light, #tracker tr.dark {
  background-color: #fff;
}
#tracker td {
  vertical-align: top;
  padding: 1em 1em 1em 0;
  border-bottom: 1px solid #bbb;
}
#forum {
  margin: 15px 0 15px 0;
  background-color: #fff;
}
#forum table {
  width: 100%;
  border: 2px solid #69c;
}
#forum table tr th {
  text-align: center;
  background: #69c;
  color: #fff;
  font-size: 0.75em;
  border-bottom: 1px solid #aaa;
}
#forum table tr th a  {
  color: #fff;
  text-decoration: underline;
}
#forum table tr th img  {
  margin: 0;
}
#forum tr.dark {
  background: #e0edfb;
}
#forum tr.light {
  background: #fff;
}
#forum td {
  padding: 0.5em 0.5em 0.5em 0.5em;
}
#forum td.container {
  color: #000;
  background: #369 url(forum-container.jpg) right top no-repeat;
  border: 2px solid #69c;
}
#forum td.container a {
  color: #e4e9eb;
  padding: 20px 0 20px 35px;
  background: transparent url(forum-link.png) left center no-repeat;
}
#forum td.container a:visited {
  color: #e4e9eb;
}
#forum td.statistics, #forum td.settings, #forum td.pager {
  height: 1.5em;
  border: 1px solid #bbb;
}
#forum td .name {
  color: #96c;
}
#forum td .links {
  padding-top: 0.7em;
  font-size: 0.9em;
}
.block-forum h3 {
  margin-bottom: .5em;
}
.calendar a {
  text-decoration: none;
}
.calendar td, .calendar th {
  padding: 0.4em 0;
  border-color: #888;
}
.calendar .row-week td a {
  padding: 0.4em 0;
}
.calendar .day-today {
  background-color: #69c;
}
.calendar .day-today a {
  color: #fff;
}
.calendar .day-selected {
  background-color: #148;
  color: #fff;
}
.calendar .header-week {
  background-color: #ccc;
}
.calendar .day-blank {
  background-color: #ccc;
}
.calendar .row-week td a:hover {
  background-color: #fff; color: #000;
}
#presentation_ia {
  width: 48%;
  float: right;
  border: 1px solid #69c;
  padding: 3px;
}
#presentation_xx {
  width: 48%;
/*  float: left;*/
  border: 1px solid #69c;
  padding: 3px;
}
.block .title {
    background: #8af;
    position:relative;
}
.block .title .titletop div { background: url(bloccotl.png) no-repeat top left; }
.block .title .titletop { background: url(bloccotr.png) no-repeat top right; }
.block .titlebot div { background: url(bloccobl.png) no-repeat bottom left; }
.block .titlebot { background: url(bloccobr.png) no-repeat bottom right; }
.titletop div, .titletop, .titlebot div, .titlebot {
  width: 100%;
  height: 10px;
  font-size: 1px;
  background: #8af;
}
.block .title h3 {
  color: #fff;
  font-size: 16px;
  min-height: 18px;
  padding-left: 10px;
  margin-top: -10px;
  margin-bottom: -10px;
}
/* colores de fundo del bloccos */
.block .content { background: #ecf5ff; }
a#zoomin {
  background: url(lente_p.png) no-repeat right;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
}
a#zoomout {
  background: url(lente_m.png) no-repeat left;
  padding-left: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
}
DIV#tornaalto {
  float: right;
  font-size: 0.8em;
  margin-right: 1cm;
}
DIV#tornaalto img {
  display: inline;
  vertical-align: bottom;
}
.linea_sum {
  vertical-align: top;
}
.data_sum {
  white-space: nowrap;
}
.cerca {
  white-space: nowrap;
  vertical-align: middle;
}
#block-block-5 .content {
  background: #ffecec;
  padding: 2px 5px 5px 5px;
/*  border: 2px solid #3333ff;*/
  border-top: 0px;
  margin-top: 0px;
}
#block-block-5 .title { background: #cc0000; }
.novas_recente { vertical-align: top; }
#main#fronte {
  padding: 0;
}
TABLE.gram TD {
    font-style: italic;
}
/* dynamic menus */
#block-user-1 ul li { position: relative; }
#block-user-1 ul li.collapsed ul { display: none; margin-left: 0px; list-style: inside; width: 15em; border:1px solid #a5c8ff;}
#block-user-1 ul li.collapsed:hover > ul { display: block; position: absolute; top: 0px; left: 100%;}

/* interlingua.com/lulu */
TD.contentListInfo {
  padding: 10px 30px;
}

/* listas de definition (Martijn 29 maio 2013) */
dl dt { font-style: italic; color: #148; margin-top: .5em; }

/****** BUTTONES DEL NOVE PAGINA PRINCIPAL (Martijn) ******/

ul.buttones {
	display: table;
	width: 100%;
	margin: 0 0 16px 0;
	padding: 0;
	text-align: center;
	white-space: nowrap;
}

ul.buttones li {
	display: table-cell;
	width: 96px;
	height: 120px;
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}

/* face le area cliccabile extender trans tote le button */
ul.buttones li a {
	display: inline;
	text-decoration: none;
}

ul.buttones li span.texto {
	display: block;
	color: black;
	font: normal normal bold 14px Helvetica,Arial,sans-serif;
	padding-top: 6px;
}

ul.buttones li:hover span.texto {
	text-decoration: underline;
}

ul.buttones li span.imagine img {
	margin: 16px auto;
	border: none;
}

/*
ul.buttones li.nigre {
	background-image: url('/imagines/paginaprincipal/circulo-nigre.png');
}
*/
ul.buttones li.verde {
	background-image: url('/imagines/paginaprincipal/circulo-verde.png');
}
ul.buttones li.purpuree {
	background-image: url('/imagines/paginaprincipal/circulo-purpuree.png');
}
ul.buttones li.safran {
	background-image: url('/imagines/paginaprincipal/circulo-safran.png');
}
