/*Documento CSS style_escola_fotos_professores.css*/

body  {    
        margin: 0;     
	padding: 0;    
	background-attachment: fixed; /*fixa o fundo*/
	/*background-image:url(/static/img/dores-textura.jpg);*/
	background-image:url(/static/img/fundo-escuro3.jpg); 
	}  

/*Pra dispositivos que tem uma largura mínima de 768 pixels. Tablets, por exemplo.*/
@media screen and (max-width: 720px) {
      #container, .p, .foto1, .foto2, .foto3, .foto4, .foto5, #footer{
	  min-width: 240px;
	  width: 240px;
	 /*background-color: aqua;*/
  }
}     
	     
#container{
	border: 1em groove #B0B0B0;
	width: 55%;
	padding: 1em;
	margin: 0 auto;
        background: #F8F8F8;
	}

.foto1{
	position: relative;
	float: left;
	width: 15%;
	height:120px;
	padding: 0.5em;
	margin-top: 10px;
	margin-left: 0.95em;
	background-image:url(/static/img/imagensdores/profaltiva.jpg);
	background-repeat: no-repeat;
	}	
		
.foto2{
	position: relative;
	float: left;
	width: 15%;
	height:120px;
	padding: 0.5em;
	margin-top: 10px;
	margin-left: 0.95em;
	background-repeat: no-repeat;
	background-image:url(/static/img/imagensdores/fotoprofessores/profdionisia.jpg);
	}	
		
.foto3{ 
	position: relative;
	float: left;
	width: 15%;
	height:120px;
	padding: 0.5em;
	margin-top: 10px;
	margin-left: 0.95em;
	color: #CCC;
	background-image:url(/static/img/imagensdores/profgeralda.jpg);
	background-repeat: no-repeat;
	}	
	
.foto4{
	position: relative;
	float: left;
	width: 15%;
	height:120px;
	padding: 0.5em;
	margin-top: 10px;
	margin-left: 0.95em;
	background-image:url(/static/img/imagensdores/profmariaelisa.jpg);
	background-repeat: no-repeat;
	}			
.foto5{
	position: relative;
	float: left;
	width: 15%;
	height:120px;
	padding: 0.5em;
	margin-top: 10px;
	margin-left: 0.95em;
	background-image:url(/static/img/imagensdores/profdmariadelcidio.jpg);
	background-repeat: no-repeat;
	}	

  h2{
    color: #B00000;
    text-align:center;
  }

  h3{
    color: #002088;
    text-align:center;
  }

h4{
margin-top: 100px;
text-align: center;
color: black;
}
  p{
    padding-left: 5%;
   font-size: 1em;
   text-align:justify;
  }	
	
#footer{  
	width: 90%;  
	height:	40px; 
	margin-top: 30px;/*desloca o rodapé dentro da div container, 5px o deixa colado a parte de baixo*/
	text-align: center;
	clear: both;
	} 
	