@charset "utf-8";
/* CSS Document */
@import "menu.css";
@import "screen.css";

* {margin:0;padding:0;border:0;}
html {height:100%;}

p { font-family: "Georgia", Times New Roman, Times, serif; color:#000; font-size:14px; font-weight:normal; line-height:20px; text-align:justify;}
h1 { font-family:"Georgia", Times New Roman, Times, serif; color:#000; font-size:20px; font-weight:bold;}
h2 { font-family:"Georgia", Times New Roman, Times, serif; color:#000; font-size:20px; font-weight:normal;} 
h3 { font-family:"Georgia", Times New Roman, Times, serif; color:#e5ce78; font-size:18px; font-weight:normal;}
a{color:#000;}
a:hover { text-decoration:none;}
body{ background:#000; margin:0;}

#border { }
#border img {border:#fff 4px solid;}

#wrap{ background:#e9dec0; width:841px; height:auto; margin:25px auto; border:6px solid #fff;}
#header { height:112px;}
#btn { height:30px; background:#cdba5f;}
#content{ height:auto; padding:30px 25px; }
#home{height:auto; padding:0;}

#pie{ height:91px;}
#pie span {font-family:"Georgia", Times New Roman, Times, serif; color:#000; font-size:9.5px; padding-left:27px;}
#pie a {color:#000; text-decoration:underline;}
#pie a:hover {color: #666666;}

#form{}
.input { border:#ccc 1px solid; width:250px; height:20px;}
.textarea {border:#ccc 1px solid; width:250px; height:50px;}
.enviar { background: url(image/enviar_reserve.gif) no-repeat; color:#fff; width:250px; height:29px; font-weight:bold;cursor:pointer; border:0; margin:7px 0 0 0;}