*
{
    margin: 0 auto;
    padding: 0;
}

body, html
{
    text-align: center;
        background: #98204D url(../home/images/13.jpg) top left repeat-x;
    font: 10px/14px verdana, arial, sans-serif;
    color: #000;
}

h2
{
    font: 15px Times New Roma, Georgia, serif;
    font-weight: bold;
    color: #921847;
    margin: 20px 0 10px 0;
}

h3
{
    font: 11px Verdana, Arial, Helvetica, sans-serif;
}

h3 a, h3 a:link, h3 a:visited
{
    text-align: right;
    text-decoration: underline;
    color: #921847;
    font-weight: normal;
    padding: 4px 0;
}

h3 a:hover
{
color:#333;
}

p
{
    padding: 10px 0 10px 0;
}

a, a:link, a:visited
{
    color: #fff;
    text-decoration:none;
}

a:hover
{
    text-decoration:underline;
        color:#999;
}

#separador
{
    padding-bottom: 10px;
    border-bottom: 1px dotted #921847;
}

#container
{
    background: #FFFFFF url(../home/images/6.jpg) 260px 0px repeat-y;
    border: #000 1px solid;
    width: 775px;

    /*text-align: center;*/
}

#headerz
{
  position: relative;
  background: #921847 url(../home/images/header-bg.png) top left no-repeat;
  background-size: 775px 169px;
  width: 775px;
  height: 169px;
  border-bottom: #000 1px solid;
}

#topnav
{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 650px;
  height: 28px;
  background: none;
  border: 0;
}

#tonav > ul {
  padding: 0;
  margin: 0;
  display: block;
}

#topnav > ul > li {
  display: inline-block;
}

#topnav ul > li > a {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  color: #98204D;
  padding: 0 6px;
  margin: 0 1px;
  line-height: 28px;
  font-size: 12px;
  font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

#topnav ul > li > a:hover {
  color: #fff;
}

#slider-wrap {
  width: 184px;
  height: 135.5px;
  float: right;
  position: relative;
}

#slider-wrap:before {
  content: "";
  display: block;
  position: absolute;
  height: 135.5px;
  width: 6px;
  z-index: 1;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, #98204D, transparent);
}

.single-slide {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  animation: slider-animation;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  background-size: cover;
  background-color: #98204D;
}

#slide-1 {
  background-image: url(../home/images/SLIDE1.jpg);
}

#slide-2 {
  animation-delay: 5s;
  background-image: url(../home/images/SLIDE2.jpg);
}

#slide-3 {
  animation-delay: 10s;
  background-image: url(../home/images/SLIDE3.jpg);
}

#slide-4 {
  animation-delay: 15s;
  background-image: url(../home/images/SLIDE4.jpg);
}

@keyframes slider-animation {
  0% {
    opacity: 0;
  }
  6% {
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.navigation
{
    list-style: none;
    text-transform: uppercase;
    font-size: 11px;
    float: right;
    width: 665px;
}

.navigation li
{
    float: left;
    padding-top: 10px;
    padding-right: 3px;
    text-align: right;
}

.navigation li.right
{
    float: left;
    padding-top: 10px;
    padding-right: 3px;
}

.navigation li a:link, .navigation li a:visited
{
    text-decoration: none;
    color: #921847;
    display: block;
    padding: 4px 10px 2px 10px;
    font-weight: bold;
}

.navigation li a:hover
{
    color: #FFFFFF;
}

#content
{
    float: left;
    background: #fff url(../home/images/12.jpg) top left no-repeat;
    text-align: left;
    width: 240px;
    padding: 20px 10px 20px 10px;
    /*height: 360px;*/
    min-height: 360px;
}

#rightContent
{
    float: right;
    width: 489px;
    height: auto;
    padding: 10px;
}

#foot
{
    clear: both;
    background: #98204D url(../home/images/8.jpg) top left repeat-x;
    text-align: center;
    padding: 10px 0 10px 0;
    height: 40px;
    min-height: 20px;
    border-top: #000000 1px solid;
}

#emailform
{
    padding-bottom: 5px;
}

#emailform input
{
    font: 1.0em 'Lucida Grande', Verdana, Arial, Sans-Serif;
    background: url(../home/images/5.gif) top left no-repeat;
    border: 1px solid #921847;
    padding: 2px;
    margin-right: 5px;
}

#emailform textarea
{
    font: 1.0em 'Lucida Grande', Verdana, Arial, Sans-Serif;
    background: url(../home/images/5.gif) top left no-repeat;
    border: 1px solid #921847;
    width: 110px;
    height: 95px;
    padding: 2px;
}

#submenu
{
    padding: 0px;
    width: 100%;
    background-color: #666;
    border-top:#999 3px solid; 
}