/* html, body {height:100%;} */

/* .geral{position:absolute; bottom:0;	width:100%; background: #000000;} */

.barraLilas{background:#65298c; height:40px; padding:10px; margin:0 0 10px 0; color:#ffffff; font-weight:bold; font-size:16px;}
.barraCinza{background:#d8d7d7; height:40px; padding:10px;}


.btnOk{background:#64288c;color:#ffffff;}

.btn-Aprova, .btn-Reprova, .btn-Abstem, .btn-Delega{inline:block; width:70%; margin: 5px;}

.btn-Aprova{background:#a4cb53;color:#ffffff;}
.btn-Reprova{background:#d95e59;color:#ffffff;}
.btn-Abstem{background:#666666;color:#ffffff;}
.btn-Delega{background:#bcad0b;color:#ffffff;}

.btn-Padrao{background:#fcff00; color:#000000;}
.btn-Pi{background:#5c186a; color:#ffffff;}

.icoP img{width:45px; height:47px;}
.icoG img{width:56px; height:65px;}

.tituloListagem{color:#ffffff; float:right; font-weight:bold; font-size:16px; margin:0 150px 0 0;}

.fotoG {width:180px; height:162px;}
.fotoM {width:100px; height:90px;}
.fotoP {width:50px; height:45px;}

.logoSistema{width:150px;}

.ColInt {width:45%; margin:0 20px 10px 0; float:left;}

/*.rodape {background:#65298c; height:50px; padding:10px; margin:0 0 10px 0; color:#ffffff; font-weight:bold; font-size:10px; position:absolute; bottom:0;}*/

#linha  div:hover{background:#f1e0f2;}


#menu {
		width: 100%;
		margin: 0; padding: 0;
		float: left;
		}
		
#menu ul li {
		margin: 0; padding: 0px;
		border-bottom: 1px solid #CCC;
		text-align: left;
		list-style-type: none;
		}
	
#menu a:link {
		background: #F5F5F5;
		color: #666;
		font-weight: bold;
		text-decoration: none;
		padding: 8px;
		display: block;
		
		}
#menu a:hover {
		background: #E5F0FF;
		color: #039;
		}
