body
{
   background-color:#000000;
   font-family:'trebuchet ms', verdana;
   font-size:13px;
   margin:0;
   padding:0;
   text-align:center;
}

img
{
   border:0;
}

a, a:active, a:visited
{
   color:#FFFFA0;
   text-decoration:none;
}

a:hover
{
   text-decoration:underline;
}

#borders
{
   width:954px;
   margin:0 auto;
   background:black;
   text-align:center;
}

#page
{
   width:950px;
   margin:0 auto;
   text-align:justify;
   background:#303030;
}

#header
{
   background-image:url('images/logo.jpg');
   background-repeat:no-repeat;
   width:950px;
   height:150px;
   float:left;
}

#header a
{
   display:block;
   height:150px;
}

.cleaner
{
   clear:both;
   background:#E9E3C8;
   font-size:2px;
   height:2px;
}

#content
{
}

#content_left
{
   padding:15px;
   width:620px;
   float:left;
   color:#FFFFFF;
   background:#303030;
   background-image:url('images/backleft.png');
   background-repeat:repeat-x;
}

#content_right
{
   color:#FFFFFF;
   background:#303030;
   background-image:url('images/backleft.png');
   background-repeat:repeat-x;
   padding:15px;
   width:270px;
   float:left;
   height:300px;
}

#footer
{
   clear:both;
   height:32px;
   line-height:32px;
   padding-left:15px;
   padding-right:15px;
   border-bottom:2px solid black;
/*
   border-top:15px solid #794B22;
   border-bottom:2px solid #E9E3C8;
   padding-left:120px;
*/
   background-image:url('images/footer.jpg');
   font-size:10px;
   color:#999999;
}

#menu
{
   width:950px;
}

#menu ul
{
   list-style-type:none;
   padding:0;
   margin:0;
}

#menuleft
{
   float:left;
   width:687px;
}

#menuright
{
   float:left;
   width:263px;
   height:40px;
   background-image:url('images/menuright.jpg');
}


#banner
{
   width:950px;
   height:120px;
   background:#86B23F;
}

h1
{
   padding:0;
   margin:0px 0px 15px 0px;
   color:#FFFFFF;
   height:40px;
   font-size:25px;
   background-image:url('images/titulo.jpg');
   background-repeat:no-repeat;
}

input, select, textarea
{
   width:80%;
}

#submitbutton
{
   color:#fff;
   width:304px;
   background: url(images/menu/button4.gif) no-repeat;
   height:40px;
   line-height:40px;
   font-size:11px;
   font-weight:bold;
   padding:0;
   cursor:pointer;
}

ul li a { cursor: pointer; }

