
/*Documento CSS style_imagens_familia_paiva_carneiro.css*/

body  {    
        margin: 0;     
	padding: 0;  
	background: beige;
	} 

@media screen and (max-width: 720px) {
          .f1, .f2, .f3, .f4, .f5, .f6, .f7, .f8, .f9, .f10{
		   min-width: 240px;
		   width: 240px;
		  /*background-color: aqua;*/
		  }
		}	
	
.f1{
        border: 0.1em dotted red;
	position: relative;
	float: left;
	width: 32%;
	height: 640px;
	padding: 0.5em;
	margin-left: 0.5em;
	text-align: center;
	background: url(/static/img/imagensdores/familiapaivaecarn/variasfotos.jpg);
	background-repeat: no-repeat;
	background-position: 5px;
	/*z-index:1;*/
	}	
		
	
.f2{ 
        border: 0.1em dotted red;
	position: relative;
	float: left;
	width: 32%;
	height: 640px;
	padding: 0.5em;
	margin-left: 0.5em;
	text-align: center;
	background: url(/static/img/imagensdores/familiapaivaecarn/variasfotos1.jpg);
	background-repeat: no-repeat;
	/*z-index:1;*/
	}	
	
	
.f3{ 
        border: 0.1em dotted red;
	position: relative;
	float: left;
	width: 20%;
	height:230px;
        padding: 0.5em;
	margin-left: 0.5em;
	text-align: center;
	background: url(/static/img/imagensdores/familiapaivaecarn/toniquinhocarneiro.jpg);
	background-repeat: no-repeat;
	/*z-index:1;*/
	}
a.text{
color:#000;
font-size: 1.2em;
margin-left: 10%;
}
 #footer{  
	width: 55%;  
	height:	36px;
	float: left;
	margin-left: 30%;
	margin-bottom: 15px;
	padding-bottom: 26px; /*afasta o texto da parte de baixo do box*/  
 } 