﻿/* 
---------------------------------------
aplicacoes
---------------------------------------
*/


.aplicacoes-tab {
	width:100%;
	background-color:#f1f1f1;
}

.aplicacoes-txt {
	width:400px;
	float:left;
	margin:20px 10px 10px 10px
}

.aplicacoes-titulo {
	font-weight:bold;
	font-size:1.2em;
	margin-bottom:2px
}

.aplicacoes-icone {
	width:90px;
	text-align:center;
	margin:10px 20px 10px 10px;
	float:left
}

.aplicacoes-nro {
	width:70px;
	text-align:center;
	margin:30px 0 10px 10px;
	float:left
}

.aplicacoes-descricao {
	margin:10px; 
	border-bottom:1px #ccc dotted;
	border-top:1px white dotted;
	height:120px
}

.aplicacoes-descricao:hover {
	background: #e7e7e7; 
	cursor: auto
}

.border img{
	padding:0;
	margin:0;
	list-style: none;
	display: block;
	overflow: hidden;
	border: 3px solid #efefef;
}

.border img:hover {
	padding:0;
	margin:0;
	list-style: none;
	display: block;
	overflow: hidden;
	background: #efefef; /*Edite a cor de fundo*/
	border: 3px solid #BAD5FC; /*Edite a cor de borda*/
}

