/*Documento CSS style_album-de-familia.css*/

body{    
        margin: 0;     
	padding: 0;  
	background-attachment: fixed; /*fixa o fundo*/
	background: beige; /*#DDD;*/
	background-image:url(/static/img/marrom.jpg);
	}   
	
/*Pra dispositivos que tem uma largura mínima de 768 pixels. Tablets, por exemplo.*/
@media screen and (max-width: 720px) {
      #container, .foto1, .foto2, .foto3, .foto4, .foto5, .foto6, #footer{
	  min-width: 240px;
	  width: 240px;
	 /*background-color: aqua;*/
  }
}	
		
.foto1{
	border: 1px solid #FFF;
	position: relative;
	float: left;
	width: 34%;
	height:330px;
	margin-top: 10px;
	margin-left: 0.5em;
	padding: 0.5em;
	text-align: center;
	background: url(/static/img/imagensdores/familiaDelcidio/anteropereira.jpg);
	background-repeat: no-repeat;
	background-position: -15px;
	z-index:1;
	}	

.foto2{ 
        border: 1px solid #FFF;
	position: relative;
	float: left;
	width: 34%;
	height:330px;
	margin-top: 10px;
	margin-left: 0.5em;
	padding: 0.5em;
	text-align: center;
	background-image:url(/static/img/imagensdores/familiaDelcidio/curralantero.jpg);
	background-repeat: no-repeat;
	z-index:2;
	}
	
.foto3{ 
        border: 1px solid #FFF;
        position: relative;
        float: left;
	width: 50%;
	height:650px;
	margin-top: 10px;
	margin-left: 0.5em;
	padding: 0.5em;
	text-align: center;
	background-image:url(/static/img/imagensdores/familiaDelcidio/familiaantero.jpg);
	background-repeat: no-repeat;
	background-position: center;
	/*z-index:1;*/
	}	
	
.foto4{
       /*border: 1px solid #FFF;*/
	position: relative;
	float: left;
	width: 30%;
	height: 280px;
	margin-top: 10px;
	margin-left: 0.5em;
	padding: 0.5em;
	text-align: center;
	background-image:url(/static/img/imagensdores/carrodebois.jpg);
	background-repeat: no-repeat;
	/*z-index:1;*/
	}		
.foto5{
       /* border: 1px solid #FFF;*/
	position: relative;
	float: left;
	width: 30%;
	height: 330px;
	margin-top: 10px;
	margin-left: 0.5em;
	padding: 0.5em;
	text-align: center;
	background-image:url(/static/img/imagensdores/familiaDelcidio/carroca.jpg);
	background-repeat: no-repeat;
	/*z-index:1;*/
	}	
							
.foto6{
        border: 1px solid #FFF;
	position: relative;
	float: left;
	width: 55%;
	height:560px;
	margin-top: 10px;
	margin-left: 0.5em;
	padding: 0.5em;
	text-align: center;
	background-image:url(/static/img/imagensdores/familiadelcidio/anterofamilia.jpg);
	background-repeat: no-repeat;
	/*z-index:1;*/
	}	
							

 h1{
   text-align:center;
  }
  
h2, h4{
   color: beige;
  text-align:center;
}
 
em{
  color: #B00000;
  font-size: 24px;
}
 
  
p{
border: 1px dotted black;
width: 19%;
float: left;
margin-top: -10px;/*Afasta do top do container*/
margin-left: 25px;/*Afasta das margens da div*/
margin-right: 10px;/*Afasta das margens da div*/
padding-left: 10px; /*afasta o texto da lateral esquerda do box*/
padding-top: 10px; /*afasta o texto do topo do box*/
padding-bottom: 10px; /*afasta o texto da parte inferior do box*/
color: #002088;
text-align:center;
font-size: 16px;
box-shadow: 1px 1px 6px #181818;

}
 
 #footer{  
	margin-top:40px; 
	width: 90%; 
	height:	30px;
	text-align: center;
	clear: both;   
} 
  
  