/*Documento CSS style_box_museu.css*/
body{
     background-attachment: fixed; /*fixa o fundo*/
     background: url(/static/img/marrom.jpg);
     /*background: beige url(/static/img/marrom.jpg);*/
     /*box-shadow: 50px 60px 60px 50px #000000;
     background-repeat: repeat-x;*/
     margin-top: 10px;
 }
/*Pra dispositivos que tem uma largura mínima de 768 pixels. Tablets, por exemplo.*/
@media screen and (max-width: 720px) {
      #container, HCB_comment_box, .login, .password{
	  min-width: 240px;
	  width: 240px;
	 /*background-color: aqua;*/
  }
}

 #container{ 
	border: 0.1em dotted #000;
	width: 55%;
	/*height: 560px;*/
	margin:0 auto;
	padding-left: 1.4em;
	padding-right: 1.4em;
	background-color: #FFFFFF;
}
a.text{
   /*e todas as propriedades que ele terÃ¡*/
   font-family: Comic Sans MS, Challenge Extra Bold, Arial, Helvetica, sans-serif;
   font-size: 1.6em;
   color: beige;
   margin-left: 3%;
}
 
.p{
color:#CC9900;
text-align: justify;
}

#footer{  
    width:55%;  
    text-align: center;
    margin-left: 20%;
    padding-bottom: 10px;
 } 