html
{
  height: 100%;
}

body
{
  height: 100%;
  font-family: "new_ciclegordita" , Sans-Serif !important;
  font-size:20px;
  background-color: #84596B;
  margin: 0;
}

a
{
  color: blue;
  text-decoration: none;
}

h1
{  
}

h2
{
  padding-top: 0;
  margin-top: 0;
}

h3
{
  margin: 0;
  color: black;
}

div.page
{
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin: 0px auto auto;
  text-align: left;  
}

div.main
{
  position: relative;
  top: 0px;
  width: 1072px;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  
  border: 0px solid;
  border-bottom: 0;
  /*border-radius: 10px 10px 0 0;*/
  background-color: oldlace;
  /*background: linear-gradient(#500);*/
}

div.navigation
{
  position: absolute;
  top: 210px;
  left: 15px;
  width: 280px;
  padding: 15px;

  border: 0px solid;
  border-radius: 3px;

  background-color: #CECFCE;
  /*background-color: #CECFCE;*/
  /*background: linear-gradient(#C9E,#FB9);*/
}

div.description
{
  font-size: 16px;
  /*color: #B58AA5;*/
  color: #641B30;
}

div.content
{
  position: relative;
  top: 40px;
  left: 360px;
  width: 720px;
}

div.header
{
  text-align: center;
  text-decoration: capitalize;
}

div.header img
{
  padding: 12px;  
}