/*Documento CSS style_culinaria_massa_basica.css*/
body  {    
       margin: 0;     
	padding: 0;    
	background: beige; /*#DDD;*/
	background-image:url(/static/img/textura-tijolos-aparente.jpg);
	/*background-repeat: no-repeat;
	background-position: 5px;*/
	}   

 /*Pra dispositivos que tem uma largura mínima de 768 pixels. Tablets, por exemplo.*/
@media screen and (max-width: 720px) {
      #container, span, #footer{
	  min-width: 240px;
	  width: 240px;
	 /*background-color: aqua;*/
  }
}	   
	     
#container {
	border: 0.1em dotted #EBD699;
	width: 60%;
	/*height: 1900px;*/
	padding: 0.5em;
	margin: 0 auto;
        background: #FAF5E6;
	}
	
  em{
    font-size: 1em;
  }
  h1{
    color: #002088;
    text-align: center;
  }

  h3{
    text-align: center;
  }
  
  h2, h4{
   text-align: center;
   color: #B00000;
  }
  
 span{
       /*border: 1px dotted black;*/
	width: 45%;
	float: left;
	margin: 0.5em;/*Afasta das margens do container e centraliza com relação a div da imagem*/
	padding: 0.5em; /*afasta o texto das laterais do box*/
	color: #002088;
	text-align:center;
	box-shadow: 0.1em 0.2em 0.1em 0.2em #686868;/*o 1º número é da sombra direita, o 2º é da parte debaixo*/
  }
 
#footer{  
	width: 90%;  
	height:	60px;
	padding-top: 5px; 
	text-align: center;
	clear: both;    
	} 
	
