/*Documento CSS style_imagens_futebol.css*/
body{    
       margin: 0;     
       padding: 0;    
       background: #CCE0FF; /*azul suave*/
     }  

@media screen and (max-width: 720px) {
          .f1, .f2, .f3, .f4, .f5, .f6, .f7, .f8, .img{
		   min-width: 240px;
		   width: 240px;
		  /*background-color: aqua;*/
		 }
	      }	
.paginas{
	border: 0.1em dotted red;
	position: relative;
	float: left;
	width: 20%;
	height: 2%;
	margin: 10px auto;/*separa um número do outro*/
	margin-left: 40%;/*ajuda a centralizar*/
	padding: 0.5em;
	color: #990000;
	font-size: 1em;
	font-style: italic;
	list-style: none;
	text-align: center;
	background-color: beige;
	border-top-left-radius: 1em;
	border-bottom-right-radius: 1em;
	/*border-radius:12px;*/
	}

.paginas:hover{
	font-size: 1em;
	font-style: italic;
	background-color:  #CCE0FF;
	}

		
.f1{
	border: 0.1em dotted beige;
	position: relative;
	float: left;   
	width: 50%;
	height:400px;
	margin-left: 0.5em;/*separa uma imagem da outra*/
	background-image:url(/static/img/imagensdores/futebol/timefuteboldores.jpg);
	background-repeat: no-repeat;
	text-align: center;
   }

.f2{
        border: 0.1em dotted  beige;
	position: relative;
	float: left;   
	width: 45%;
	height:400px;
	margin-left: 0.5em;/*separa uma imagem da outra*/
	background-image:url(/static/img/imagensdores/futebol/israelcomatrofeu.jpg);
	background-repeat: no-repeat;
	text-align: center;
     }	

.f3{
	border: 0.1em dotted  beige;
	position: relative;
	float: left;  
	width: 45%;
	height:355px;
	margin-left: 0.5em;/*separa uma imagem da outra*/
        background-image:url(/static/img/imagensdores/futebol/timefutebol.jpg);
	background-repeat: no-repeat;
	text-align: center;	
    } 

.f4{ 
	border: 0.1em dotted  beige;
	position: relative;
	float: left;   
	width: 50%;
	height:355px; 
	margin-left: 0.5em;/*separa uma imagem da outra*/
	background-image:url(/static/img/imagensdores/futebol/trofeus-bar-norberto.jpg);
	background-repeat: no-repeat;
	text-align: center;
  }  

.f5{
	border: 0.1em dotted  beige;
	position: relative;
	float: left;   
	width: 45%;
	height:360px;
	margin-left: 0.5em;/*separa uma imagem da outra*/
        background-image:url(/static/img/imagensdores/futebol/timefutebol.jpg);
	background-repeat: no-repeat;
	text-align: center;  
   } 

.f6{ 
	border: 0.1em dotted  beige;
	position: relative;
	float: left;   
	width: 50%;
	height:360px;
	margin-left: 0.5em;/*separa uma imagem da outra*/
	background-image:url(/static/img/imagensdores/futebol/jedaritinhaetime.jpg);
	background-repeat: no-repeat;
	text-align: center;	
  } 

.f7{ 
	border: 0.1em dotted  beige;
	position: relative;
	float: left;   
	width: 30%;
	height:260px;
	margin-left: 0.5em;/*separa uma imagem da outra*/
	background-image:url(/static/img/imagensdores/futebol/time-futebol.jpg);
	background-repeat: no-repeat;
	text-align: center;
   } 
.f8{ 
	border: 0.1em dotted  beige;
	position: relative;
	float: left;   
	width: 45%;
	height:260px;
	margin-left: 0.5em;/*separa uma imagem da outra*/
	background-image:url(/static/img/imagensdores/futebol/esporte-bola.jpg);
	background-repeat: no-repeat;
	text-align: center;
    }
a.text{
color:#000;
font-size: 1.2em;
margin-left: 5%;
}

h1{
text-align: center;
}

h2{
text-align: center;
}

#footer{  
	width: 90%; 
	height:	30px;
	text-align: center;
	clear: both;   
} 
   	
	