body {
	background-color: AliceBlue;
	font-family: Arial;
	width:90%;
	margin:0 auto;
	font-family: 'Roboto', sans-serif;
}

body a {
	text-decoration:none;
}

.ah {
	font-size: 150%;
	text-align:center;
	font-weight:bold;
	width: 33%;
	margin-right: 5px;
	color: black;
}

.ah a:hover {
	text-decoration:underline;
	color: black;
}


.artigo {
	width:200px;
	height: 230px;
	padding:5px; 
	background-color:white; 
	border-radius: 5px; 
	-webkit-box-shadow: 0px 2px 18px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 2px 18px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 2px 18px 0px rgba(50, 50, 50, 0.75);
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}

.azul {
	border: 1px blue;
	background-color: LightBlue;
	color: navy;
}

.barra {
	min-height: 50px;
	background-color: #ffcccc;
	border-radius: 15px;
	padding: 15px;
}

.barra_subtit {
	font-size: 120%;
	text-shadow: 2px 2px 8px white;		
}


.barra_titulo {
	font-size: 200%;
	font-weight: bold;
	text-shadow: 2px 2px 8px white;		
}

.bloco {
	height: 100%;
	padding: 0px;	
}

.bloco_meio {
	height: 60%;
	padding: 20px;
}

.bloco_mini {
	height: 35%;
	padding: 20px;
}

.bloquinho {
width:18%; 
padding: 3%;
background-color:white;
text-align:center;
float:left;
margin-left: 1%;
margin-bottom: 1%;
-webkit-box-shadow: 0px 2px 18px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 2px 18px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 2px 18px 0px rgba(50, 50, 50, 0.75);
}


.botao_azul {
	background-color: #acb6cd;
	border: 1px solid #929fbd;
	padding: 10px;
	text-transform: uppercase;
	color: white;
	border-radius: 10px;
}

.botao_azul a{
	text-decoration: none;
	color: black;
}

.botao_azul a:hover{
	text-decoration: underline;
	color: black;
}


.botao_cinza {
	background-color: #acb6cd;
	border: 1px solid gray;
	padding: 10px;
	text-transform: uppercase;
	color: black;
	border-radius: 10px;
}

.botao_cinza a{
	text-decoration: none;
	color: black;
}

.botao_cinza a:hover{
	text-decoration: underline;
	color: black;
}

.botao_verde {
	background-color: #b2d0ba;
	border: 1px solid #99c1a4;
	padding: 10px;
	text-transform: uppercase;
	color: DarkGreen;
	border-radius: 10px;
}

.botao_verde a{
	text-decoration: none;
	color: black;
}

.botao_verde a:hover{
	text-decoration: underline;
	color: black;
}

.botao_verdinho {
	background-color: #b2d0ba;
	border: 1px solid #99c1a4;
	padding: 10px;
	text-transform: uppercase;
	color: black;
	border-radius: 10px;
}

.botao_verdinho a{
	text-decoration: none;
	color: black;
}

.botao_verdinho a:hover{
	text-decoration: underline;
	color: black;
}


.botao_vermelho {
	background-color: LightPink;
	border: 1px solid red;
	padding: 10px;
	text-transform: uppercase;
	color: white;
	border-radius: 10px;
}

.botao_vermelho a{
	text-decoration: none;
	color: white;
}

.botao_vermelho a:hover{
	text-decoration: underline;
	color: white;
}


.boxe {
	background-color:AliceBlue; 
	padding:20px;
	border-radius: 15px;
	position:relative;
	top: -70;
}

.boxxe {
	background-color:AliceBlue; 
	padding:20px;
	border-radius: 15px;
	text-align:center;
}

.branco {
	border: 1px GhostWhite;
	background-color: White;
}

.coluna_legenda {
	font-size: large;
	font-weight: bold;
	text-align: center;
	color: black;
}

.coluna_legenda a{
	text-decoration:none;
	color: black;
}

.coluna_legenda a:hover{
	text-decoration:underline;
	padding: 5%;
	padding-top: 60%;
	background-color: white;
	opacity: 0.5;
	border-radius: 10%;
	-webkit-box-shadow: 0px 2px 18px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 2px 18px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 2px 18px 0px rgba(50, 50, 50, 0.75);
}

.dest {
	border:1px solid silver; 
	border-radius:5px;
}

.divisoria {
	height: 2.5%;
	clear: both;
}

.fundo {
	background-image: url("img/fundao_75.png");
	border-radius: 15px;
}

.img_canto {
	border-radius: 15px;
}

.int_fonte {
	text-align:center;
	font-size: small;
	font-style: italic;
	padding: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
	color: gray;
}

.int_subtitulo {
	text-align:center;
	font-size: large;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 15px;
}

.int_texto {
	font-size: medium;
	padding: 25px;
	margin-bottom: 15px;
	margin-top: 15px;
}

.int_titulo {
	text-align:center;
	font-size: x-large;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 15px;
	padding: 15px;	
}

.mais {
  position: absolute;
  bottom: 0;
}

.menu {
	font-weight:bold;
	color:black;
	text-shadow: 2px 2px 8px white;	
}

.menu a {
	text-decoration:none;
	font-weight:bold;	
	color:black;
	
}

.menu a:hover {
	text-decoration:underline;
	font-weight:bold;	
	color:black;
}

.preto {
	border: 1px black;
	background-color: gray;
}


.ta_chapeu {
	min-width: 10%;
	max-width: 25%;
	background-color: LightBlue;
	border-radius: 10px;
	font-size:medium;
	font-weight: bold;
	padding: 5px;
	color: Navy;
}

.ta_titulo {
	font-size:350%;
	text-shadow: 2px 2px 8px white;	
	margin-bottom: 5%;	
	margin-top: 5%;		
}

.ta_sub {
	font-size:150%;
	text-shadow: 2px 2px 8px white;	
	margin-bottom: 5%;	
	margin-top: 5%;		
}

.ta_sub a {
	color: black;
	text-decoration:none;
}


.ta_texto {
	font-size:medium;
	font-style: italic;
	margin-bottom: 5%;	
}

.texto_abre {
	padding: 10px;
	font-size: medium;
}

.topo1 {
	background-color:white; 
	position: absolute;
	z-index:15;	
}

.topo2 {
	background-color:white; 
	position: absolute;
	z-index:15;	
}

.tudo {
	width: 100%;
	text-align:center;
}

.verm {
	border: 1px red;
	background-color: LightPink;
}

.vinheta {
	text-align:center;
	//min-width: 20px;
	max-width: 200px;
	background-color: LightGreen;
	//border: 1px solid green;
	padding: 8px;
	color: DarkGreen;
	font-weight: bold;
	border-radius: 10px;
	margin-bottom: 20px;
}

.zebra-table,.zebra-table-all{border-collapse:collapse;border-spacing:0;width:100%;display:table}.zebra-table-all{border:1px solid gray}
.zebra-bordered tr,.zebra-table-all tr{border-bottom:1px solid silver; height:30px}.zebra-striped tbody tr:nth-child(even){background-color:#ccc;  height:30px}
.zebra-table-all tr:nth-child(odd){background-color:white}.zebra-table-all tr:nth-child(even){background-color:#ccc}

.zoom {
  position: relative;
  overflow: hidden;
}
.zoom img {
  max-width: 100%;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.zoom:hover img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}