@CHARSET "UTF-8";

.corpo_pagina {
	margin: 0 auto; 
	width: 80%;
	height: 100%; 
	margin-top: 0; 
	margin-bottom: 10px; 
	position: relative; 
	padding: 0px 15px 35px 15px;"
}

.rodape {
	height: 40px; 
	width: 100%; 
	background-color: white; 
	padding: 10px; 
	margin-top: 10px; 
	bottom: 0px; 
	margin-top: 0; 
	position: fixed;
	box-shadow: 5px 1px 10px #A2DB9F;
   	-webkit-box-shadow: 5px 1px 10px #A2DB9F;
   	-moz-box-shadow: 5px 1px 10px #A2DB9F;
}

.fotos_presidentes img {
	border-radius: 5%;
	width: 110px;
	text-align:center;

	border: 2px solid #e6e8e6;
}

.nome_presidente {
	text-align: center;
	clear: both;
	font-size: 10px;
	font-weight: bold;
}

.data_presidente {
	text-align: center;
	clear: both;
	font-size: 10px;
	font-weight: bold;
	color: #1ea421;	
}

.td_presidente{
	text-align: center;
	width: 25%;
}

.texto p{
	text-align: justify;
	line-height: 200%;
	text-indent: 3em;
}

#informacao {
	text-align: center; 
	margin-top: 100px; 
	margin-bottom:100px; 
	color: rgb(168, 168, 169)
}


.noticias a {
	color: #930B0B;
	outline: none !important;
}

.noticias a:hover,
a:focus {
	color: #930B0B;
}

.noticias blockquote,
blockquote.pull-right {
	border-color: #930B0B;
	padding: 10px 20px 10px 40px;
}

.menu_secundario {
	margin-bottom: 50p;
	
}