@charset "UTF-8";
@media (min-width: 48em) {
  html {
    font-size: 18px;
  }
}

body {
	font-family: 'Quicksand', sans-serif;
	text-align: left;
	color: #000;
  	background: #f7f7f7;
}

.Principal { max-width: 900px; width:100%; margin:0 auto; display:block; background: #000; -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.5); box-shadow: 0 0 20px 0 rgba(0,0,0,0.5); }

#header_html { padding: 20px !important; background: #EEE !important; color: #3f3844 !important; border-bottom: 1px solid #666 !important; }
#header_html .logo { width: 120px !important; height: auto !important; }
#header_html .btn2 { border: 1px #999999 solid !important; }

#body_html { padding: 15px !important; background: #FFF !important; }

#footer_html { padding: 20px !important; background: #333 !important; color: #CCC !important; }
#footer_html .logo { width: 50px; height:auto; }
#footer_html a { color: #CCC !important; text-decoration: underline !important; }


.vertical_220x500 { width: 100% !important; height: auto !important; }