ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

body
{
  
}

#ciclo-header
{
  height: 290px;
  background-image: url(/images/ciclo-header-bg.png);
  background-repeat: repeat-x;
  position: relative;
}

#ciclo-header-inner
{
  width: 965px;
  margin: auto;
  position: relative;
  height: 150px;
}

#ciclo-header #ciclo-header-menu li
{
  list-style: none;
  display: inline;
}

#ciclo-header #ciclo-header-menu li a
{
  float: left;
  display: block;
  padding: 10px 20px 10px 20px;
  font-size: 23px;
  color: #FFFFFF;
  font-family: Garamond, Arial, sans-serif;
}

#ciclo-header #ciclo-header-menu li a:hover, #ciclo-header #ciclo-header-menu li a.active
{
  background-image: url(/images/ciclo-header-arr.png);
  background-repeat: no-repeat;
  background-position: 50% top;
  text-decoration: none;
}

#ciclo-header-in
{
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(/images/ciclo-header-bg2.png);
  background-repeat: no-repeat;
  width: 1200px;
  height: 240px;
}

#ciclo-header-logo
{
  position: absolute;
  bottom: 10px;
  left: 0;
}


#ciclo-main
{
  width: 1200px;
  margin: auto;
  background-color: #f6eaea;
  margin-top: 10px;
}

h1
{
  font-family: Garamond, sans-serif;
  font-size: 50px;
  color: #c40808;
  font-weight: normal;
  margin-bottom: 10px;
}

h2
{
  font-family: Garamond, sans-serif;
  font-size: 30px;
  color: #c40808;
  font-weight: normal;
  margin-bottom: 10px;
}

h3
{
  font-size: 14px;
}

#ciclo-main-content
{
  background-image: url(/images/ciclo-footer-bg.png);
  background-repeat: no-repeat;
  background-position: left bottom;
}

#ciclo-content
{
  width: 965px;
  margin: auto;
  padding-bottom: 20px;
}

#ciclo-right
{
  width: 30%;
  float: right;
  background-image: url(/images/ciclo-right-bg.png);
  background-repeat: repeat-x;
  background-color: #f3dede;
  border-left: 3px solid #c40808;
}

#ciclo-right-inner
{
  padding: 10px;
}


#ciclo-right table tr td, #ciclo-right table tr th
{
  padding: 5px;
}

#ciclo-right table tr.odd td, #ciclo-right table tr.odd th
{
  background-color: #ecbebe;
}

#ciclo-right table th
{
  font-weight: bold;
}

#ciclo-left
{
  width: 69%;
  float: left;
}

#ciclo-left-inner
{
  padding-right: 10px;
}

#ciclo-footer
{
  border-top: 3px solid #3a4232;
  background-color: #c40808;
  padding: 10px 0 10px 0;
  color: #FFFFFF;
}

#ciclo-footer-inner, #ciclo-footer-top
{
  width: 965px;
  margin: auto;
}


#ciclo-footer #ciclo-footer-menu
{
  width: 100%;
}

#ciclo-footer #ciclo-footer-menu li
{
  list-style: none;
  display: inline;
}

#ciclo-footer #ciclo-footer-menu li a
{
  float: left;
  display: block;
  padding: 0px 10px 0px 10px;
  text-decoration: underline;
  color: #FFFFFF;
}

#ciclo-footer-top
{
  height: 145px;
  margin-top: 30px;
}