body {
   font-size: 0.9em;
   font-family: bitstream vera sans,sans-serif;
   margin: 0;
   padding: 0;
   /* (The background color is specified elsewhere, so do a global replacement if it ever changes) */
   background-color: #ecf8d9;
   /* background-color: #ffffff; */
   /* background-image: url(../imatges/fons.png); */ 
   background-repeat: no-repeat;
   /* /background-color: #bcd09a; */
}

a:link {
   color: #900;
}
a:visited {
   color: #48468f;
}
a:hover {
   color: #f20;
}
a[name] {
   color: inherit;
   text-decoration: inherit;
}

#cedricat-header {
   background-color: #424141;
   height: 91px;
}
#cedricat-header img {
   border: 0;
   vertical-align: middle;
}
#cedricat-header-logo {
   /* position is offset by the header padding amount */
   /*position: absolute;*/
   left: 0px;
   top: 0px;
   z-index: 0;
   background-color: #424141;
}


#cedricat-header-logo-left img  {
   float: left;
}  

#cedricat-header-logo-right img  {   
   float: right;
} 

#cedricat-header-items {
   /* position is offset by the header padding amount */
   position: absolute;
   right: 10px;
   top: 15px;
   text-align: right;
   display: inline;
}
#cedricat-header-items a {
   color: #000;
   text-decoration: none;
   padding: 7pt;
   font-size: 0.8em;
}
#cedricat-header-items a:hover, #cedricat-header-search-button:hover {
   color: #f20;
   cursor: pointer;
}
#cedricat-header-items img {
   margin-right: 1px;
   width: 36px;
   height: 36px;
}
#cedricat-header-search {
   height: 25px;
}
#cedricat-header-search-entry {
   vertical-align: top;
   margin: 0.65em 4px 0 10px;
   padding: 2px 4px;
   background-color: #f5f5f5;
   border: 1px solid #999;
   font-size: 0.8em !important;
}
#cedricat-header-search-entry:focus {
   background-color: #fff;
   border: 1px solid #555;
}
#cedricat-header-search-button {
   font-size: 0.8em !important;
   vertical-align: top;
   margin-top: 0.2em;
   border: 0;
   padding: 7px;
   background: #fff url('/images/header-search.png') no-repeat left;
   padding-left: 21px;
}
#cedricat-header-items form {
   float: right;
}
#cedricat-header-items input {
   font-size: 0.85em;
}
#cedricat-nav {
   margin: 0;
   padding: 0;
   background-color: #302f2f;
   font-size: 0;
   height: 3px;
   border-top: 1px solid #302f2f;
   border-bottom: 1px solid #302f2f;
}
#cedricat-nav ul {
   margin: 0;
   padding: 0;
}
#cedricat-nav li {
   display: inline;
   list-style: none;
   padding: 0 5pt;
}
#cedricat-nav li + li {
   padding-left: 8pt;
   border-left: 1px solid #99a5bf;
}
#cedricat-nav a {
   color: #c5ccdb;
   text-decoration: none;
}
#cedricat-nav a:hover {
   color: #fff;
}

#cedricat-side-left {
   position: absolute;
   z-index: 2;
   width: 11em;
   /* Space down for the approx line height (fonts) */
   left: 12px;
}
#cedricat-side-right {
   position: absolute;
   z-index: 1;
   width: 13em;
   right: 12px;
   padding-top: 3px;
   }
#cedricat-side-left, #cedricat-side-right {
   top: 2px;
   /* add to the top margin to compensate for the fixed sizes */
   margin-top: 106px;
   color: #000;
   font-size: 0.9em;
}
#cedricat-side-right ul {
   list-style: square inside;
   padding: 0;
   margin: 0;
}

/* Left-side naviagation */
#cedricat-side-nav-label {
   display: none;
}
#cedricat-side-nav {
   list-style: none;
   margin: 0;
   padding: 0;
   border: 1px solid #00765d;
   border-top: 0;
   background-color: #a2c664;

}
#cedricat-side-nav li {
   margin: 0;
   padding: 0;
   border-top: 1px solid #00765d;
   /* IE/Win gets upset if there is no bottom border... Go figure. */
   border-bottom: 1px solid #a2c664;
}
#cedricat-side-nav a {
   margin: 0;
   color: #00765d;
   display: block;
   text-decoration: none;
   padding: 4px 6px;
}
#cedricat-side-nav a:hover {
   background-color: #99C54C;
   color: #fff;
}
#cedricat-side-nav ul {
   list-style: none;
   margin: 0;
   padding: 0;
}
#cedricat-side-nav ul li {
   border-top: 1px solid #00765d;
   background-color: #bdd692;
   /* IE/Win gets upset if there is no bottom border... Go figure. */
   border-bottom: 0px solid #00765d;
}
#cedricat-side-nav ul li:hover {
   border-bottom: 1px solid #99C54C;
}
#cedricat-side-nav ul li a {
   padding-left: 12px;
   color: #00765d; 
   font-size: 11px;
   border-bottom: 0px solid #00765d;
}
#cedricat-side-nav ul li a:hover {
   /*background-color: #ecf8d9;*/
   background-color: #bdd692;
   border-bottom: 0px solid #00765d;
}
#cedricat-side-nav ul ul li a {
   padding-left: 18px;
   border-bottom: 0px solid #00765d;
}
#cedricat-side-nav strong a {
   font-weight: normal;
   color: #fff !important;
   background-color: #a2c664;
}
#cedricat-side-nav strong a:hover {
   background-color: #99c54c !important;
}

/* content containers */
#cedricat-middle-one, #cedricat-middle-two, #cedricat-middle-three {
   font-size: 0.9em;
   /* position: relative; */ /* relative to utilize z-index */
   width: auto;
   min-width: 120px;
   margin: 10px;
   z-index: 3; /* content can overlap when the browser is narrow */
}
#cedricat-middle-two, #cedricat-middle-three {
   margin-left: 11em;
   padding-left: 24px;
}
#cedricat-middle-three {
   margin-right: 13em;
   padding-right: 24px;
}

#cedricat-content {
   padding: 24px;
   border: 1px solid #00765d;
   background-color: #fff; 
   
}

#cedricat-content > .cedricat-corner-bottom { top: 0 }

.cedricat-corner-tl, .cedricat-corner-tr, .cedricat-corner-bl, .cedricat-corner-br {
   background-color: #ecf8d9;
   position: relative;
   width: 19px;
   height: 19px;
   /* The following line is to render PNGs with alpha transparency within IE/Win, using DirectX */
   /* Work-around for IE6/Mac borkage (Part 1) */
   display: none;
}

.cedricat-corner-tl, .cedricat-corner-bl { float: left; left: 0px; }
.cedricat-corner-tr, .cedricat-corner-br { float: right; right: 0px; }
.cedricat-corner-tl, .cedricat-corner-tr { top: 0px; }
.cedricat-corner-bl, .cedricat-corner-br { bottom: 0px; margin-top: -19px; /* Opera fix (part 1) */ top: -18px;}
       
 /*
html>body .cedricat-corner-tl { background: #ecf8d9 url("../imatges/corner-tl.png") no-repeat left top; }
html>body .cedricat-corner-tr { background: #ecf8d9 url("../imatges/corner-tr.png") no-repeat right top; }
html>body .cedricat-corner-bl { background: #ecf8d9 url("../imatges/corner-bl.png") no-repeat left bottom; }
html>body .cedricat-corner-br { background: #ecf8d9 url("../imatges/corner-br.png") no-repeat right bottom; }
*/

/*
.cedricat-corner-tl { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../imatges/corner-tl.png',sizingMethod='scale'); }
.cedricat-corner-tr { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../imatges/corner-tr.png',sizingMethod='scale'); }
.cedricat-corner-br { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../imatges/corner-br.png',sizingMethod='scale'); }
.cedricat-corner-bl { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../imatges/corner-bl.png',sizingMethod='scale'); }
*/

/* \*/
.cedricat-corner-tl, .cedricat-corner-tr, .cedricat-corner-bl, .cedricat-corner-br {
   /* Restore the view for everything but IE6/Mac (part 2 of the "IE/Mac fix") */
   /*display: block;*/
}


.cedricat-corner-bl, .cedricat-corner-br {
   top: 0px;
}

.content { margin: 0 1em }

#cedricat-sidelist {
   position: relative;
   bottom: 3px;
   margin: 0;
   padding: 3px !important;
   border: 1px solid #bbb;
   background-color: #ccc;
   /*border-radius: 2.5px; */
   /*-moz-border-radius: 2.5px;*/
}
#cedricat-sidelist strong a {
   font-weight: normal;
   background-color: #555;
   color: #fff;
}
#cedricat-sidelist strong a:hover {
   background-color: #333;
   color: #fff;
}
#cedricat-sidelist li {
   list-style-position: outside;
   font-size: 0.9em;
   list-style: none;
   border: 1px solid #ccc;
   border-width: 1px 0;
   padding: 0;
   list-style: none;
}
#cedricat-sidelist li a {
   text-decoration: none;
   display: block;
   padding: 6px 8px;
  /* border-radius: 2.5px;
   -moz-border-radius: 2.5px;
   */
}
#cedricat-sidelist li a:hover {
   background-color: #999;
   color: #eee;
}

#cedricat-footer {
   font-size: 0.75em;
   text-align: center;
   color: #777;
   margin-bottom: 2em;
}
#cedricat-printable {
   text-align: center;
   margin: 1em 0;
   font-size: 0.85em;
}
#cedricat-printable a {
   text-decoration: none;
   padding: 5px 0;
   padding-left: 18px;
   background: transparent url("/images/printable.png") no-repeat left;
}
#cedricat-printable a:hover {
   text-decoration: underline;
}

a.noticia { font-size:12px; font-family:Verdana; text-align: center; color: black; }

