@charset "UTF-8";
html, body{height:100%}
body { background-image: url(../images/bottom_bg.png); background-repeat: repeat-x; background-position: bottom; margin:0;}
#header { background-image: url(../images/header_bg.jpg); background-repeat: no-repeat; background-position: center top; height: 140px; text-align:center }
#container .brand { float: left; width: 340px; text-align: center; line-height: 18px; }
#container { width: 1020px; margin-top: 0px; margin-right: auto; margin-bottom: 0px; margin-left: auto; font-family: Georgia; font-size: 11px; color: #777; padding-bottom:70px; display: block; }
#contact_form_window { background-image: url(../images/contact_form_bg.png); background-repeat: no-repeat; background-position: center top; height: 260px; width: 180px; padding:40px 20px 20px  }
#contact_form_contents{width:170px}
#container .brand .sucursal { padding-top: 10px; padding-right: 0px; padding-bottom: 10px; padding-left: 0px; }
#newsletter_form_window { background-image: url(../images/newsletter-form_bg.png); background-repeat: no-repeat; background-position: center top; height: 180px; width: 180px; padding:40px 20px 20px; }
#contact_form_contents p,#contact_form_window p,#newsletter_form_window p { font-size: 16px; font-style: italic; color: #777; text-align: center; margin:5px 0 10px }
#contact_form_window img, #newsletter_form_window img{cursor:pointer}
#contact_form_window input[type=text],#contact_form_contents input[type=text],#newsletter_form_window input[type=text],textarea{border:1px solid #ccc;background:#fff;padding:5px;width:160px;font-family:Georgia;font-size:12px;margin: 3px 0}

/*placement*/
#forms{position:relative;display:block;width:340px;margin:0 auto;}
#contact_form_window, #newsletter_form_window{position:absolute;z-index:999;}
#contact_form_window{top:30px;left:0}
#newsletter_form_window{top:30px;right:20px}
