.nav {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
.styleflui {color: #666666}
.tx 	 {
	font-family: Microsoft Sans serif, Helvetica, Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
}
.ctt {
	padding: 0px;
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666600;
	border-right-color: #666600;
	border-bottom-color: #666600;
	border-left-color: #666600;
	font-family: "Microsoft Sans Serif";
	font-size: 10px;
	font-style: normal;
	color: #000000;
	text-decoration: none;

}
.box {
	border: 1px solid #CC6600;
}
.busca {
	border: 1px solid #999999;
	font-family: "Microsoft Sans Serif";
	font-size: 10px;
	font-style: normal;
	background-color: #EAEAD5;
}
.indicar {
	border: 1px solid #999999;
	font-family: "Microsoft Sans Serif";
	font-size: 12px;
	font-style: normal;
	background-color: #EAEAD5;
}
.BTbusca {
	border: 1px solid #000000;
	font-family: "Microsoft Sans Serif";
	font-size: 10px;
	font-style: normal;
	background-color: #DADAB6;
}
a:link, a:visited, a:active {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #6666FF;
	text-decoration: none;
}
.li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.lsli {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-top-width: 1px;
    border-top-style: solid;
	border-top-color: #000000;
}
.qd {
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #666633;
	border-right: 1px solid #666633;
	border-bottom: 1px Solid #666633;
	border-left: 1px solid #666633;


}
.ls{
	font-family: "Microsoft Sans Serif";
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.tt2 {
	font-family: "Microsoft Sans Serif";
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
}


a.pol:link, a.pol:active, a.pol:visited   {
	color:#666666;
}
a.pol:hover  {
	color:#000000;
	text-decoration:underline;
}


/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content/Box */
  .modal-content {
	background-color: #fefefe;
	margin: 15% auto; /* 15% from the top and centered */
	padding: 20px;
	border: 1px solid #888;
	width: 50%; /* Could be more or less, depending on screen size */
	border-radius: 4px;
  }
  
  /* The Close Button */
  .close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
  }

  .row-btn-modal{
	text-align: right;
    margin-right: 15px;
    padding: 20px 0;
  }

  .link{
	text-decoration: none !important;
    color: white !important;
    background-color: black;
    padding: 10px 30px;
    border-radius: 4px;
  }