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

body
{
	margin-top: 0px;
	height: 100%;
	width: 100%; 
}
			#centro1
			{
	position: relative;
	z-index: 1;
	float: left;
	size: 200px;
	background-color: #CCCCCC;
	border: #666666 1px solid;
	height: 750px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	top: 15px;
	}

			#menu
			{
	position: relative;
	z-index: 3;
	float:left;
	left: -230px;
	top: 25px;

			}

			#centro2
			{
	position: absolute;
	z-index: 1;
	top: 100px;
	right: 128px;
	width: 55%;
	float: right;
	height: 450px;
	background-color: #CCCCCC;
	border: #666666 1px solid;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
			}
			
			#centro3
			{
	position: absolute;
	z-index: 1;
	top: 15px;
	right: 128px;
	width: 58%;
	float: right;
	height: auto;
			}
			
			#centro4
			{
	position: absolute;
	z-index: 1;
	top: 50px;
	right: 128px;
	width: 55%;
	float: right;
	height: 670px;
	background-color: #CCCCCC;
	border: #666666 1px solid;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
			}

			
			#texto
			{
	position: relative;
	top: 120px;
	right: 160px;
	width: 50%;
	z-index: 2;
	float: right;
	text-align: justify;
	overflow-y: auto;
	height: 430px;
			}
			
			#texto1
			{
	position: relative;
	top: 40px;
	right: 160px;
	width: 50%;
	z-index: 2;
	float: right;
	text-align: justify;
			}
			
	#rodape1
			{
	position: absolute;
	top: 750px;
	left: 0px;
	width: 100%;
	height: 30px;
	color: #666;
	text-align:center;
	background-image: linear-gradient(to bottom, transparent, white);

			}	
			
	#rodape2
			{
	position: absolute;
	top: 780px;
	height: 170px;
	left: 0px;
	width: 100%;
	color: #666;
	text-align: center;
	background-color: #FFF;

			}	
		
			
	#rodape
			{
	position: fixed;
    bottom: 0%;
	left: 0px;
	width: 100%;
	height: 20px;
	color: #CCC;
	text-align:center;
	background-color:#000;
			}	
			
			
.bg-slideshow,
.bg-slideshow:after {
	position:fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: -1;
	margin-top: 0px;
}

.bg-slideshow:after {
	content: '';
	background: url () repeat top left;
}

.bg-slideshow li span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	color: transparent;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: none;
	opacity: 0;
	z-index: -2;
	-webkit-backface-visibility: hidden;
	-webkit-animation: imageAnimation 24s linear infinite 0s;
}

.bg-slideshow li:nth-child(1) span {
	background-image:url(imagens/intro/maroicos.png);
}	
	
.bg-slideshow li:nth-child(2) span {
	background-image: url(imagens/intro/matoslajes.png);
	-webkit-animation-delay: 4s;	
}	

.bg-slideshow li:nth-child(3) span {
	background-image: url(imagens/intro/lajes.png);
	-webkit-animation-delay: 8s;	
}

.bg-slideshow li:nth-child(4) span {
	background-image: url(imagens/intro/mato.png);
	-webkit-animation-delay: 12s;	
}

.bg-slideshow li:nth-child(5) span {
	background-image: url(imagens/intro/caveira.png);
	-webkit-animation-delay: 16s;	
}	

.bg-slideshow li:nth-child(6) span {
	background-image: url(imagens/intro/maroicos.png);
	-webkit-animation-delay: 20s;	
}	
@-webkit-keyframes imageAnimation {
	0% {opacity: 0; -webkit-animation-timing-function: ease-in;}
	12% {opacity: 1; -webkit-animation-timing-function: ease-out;}
	25% {opacity: 1;}
	50% {opacity: 0;}
	100% {opacity: 0;}
}

.no-cssanimations .bg~slideshows li span {
	opacity: 1;
}
	
.bg-slideshow li {
	list-style-type: none;
}

.gradient{
        /* webkit example */
        background-image: -webkit-gradient(
          linear, right top, left top, from(rgba(255, 255, 255, 1.0)),
          to(rgba(255, 255, 255, 0))
        );

        /* mozilla example - FF3.6+ */
        background-image: -moz-linear-gradient(
          right center,
          rgba(255, 255, 255, 1.0) 20%, rgba(255, 255, 255, 0) 95%
        );

        /* IE 5.5 - 7 */
        filter: progid:DXImageTransform.Microsoft.gradient(
          gradientType=1, startColor=0, endColorStr=#000
        );

        /* IE8 uses -ms-filter for whatever reason... */
        -ms-filter: progid:DXImageTransform.Microsoft.gradient(
          gradientType=1, startColor=0, endColoStr=#000
        );
    }
#centro2 .textoquem tr th table tr td .style5 .style5 {
	color: #000;
}
pico txt {
	font-size: small;
}
