/*Documento CSS style_estudando_linux.css*/
body{
     background-attachment: fixed;
     background-image:url(/static/img/fundo-html5.jpg);
     /*background-repeat: no-repeat;*/
}	

 /*Pra dispositivos que tem uma largura mínima de 768 pixels. Tablets, por exemplo.*/
@media screen and (max-width: 720px) {
      #container, .h1, .h2, .h3, .h4, .span, .iframe, .img, .accordion, .group, .dl, dt, dd{
	  min-width: 240px;
	  width: 240px;
	 /*background-color: aqua;*/
    /*pode-se colocar:
     font-size: 27px;
     line-height: 35px;
     padding-bottom: 10px;
*/
  }
}

#container{
     margin: 0 auto; 
	 width: 76%;
	 border: 0.1em dotted white;
	 padding: 0.8em;
	 background-color: #f5f5f5; /*white smoke*/
	 box-shadow: 0.1em 0.2em 0.1em 0.3em #CC6A13;/*o primeiro nÃºmero Ã© da sombra direita, o 2Âº Ã© da parte debaixo*/
  }
iframe{
width: 18%;
height: 80px;
}

small{
  background-color: #ffffcc;

}
pre{
-moz-hyphens:auto;
-ms-hyphens:auto; 
-webkit-hyphens:auto;
hyphens:auto;
word-wrap:break-word;
}
p{
  text-align: justify;
  font-family: "Verdana, arial", "lucinda grande", "lucinda sans", sans-serif;
  color: #4d4d4d; /*595959;*/
  font-size: 0.85em;
}
.glossario li{
float: left;
padding-left: 1em;
list-style: none;
font-size: 0.75em;
} 
.comandos li{
float: left;
padding-left: 1em;
list-style: none;
font-size: 0.75em;
} 

.ingles li{
float: left;
padding-left: 1em;
list-style: none;
font-size: 0.75em;
} 

dl{/*são independentes de classes*/
font-size: 0.8em;
} 

#tabs li{
 font-size: 0.8em;   
}

.pull-left{
   width: 4%;
   color: beige;
   background-color: #ff99c2;  
}

span{
 background-color: #ffff80;   
}
 h1{
     font-family: Arial, Verdana, "Segoe Print", "lucinda grande", "lucinda sans", sans-serif;
     text-align:center;
     color: #585858;
  }

 h2{
color: #B00000;
text-align:center;
 }

 h3{
     color: #002059;
     text-align:center;
 }
li{
 list-style: none;   
}

i{
 color: #cc7a00;
}
 em{
    color: #b30059;
    font-weight:500;
    font-size: 1.2em;   
  }
  
 

 
	