/*Documento CSS style_efeitos_slide_exemplo2.css*/

/*body{
     background-attachment: fixed;
     background-image:url(/static/img/textura-escura2.jpg);
     /*background-repeat: no-repeat;
}*/		 

/*#container{
	 width:670px;
	 height: 90%;/*1950px;
	 border: 1px dotted white;
	 padding: 30px;
	 margin: 0 auto; 
	 background-color: #8FBC8F; /*verde
	 box-shadow: 1px 2px 1px 3px #CC6A13;/*o primeiro número é da sombra direita, o 2º é da parte debaixo
  }*/
  
 
 p{
  font-size: 1em; 
 }
 
 span:hover{
  background:black; 
  color: beige;
  
  }
  
 span{
  width: 35%;
  padding: 0.9em;
  border: 0.4 solid black;
  font-size: 1em; 
  color: black;
  font-family:"lucinda grande", "lucinda sans", verdana, sans-serif;
  background-color: beige; /**/
  margin-left: 1.8em;
  margin-bottom: 50px;
  }

#div{
     width: 50%;
     padding:2em;
     border: 0.4em dotted white;
     /*font:20px verdana;*/
     background-color: blue; /*azul*/
     margin-top: 10px;/*afasta do topo*/
     margin-left: 0.9em;
 }
 
 li{
     font-size:1em;
     color: #B00000;
  }

 h2{
	color: #002059;
	text-align:center;
 }

 h3{
    color: #B00000; 
  }
    
 em{
     color: #B00000;
  }
    
#footer{  
	width: 55%;  
	height:	36px;
	margin-left: 20%;
	margin-bottom: 15px;
	padding-bottom: 26px; /*afasta o texto da parte de baixo do box*/  
 } 

