/*########################################
              GENERAL CSS
########################################*/
html {
  hheight: 100%;
  width: 100%;
}
body { 
  background: #1e2e3d;
  text-align: center; 
  margin: 0px;
  border:0px;
  width: 100%;
}
.clear{
  clear:both;
  overflow:hidden;
  ffloat:left;
  height:0px;
}
.float-right{
  float:right;
}
.float-left{
  float:left;
}
a:visited, a:active, a:link{
  color:#535353;
  font-weight: bold;
  text-decoration:none;
}
a:hover{
  color:#d10303;
  font-weight: bold;
  text-decoration:none;
}
.light {
  color:#f7dd83;
}
img {
  border:none;
}
/*########################################
              MAIN LAYOUT
########################################*/
#top-background {
  background: url("../images/top-background.jpg");
  background-repeat:repeat-x;
	width: 100%;
  margin: 0 auto;
  padding:0px;
  height:469px;/*borrar*/
  bborder:1px solid #00ff88;
}
#header {
  background: url("../images/header.jpg");
  width:794px;
  margin: 0 auto;
  bborder:1px solid #00ff00;
}
#content{
  background: #ffffff;
  width:744px;
  margin: 0 auto;
  text-align:left;
  font-family:Arial;
  font-size:11px;
  color:#000000;
  padding:25px;
  bborder:1px solid #00ff00;
}

#footer {
  background: url("../images/footer.jpg");
	width: 794px;
	height:124px;
	text-align:center;
  font-family: Arial;
  font-size: 12px;
  color:#000000;
  margin: 0 auto;
  padding-top:5px;
}
/*########################################
                 HEADER 
########################################*/
#top {
  background: url("../images/top.jpg");
  width:794px;
  height:245px;
  font-family:Verdana;
  font-weight: bold;
  font-size:10px;
  color:#ffffff;  
  text-align:right;
}
/*########################################
                 NAV
########################################*/
#nav img {
  float:left;
}
/*########################################
                 SUSCRIBE BOX
########################################*/
#suscribe  {
  width:290px;
  height:105px;
  padding-top:67px;
  padding-left:104px;
  background: url("../images/suscribe.jpg");
  font-family:Arial;
  font-size:12px;
  color:#ffffff;
  font-weight:bold;
  line-height:32px;
  text-align:center;
}
#suscribe .textbox{
  width:115px;
  background:#ffffa0;
  font-family:Arial;
  font-size:11px;
  font-weight:normal;
}
#suscribe .button{
  font-family:Arial;
  font-size:11px;
  font-weight:bold;
}
/*########################################
            CONTACT PAGE
########################################*/
#contact-form .left{
  float:left;
  width:100px;
  line-height:19px;
}
#contact-form .right{
  float:left;
  width:350px;
}
#contact-form .textbox{
  width:300px;
  background:#ffffa0;
  font-family:Arial;
  font-size:11px;
  font-weight:normal;
  padding:3px;
}
#contact-form .textarea{
  width:300px;
  height:200px;
  background:#ffffa0;
  font-family:Arial;
  font-size:11px;
  font-weight:normal;
  padding:5px;
}
#suscribe .button{
  font-family:Arial;
  font-size:11px;
  font-weight:bold;
}