@charset "utf-8";
/* YUI 2 Reset CSS */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ""; }

abbr, acronym {
  border: 0; }

a, button {
  outline: none; }

/* Structure */
html, body, #wrap_footer {
  height: 100%;
  min-width: 980px; }

body > #wrap_footer {
  height: auto;
  min-height: 100%; }

#main {
  padding-bottom: 64px; }

#footer {
  position: relative;
  margin-top: -64px;
  height: 64px;
  clear: both;
  min-width: 980px; }

.wrap_center {
  width: 980px;
  margin: 0 auto;
  overflow: hidden; }

.box1 {
  width: 150px; }

.box2 {
  width: 315px; }

.box3 {
  width: 480px; }

.box4 {
  width: 645px; }

.box5 {
  width: 810px; }

.box6 {
  width: 975px; }

.box1,
.box2,
.box3,
.box4,
.box5,
.box6 {
  float: left;
  margin: 0 15px 0 0; }

.lastbox {
  margin: 0; }

/* Clear Fix (used in footer) */
.clearfix {
  display: inline-block; }
  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

@font-face {
  font-family: Gotham;
  src: url("../fonts/Gotham-Bold.otf"); }

body {
  font-family: Arial, Tahoma;
  background: #f5f5f5;
  font-size: 62.5%;
  line-height: 2em;
  color: #5e5e5e;
  text-align: justify; }

a {
  color: #1567a1;
  text-decoration: none;
  outline: none; }
  a:hover {
    color: #0084c1;
    text-decoration: underline; }

.fright {
  float: right; }

.fleft {
  float: left; }

.text-center {
  text-align: center; }

.clear {
  clear: both; }

.gotham18,
.gotham16,
.gotham14 {
  font-family: Gotham, arial;
  font-weight: bold; }

.gotham18 {
  font-size: 1.8em; }

.gotham16 {
  font-size: 1.6em; }

.gotham14 {
  font-size: 1.4em; }

.georgia18,
.georgia14,
.georgia12 {
  font-family: Georgia, arial; }

.georgia18 {
  font-size: 1.8em; }

.georgia14 {
  font-size: 1.4em; }

.georgia12 {
  font-size: 1.2em; }

.title {
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #dfdfdf;
  /* text-shadow: 1px 1px 0 #fff */ }

.sh-black {
  text-shadow: 1px 1px 0 black; }

p {
  font-size: 1.2em;
  line-height: 1.4em;
  margin-bottom: 10px; }
  p a {
    font-weight: bold; }

.p20 {
  margin-bottom: 20px; }

.p10 {
  margin-bottom: 10px; }

.p5 {
  margin-top: 15px;
  margin-bottom: 5px; }

span.bullet1 {
  font-style: italic;
  padding-left: 15px;
  background: transparent url("../img/ico-bullet1.gif") no-repeat 0 1px;
  *background: transparent url("../img/ico-bullet1.gif") no-repeat 0 4px; }

li.bullet1 {
  padding-left: 15px;
  background: transparent url("../img/ico-bullet1.gif") no-repeat 0 4px; }

span.bullet2 {
  font-style: italic;
  padding-left: 15px;
  background: transparent url("../img/ico-bullet2.gif") no-repeat 0 4px; }

.box4 .bg-blue,
.box4 .bg-gray,
.box4 .bg-white {
  padding: 20px; }

.box2 .bg-blue,
.box2 .bg-gray,
.box2 .bg-white {
  padding: 10px; }

.box4 .bg-gray a{
	color:#49ABE6;
}

.bg-blue,
.bg-gray,
.bg-white {
  overflow: hidden;
  margin-bottom: 15px; }

.bg-blue {
  color: white;
  background: #0084c1; }

.bg-gray {
  color: #eeeeee;
  background: #242424; }

.bg-white {
  color: #5e5e5e;
  background: white;
  border: 1px solid #dfdfdf; }

hr {
  border: none;
  border-bottom: 1px solid #ececec;
  padding-top: 10px; }

#header {
  background: #1567a1;
  height: 110px; }

#logo-header {
  width: 310px;
  height: 75px;
  display: block;
  position: absolute;
  text-indent: -9999px;
  background: transparent url("../img/logo-header.jpg") no-repeat;
  margin: 17px 0 0 -45px; }

#tabs {
  float: left;
  height: 34px;
  background: transparent url("../img/bg-menu.gif") no-repeat right -35px; }
  #tabs li {
    float: left;
    height: 34px;
    background: transparent url("../img/bg-menu.gif") no-repeat left -35px; }
    #tabs li a {
      color: white;
      text-decoration: none;
      text-transform: uppercase;
      display: block;
      padding: 7px 15px; }
      #tabs li a:hover {
        color: #0084c1;
        text-decoration: none; }
    #tabs li.current {
      background: #f5f5f5; }
      #tabs li.current a {
        color: #1567a1; }
        #tabs li.current a:hover {
          text-decoration: none; }

#search {
  float: right;
  width: 315px;
  margin-top: 25px; }
  #search label {
    display: block;
    font-size: 1.2em;
    color: white; }
  #search #s {
    float: left;
    font-size: 1.8em;
    width: 205px;
    height: 27px;
    padding: 0 5px;
    margin: 4px 10px 0 0;
    border: none;
    color: #5e5e5e;
    background: transparent url("../img/bg-search.gif") no-repeat 0 0; }
  #search #searchsubmit {
    float: left;
    font-size: 0px;
    text-indent: -9999px;
    width: 90px;
    height: 27px;
    line-height: 0px;
    display: block;
    margin: 4px 0 0 0;
    border: none;
    cursor: pointer;
    background: transparent url("../img/button-search.gif") no-repeat 0 0; }

#menu {
  height: 34px;
  border-top: 1px solid black;
  background: black url("../img/bg-menu.gif") repeat-x; }

#content {
  background: transparent url("../img/bg-content.jpg") repeat-x bottom; }
  #content .wrap_center {
    padding-top: 20px;
    padding-bottom: 20px; }

.post {
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #dfdfdf; }

.calendar {
  width: 42px;
  height: 50px;
  display: block;
  margin-right: 10px;
  text-align: center;
  background: transparent url("../img/ico-calendar.gif") no-repeat 0 0; }
  .calendar .month,
  .calendar .day,
  .calendar .year {
    width: 42px;
    display: block; }
  .calendar .month {
    font-family: Century Gothic, Arial;
    color: white;
    font-size: 1.2em;
    line-height: 1.2em;
    font-weight: bold; }
  .calendar .day {
    font-family: Century Gothic, Arial;
    color: #999999;
    font-size: 1.8em;
    line-height: 1.4em;
    font-weight: bold; }
  .calendar .year {
    font-family: Century Gothic, Arial;
    color: #999999;
    font-size: 1em;
    line-height: 0.6em; }

#nav {
  font-family: Gotham, arial;
  font-size: 1.2em;
  text-transform: uppercase;
  text-align: center; }
  #nav a, #nav span {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
  #nav a {
    color: white;
    padding: 5px 15px;
    background: #1567a1; }
    #nav a:hover {
      background: #0084c1;
      text-decoration: none; }
  #nav span {
    color: #5e5e5e;
    padding: 10px 15px;
    background: #dfdfdf; }

#registrate,
#infoelder {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

#inscribete {
  font-size: 0px;
  text-indent: -9999px;
  width: 139px;
  height: 37px;
  line-height: 0px;
  display: block;
  margin: 12px auto;
  border: none;
  cursor: pointer;
  background: transparent url("../img/button-inscription.gif") no-repeat 0 0; }

#logo-infoelder {
  width: 215px;
  height: 80px;
  display: block;
  text-indent: -9999px;
  background: transparent url("../img/logo-infoelder.jpg") no-repeat;
  margin: 0 0 0 45px; }

.photo-large {
  float: left;
  margin-right: 15px; }

.photo,
.photo-mini {
  float: left;
  display: block;
  margin-right: 10px;
  padding: 2px;
  border: 1px solid #dadada; }

.photo {
  width: 133px;
  height: 133px; }

.photo-mini {
  width: 69px;
  height: 69px; }

.list {
  float: left;
  width: 155px; }

.zend_form {
  overflow: hidden;
  margin-top: 20px; }
  .zend_form dt {
    float: left;
    clear: left;
    width: 114px;
    margin-right: 15px;
    margin-bottom: 15px;
    padding-left: 15px;
    background: transparent url("../img/ico-bullet1.gif") no-repeat 0 4px;
    color: #5e5e5e;
    font-size: 1.2em;
    font-weight: bold; }
  .zend_form dd {
    float: left;
    width: 459px;
    margin-bottom: 15px; }
  .zend_form input,
  .zend_form textarea {
    border: 1px solid #bbbbbb;
    padding: 2px;
    width: 315px;
    color: #242424; }
  .zend_form #categoria-1,
  .zend_form #categoria-2,
  .zend_form #categoria-3,
  .zend_form #categoria-4,
  .zend_form #categoria-5,  
  .zend_form #alta {
    width: auto;
    margin-right: 5px;
    vertical-align: top; }
  .zend_form #categoria-element label {
    font-size: 1.2em; }
  .zend_form #Enviar-label,
  .zend_form #Alta-label {
    display: none; }
  .zend_form #Enviar-element,
  .zend_form #Alta-element {
    width: 100%;
    font-size: 1.2em; }
    .zend_form #Enviar-element .layout,
    .zend_form #Alta-element .layout {
      margin-bottom: 10px; }
  .zend_form #Enviar-element {
    text-align: center; }
  .zend_form #Enviar {
    font-size: 0px;
    text-indent: -9999px;
    width: 139px;
    height: 37px;
    line-height: 0px;
    display: block;
    margin: 12px auto;
    border: none;
    cursor: pointer;
    background: transparent url("../img/button-save.gif") no-repeat 0 0; }
  .zend_form .errors {
    color: red; }

.banner-container {
  float: left;
  width: 220px;
  height: 95px;
  overflow: hidden;
  margin-right: 15px;
  margin-bottom: 15px; }

.banner {
  width: 216px;
  height: 85px;
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.banner-code {
  float: left;
  margin-bottom: 15px; }
  .banner-code textarea {
    border: 1px solid #bbbbbb;
    padding: 2px;
    width: 350px;
    height: 85px;
    color: #242424;
    font-size: 1.1em;
    font-family: arial; }
.layout{
	background-color:#FFFDDD;
	border:1px solid #BBB999;
	padding:5px;
	font-size:12px;
	color:#040;
	display:none;
	position:absolute;
	width:500px;
}
#footer {
  background: #242424;
  height: 60px;
  border-top: 4px solid #1567a1;
  text-align: center; }
  #footer .wrap_center {
    margin-top: 20px;
    color: white;
    font-size: 1.2em; }
    #footer .wrap_center a {
      color: white; }
      #footer .wrap_center a:hover {
        color: #1567a1; }

#logo-footer {
  width: 134px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  text-indent: -9999px;
  background: transparent url("../img/logo-footer.jpg") no-repeat 0 0; }
  #logo-footer:hover {
    background: transparent url("../img/logo-footer.jpg") no-repeat 0 -12px; }

