/*Documento CCS style_dores_lazer.css*/

body  {    
        margin: 0;     
	padding: 0;    
	background: beige; /*#DDD;*/
	background-image:url(/static/img/girassois.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, .p, #footer{
	  min-width: 240px;
	  width: 240px;
	 /*background-color: aqua;*/
  }
}     
	     
#container{
	border: 1px dotted black;
        width: 55%;
	padding: 1.25em;
	margin: 0 auto;
        background: beige;
	box-shadow: 0.1em 0.5em 0.625em 0.1em;
	}
p{
      /*border: 1px dotted #E3BC58;*/
	width: 80%;
	margin: 0.625em auto;/*10px desloca uma div da outra e auto centraliza a div*/
	background-color: #FFFFFF; /*cor de fundo*/
	text-align: center;/*alinhamento justificado. Ocupa todo o espaço em branco*/
	
	border-top-left-radius: 1.25em;
	border-bottom-right-radius: 1.25em;

	webkit-border-top-left-radius: 1.25em;
	webkit-border-bottom-right-radius: 1.25em;
	padding: 1.25em; /*desloca o texto da margem esquerda da div. Não do browser*/
}
	
h1{
  color: #002088;
   text-align:center;
  }	
  	
em{
    font-size: 1.25em;
    color: #B00000;
  }	
  
  li{
   /*list-style:none;*/
   padding-left: 40px;
   font-size: 1.25em;
  }
  
  #footer{  
	width: 90%;  
	height:	40px;
	padding-top: 30px;
	text-align: center;
	clear: both; 
}