/* CSS - Revolução de Abril*/

  /* reset browsers */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{ 
margin:0;
padding:0;
}

table {
border-collapse:collapse;
border-spacing:0;
}

fieldset,img {
border:0; 
} 

address,caption,cite,code,dfn,em,strong,th,var {
font-style:normal;
font-weight:normal;
}

ol,ul {
list-style:none;
}

caption,th {
text-align:left;
}
h1,h2,h3,h4,h5,h6 {
font-size:100%;
}

q:before,q:after {
content:"";
}

/* reset browsers */

body {
  margin:0;
  padding:0;
  text-align:center;
font-size:small;
background:#000000;
  }

  
ul {
margin:0;
padding:0;
}
 
#player {
  width:940px;
  height:600px;
  margin:0 auto;
  text-align:left;
  position:relative;
  background-image:url(../images/entrada.jpg);
  background-position:center top;
  background-repeat:no-repeat;
  }
  
  #slideplayer {
  width:620px;
  padding-top:80px;
  margin:0 auto;
  text-align:left;
  position:relative;
  }
  
  #videoplayer {
  width:860px;
  padding-top:95px;
  margin:0 auto;
  text-align:left;
  position:relative;
  }

			
		h1 {
		color:#FFF;
		display:none;
		}
		
		#menu {	
	width:940px;
	height:110px;
	padding-top:25px;
  margin:0 auto;
  position:relative;
  text-align:center;
  }


#menu a.img {
padding:0;
margin:0;
border:none;
}

#menu a{
border:1px solid #000000;
float:left;
margin-left:20px;
padding:1px;
}

#menu a.current{
border:1px solid #6F9B2B;
float:left;
margin-left:20px;
padding:1px;
background-color:#6F9B2B;
}

#menu a:hover{
border:1px solid #6F9B2B;
float:left;
margin-left:20px;
padding:1px;
background-color:#6F9B2B;
}

#menu a:visited, #menu a:a:link {
border:1px solid #000000;
float:left;
margin-left:20px;
padding:1px;
}
		
		#footer {
  width:940px;
  margin-top:20px;
  margin:0 auto;
		}
		
#footer  img{
  float:right;
  margin-left:0;
  margin-top:15px;
  margin-bottom:15px;
		}


