@charset "utf-8";
/* CSS Document */


.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
/*fim do clearfix*/
img, picture, video, embed {
    max-width: 100%; /*define a largura máxima em até 100%*/
}
h1, h2{
     color:#470e75;
     font-size: 30px;
     font-weight: 800;
     letter-spacing: -2px; /*espaçamento entre as letras*/
     line-height: 60px;
}
h3{
     font-size: 32px;
     font-weight: 300;
     letter-spacing: -2px; /*espaçamento entre as letras*/
     line-height: 38px;
}
p{
     font-weight: 300;/*modifica a força da fonte para light*/
     letter-spacing: -1px; /*espaçamento entre as letras*/
}
a, a:link, a:visited{
     color:#470e75; /*cor dos links*/
     font-weight:400; /*modifica a força da fonte para semi-bold*/
     text-decoration:none; /*retira o sublinhado dos links*/
}
a:hover{
     color:#470e75;
     text-decoration:underline; /*inseri uma linha sob o link*/
     text-shadow:none; /*retira a sombra da fonte*/
}


.enquandra{
	margin: left 30px;; 
	width:auto;
	height:auto; 
	box-shadow:0 0 10px rgba(0,0,0,0.5); 
	padding:30px; 
	background:#9fabdf; 
	border-radius:20px;
	}
body{
	/*background-image:url(../img/fundomanual.JPG);*/
    font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight: 300; /*indica que a fonte está coonfigurada como Open Sans Light*/
    line-height: 22px;/*altura da linha*/
    text-align: left; /*alinhando o texto à esquerda*/
    text-shadow:1px 1px 0px #fff; /*sombreamento para as fontes do site*/
}

.imgExpande {
list-style: none;
padding: 0;
}
.imgExpande li {
display: inline;
}
.imgExpande li img {
width: 100px; /* Aqui é o tamanho da imagem */
margin-left: 60px; /* Espaço entre as imagem */
}
.imgExpande li img:hover {
-moz-transform: scale(6.0);
-webkit-transform: scale(6.0);
-o-transform: scale(6.0);

}
