/* Css */

* {
	margin:0px;
	padding:0px;
	
	
}

body {
	background-color:#FFFFFF;
}

.top {
	position:absolute;
	width:1000px;
	margin:0 auto;
	height:110px;
	top:0;
	left:180;
	background-color:#FFffff;
/* 	border: 1px outset ;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px; */
	
}

.logotop{
	position:absolute;
	top:0;
	left:0;
	width:220px;
	margin:0 auto;
	height:108px;
	/*border: 1px outset ; */
}

#logo1 {
	width:220px;
	height:108px;
	
}

.menu{
	position:relative;
	width:640px;
	margin:60px 220px;
	height:30px;
	/*border: 1px outset ;*/
}


.menu li{
	float:center;
	position:relative;
	list-style-type:none; /* sem marcadores na lista */
	display:inline;			/*exibir lista horisontalmente */
	padding-left:10px;		/*Espacejamento entre menu */
	padding-right:10px;
	/*background-color:#0000FF;*/
	font-family:arial;
	font-size:20px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	cursor:pointer; /* define cursor de link */
	
	
}

.menu li a{
	float:center;
	font-family:arial;
	font-size:12px;
	color:#000000;
	text-decoration:none;
	font-style:bold;
}

.menu li:hover {
	background-color:#ff0000;
	color:#FFFFFF;
}

.corpo{
	position:absolute;
	width:100%;
/*	margin:0 auto; */
	height:65%;
	top:100;
	left:0;
	background-image: url("img/br01.jpg");
	background-repeat: no-repeat;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;*/
	
	
	/*background-color:#FF0000;*/
}

/*
#img1{
	width:1595px;
	height:700px;
}
*/

.aniv {
	position:absolute;
	width:210px;
	height:300px;
	margin:0 auto;
	top:40px;
	left:1050;
	background-color:#E8E8E8;
	border: 1px outset ;
	opacity: 0.6;
    filter: alpha(opacity=60);
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.aniv p{
	font-family:arial;
	font-size:20px;
	padding-left:5px;
	padding-top:5px;
	font-weight: bold;
	text-align:center;
	
}


.noticia{
	position:absolute;
	width:100%;
	margin:0 auto;
	height:300px;
	top:520px;
	left:0;
	/*background-color:#999999;*/
	/*border: 1px outset ;	*/
	
}

.eventos{
	position:absolute;
	width:410px;
	margin:0 auto;
	height:280px;
	top:10px;
	left:180px;
	/*background-color:#999999;*/
	/*border: 1px outset ;*/	
}

.eventos h1 {
	font-family:arial;
	font-size:20px;
	color:#FF0000;
	font-weight: bold;
}

.eventos p {
	position:relative;
	top:200px;
	font-family:arial;
	font-size:15px;
}

#evt0{
	position:absolute;
	top:30px;
	width:310px;
	height:180px;
}



.eventos1{
	position:absolute;
	width:410px;
	margin:0 auto;
	height:280px;
	top:10px;
	left:680px;
	/*background-color:#999999;*/
	/*border: 1px outset ;*/	
		
}

.eventos1 h1 {
	font-family:arial;
	font-size:20px;
	color:#FF0000;
	font-weight: bold;
}

.eventos1 p {
	position:relative;
	top:200px;
	font-family:arial;
	font-size:15px;
	
}

#evt1{
	position:absolute;
	top:30px;
	width:310px;
	height:180px;
}



.botao{
	display:none;
}

.hoje{
	display:none;
}

.titulo{
	display:none;
	
}

.corpoS{
	display:none;
}
