/* 
	Resets defualt browser settings
	reset.css
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; }
:focus { outline:0; }
a:active { outline:none; }
body { color:black; background:white; }
ol,ul { list-style:none; }
table { border-collapse:separate; border-spacing:0; }
caption,th,td { text-align:left; font-weight:normal; }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }

/* Page Style */
body { 
	font:Helvetica, Arial, sans-serif;
	letter-spacing:0;
	color:#434343;
	background: #FFF;
	padding:0px;
	position:relative;
	-webkit-font-smoothing: subpixel-antialiased;}

#container {
	width:950px;
	padding:5px;
	margin:0 auto;
	position:relative;
	z-index:0;}

#example {
	width:950px;
	height:540px;
	position:relative;}

/* Slideshow style */

#slides {position:absolute; z-index:100;}

/*
	Slides container
	Important:
	Set the width of your slides container
	If height not specified height will be set by the slide content
	Set to display none, prevents content flash
*/

.slides_container {
	width:950px;
	height:520px;
	overflow:hidden;
	position:relative;
	display:none;}

/*
	Each slide
	Important:
	Set the width of your slides
	Offeset for the 20px of padding
	If height not specified height will be set by the slide content
	Set to display block
*/

#slides .slide {
	padding:0px;
	width:950px;
	height:520px;
	display:block;}

/*	Next/prev buttons */
#slides .next,#slides .prev {
	position:absolute;
	top:350px;
	left:0px;
	width:40px;
	height:43px;
	display:block;
	z-index:101;}

#slides .next {
	left:910px;}

/*	Pagination  */

.pagination { margin:6px auto 0; padding-left: 85px; width:100px;}
.pagination li { float:left; margin:0 1px; list-style:none;}
.pagination li a { display:block; width:12px; height:0; padding-top:12px; background-image:url(../img/pagination.png); background-position:0 0; float:left; overflow:hidden;}
.pagination li.current a { background-position:0 -12px;}

/*	Type and anchors */
a:link,a:visited { color:#599100; text-decoration:none;}
a:hover,a:active { color:#599100; text-decoration:underline;}

p {font-size:12px;}

#slides .link {
	display:block;
	font-weight:800;}

/* Títulos Slides */
.slide h1 {
	margin: 0;
    margin-bottom: 5px;
    padding: 0;
	font-family: "Myriad", Calibri;
	font-size: 50px;
	font-weight: bold;
	color: #069;
	text-align: center;}

.slide h2 {
	margin: 0;
    margin-bottom: 3px;
    padding: 490px 0 0 0;
	font-family: "Myriad", Calibri;
	font-size: 18px;
	text-align: center;}

#slide1 {background: url(../img/tela1.png) top center no-repeat; height: 100%;}

#slide2 {background: url(../img/tela2.png) top center no-repeat; height: 100%;}

#slide3 {background: url(../img/tela3.png) top center no-repeat; height: 100%;}

#slide4 {background: url(../img/tela4.png) top center no-repeat; height: 100%;}

#slide5 {background: url(../img/tela5.png) top center no-repeat; height: 100%;}

#slide6 {background: url(../img/tela6.png) top center no-repeat; height: 100%;}

#slide7 {background: url(../img/tela7.png) top center no-repeat; height: 100%;}