body.Main {
background-color: #004AAD;
  height: 100vh;
  width: 100vw;
}

body.Propos {
background-color: #004AAD;
}


div.menu {
  overflow: hidden;
  background-color: #333;
  position: fixed;
  top: 0;
  width: 100%;
  z-index:1;
}

.menu a {
  float: left;
  display: inline;
  color: #FFFFFF;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.menu a:hover {
  background: #ddd;
  color: black;
}


div.pag1 {
padding: 16px;
margin-top: 40px;
background-image: url("../img/assembleia_UFU2.jpg");
background-position: fixed;
color: #ffffff;
height: 100%;
}


Article.pag2 {
margin:0;
background-color: #ffffff;
height: 100%;
opacity: 1;
margin: 0 0 0 0;
position: relative;
font-size: 18px;
}

header.paginas {
position: absolute;
right: 60px;
top: 40px;	

}

section.txtitem {
position: relative;
display: inline-block;
top: 250px;
left: 5%;
width: 400px;
 padding-right:10px;
}

section.txtitem h2 {
background-color: #4dace5;
color: white;
text-align: center;
border-radius: 25px;
}

section.txtitem p {
font-size: 18px;
text-align: justify;
}

Article.pag1 {
margin:0;
height: 100%;
margin: 0 0 0 0;
position: relative;

}



table.calend{
	background-color:#0080c9;
	color: white;
	font-size:17;
	border: 1px solid black;
	position:relative;
	left:100px;
}

table.calend td{
	height:30px;
	width: 500px;
	
}

table.calend th{
	height:30px;
	width: 200px;
	text-align:center;
	text-decoration:bold;
	
}

section.footer{
background-color: #004AAD;
font-size: 20px;
height: 100px;
width: 100%;
opacity: 1;
margin: 0 0 0 0;
align-content: right;
position: absolute;
bottom: 0px;
 }

h1.bluefooter {
font-size: 32pt;
color: #ffffff;
text-align: right;
padding-right: 40px;
}

section.txtpg {
position: absolute;
top: 150px;
max-width: 800px;
text-align: justify;
}


img.lateral {
position: relative;
top: 0px;
float: left;
width: 250px;
margin-top: 0px;
padding-bottom: 200px;
padding-right: 80px;
}



h1#tit {	
color: #FFFFFF;
font-size: 32pt;
text-shadow: 0px 1px 6px #000; 
}
			 
h1#TitPg {
font-family: "Open Sans Extra Bold", Arial, Sans-serif;
font-size: 32pt;
opacity: 1;

 }

/** seção dos candidatos**/			 
section.txttabelas {
position: relative;
display: inline-block;
top: 250px;
left: 5%;
width: 50%;
 padding-right:10px;
}

section.txttabelas h2 {
background-color: #4dace5;
color: white;
text-align: center;
border-radius: 25px;
}

Article.Proposta{
	background-color:#ffffff;
	color: black;
	font-size: 16px;
	border: 1px solid black;
	position:relative;
	left:20px;
	width:95%;
	padding: 20px;
	text-align: justify;
}

.txttabelas a {
	color: white;
	text-decoration: none;
}

.txttabelas a:visited {
	color: white;
	text-decoration: none;
}

table.candidatos{
	background-color:#0080c9;
	color: white;
	font-size:17;
	border: 1px solid black;
	position:relative;
	left:0px;
}

table.candidatos td{
	height:30px;
	width: 500px;
	
}

table.candidatos th{
	height:30px;
	width: 200px;
	text-align:center;
	text-decoration:bold;
	
}

Article.Proposta p{
	left: 100px;
	
	
}

