/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 18/01/2017, 00:38:07
    Author     : Marcelo
*/

.red{color:red}.azul-claro{color:#77BCF1}.azul-escuro{color:#3B5998}.verde{color:#87CD83};
.rede-sociais{
   
}

.rede-sociais li{
 display: inline;  
}
.rede-sociais li a{
  text-decoration: none;
}
.rede-sociais li a i{
   font-size:36px !important;  
}


.prefeito{
  width: 100%;
  display: block;
  margin-top: 10px;
}

.prefeito-foto{
   max-width: 30%;
   border: 2px solid #14417D;
   border-radius: 6px;
   float: left;
}
.prefeito-label{
  height: 40px;
  background: #003399;
  color: #FFFFFF;
  text-align: center;
  padding-top: 3%;
  font-size: 18px;
}

.prefeito-dados{
   width: 60%;
   float: left;
   margin-left: 5px;
}

.prefeito-dados table{
   font-size: 18px;
   
}

.prefeito-dados table tr th{
   width: 20%;
   text-align: right;
   padding: 10px;
}

.prefeito-foto a img{
  width: 100%;
}

.prefeito-sobre{
    width: 100%;
    border-top: 1px dotted #C8C8C8;
    float: left;
    margin-top: 5px;
    padding-bottom: 30px;
}
.links_uteis{
	background:transparent;
	margin: 0px;
	display: inline-block;
	margin-bottom: 10px;
}

.links_uteis:hover{
	opacity: 0.8;
}

