.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}



/* Main Navigation */
#nav {
	position:relative;
	width:1024px;
	margin:0 auto; 
	/*margin-top:50px;*/
	padding:10px;
	z-index: 999;
}

ul#navigation {
	margin:0px auto;
	position:relative;
	float:left;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	
}

ul#navigation li {
	display:inline;
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:0;
	float:left;
	position:relative;
	border-top:1px solid #fff;
	border-bottom:2px solid #fff;

}

ul#navigation li a {
	padding:10px 15px;
	color:#616161;
	text-shadow:1px 1px 0px #fff;
	text-decoration:none;
	display:inline-block;
	border-right:1px solid #fff;
	border-left:1px solid #fff; /*C2C2C2*/
	border-top:1px solid #fff;
	background: #fff;	/*background: rgba(54, 25, 25, .5);*/


	-webkit-transition:color 0.2s linear, background 0.2s linear;	
	-moz-transition:color 0.2s linear, background 0.2s linear;	
	-o-transition:color 0.2s linear, background 0.2s linear;	
	transition:color 0.2s linear, background 0.2s linear;	
}

ul#navigation li a:hover {
	background:#f8f8f8;
	color:#282828;
}

ul#navigation li a.first {
	border-left: 0 none;
}

ul#navigation li a.last {
	border-right: 0 none;
}

ul#navigation li:hover > a {
	background:#fff;
}

/* Drop-Down Navigation */
ul#navigation li:hover > ul
{
/*these 2 styles are very important, 
being the ones which make the drop-down to appear on hover */
	visibility:visible;
	background:#fff;
	opacity:1;
}

ul#navigation ul, ul#navigation ul li ul {
	list-style: none;
    margin: 0;
    padding: 0;    
/*the next 2 styles are very important, 
being the ones which make the drop-down to stay hidden */
    visibility:hidden;
    opacity:0;
    position: absolute;
    z-index: 99999;
	width:180px;
/*	background:#f8f8f8;*/
	box-shadow:1px 1px 3px #fff;
/* css3 transitions for smooth hover effect */
	-webkit-transition:opacity 0.2s linear, visibility 0.2s linear; 
	-moz-transition:opacity 0.2s linear, visibility 0.2s linear; 
	-o-transition:opacity 0.2s linear, visibility 0.2s linear; 
	transition:opacity 0.2s linear, visibility 0.2s linear; 	
}

ul#navigation ul {
    top: 43px;
    left: 1px;
}

ul#navigation ul li ul {
    top: 0;
    left: 181px; /* strong related to width:180px; from above */
}

ul#navigation ul li {
	clear:both;
	width:100%;
	border:0 none;
	/*border-bottom:1px solid #c9c9c9;*/
}

ul#navigation ul li a {
	background:none;
	padding:7px 15px;
	color:#616161;
	text-shadow:1px 1px 0px #fff;
	text-decoration:none;
	display:inline-block;
	border:0 none;
	float:left;
	clear:both;
	width:150px;
}

.gdlr-item{margin: 0px 15px 20px;min-height: 1px;}
.gdlr-full-size-wrapper .gdlr-item-no-space{ margin-bottom: 0px; }
.gdlr-item-no-space{ margin: 0px 20px 40px; }
.gdlr-item-no-space .gdlr-item{ margin: 0px; }
.gdlr-item.gdlr-main-content { margin-bottom: 55px; }
.gdlr-item.gdlr-divider-item{ margin-bottom: 50px }
.section-container, .gdlr-item-start-content, .gdlr-parallax-wrapper, .gdlr-color-wrapper{ padding-top: 70px;  }
.gdlr-color-wrapper, .gdlr-parallax-wrapper, .gdlr-full-size-wrapper{ padding-bottom: 40px; }
.gdlr-full-size-wrapper .gdlr-item,
.gdlr-full-size-wrapper .gdlr-item-no-space{ margin-left: 0px; margin-right: 0px; }
.gdlr-styled-box-body{ padding: 45px 40px 25px; }
.gdlr-styled-box-body.with-head{ padding-top: 5px; }
.gdlr-styled-box-body .gdlr-styled-box-head-wrapper{ overflow: hidden; }

/*--- code item ---*/

.gdlr-code-item{ padding: 7px 15px; border-width: 1px; border-style: solid; overflow: hidden; }
.gdlr-code-item .gdlr-code-title{ font-weight: bold; cursor: pointer; }
.gdlr-code-item .gdlr-code-title i{ font-size: 9px; margin-right: 7px; }
.gdlr-code-item .gdlr-code-content{ padding: 8px 14px; display: none; line-height: 2; }
.gdlr-code-item.active .gdlr-code-content{ display: block; line-height: 2; }
/*--- styled box ---*/

	.gdlr-styled-box-head-wrapper{ overflow: hidden; }
.gdlr-styled-box-head{ overflow: hidden; height: 40px; }
.gdlr-styled-box-corner{ float: right; height: 0px; width: 0px; border-style: solid;
	border-width: 0px 40px 40px 0px; border-right-color: transparent; }

.example ul {
  list-style: none;
  padding: 0;
  margin: 0;
 
  
}

.example li {
 padding-left: 0px;
   font-family: "Open Sans", sans-serif;
    line-height: 180%;
    border-bottom: 1px dashed #CCC;
   
text-indent: -2em;
    
}

.example li::before {
 content: "";
 /* margin-right: 10px;*/

 margin: 10px 10px;
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  margin-bottom: 2px;
}

#footer
{
color:#888;
font-size:10px;
font-family: 'Open Sans', sans-serif;
}

#footer a
{
text-decoration:none;

}


.linguas a:hover
{

color:#000;


}

#footer h3
{
	font-family: 'Open Sans', sans-serif;
	font-size:20px;
	font-variant:small-caps;
	color:#e51c20;
	
	background-repeat: no-repeat;
	/*padding-left: 17px; 
	 width of the image plus a little extra padding */
	display: block;

	background-position: left 11px;
	
}

#footer p
{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-variant:small-caps;

}

.left
{
margin-top:20px;
width:400px;

float:left;
margin-right:50px;

}

.right
{
margin-top:20px;
float:right;
width:400px;

margin-left:50px

}

h5
{
	font-family: 'Open Sans', sans-serif;
	font-size:18px;

	color:#e51c20;
	
	background-repeat: no-repeat;
	/*padding-left: 17px; 
	 width of the image plus a little extra padding */
	display: block;

	background-position: left 11px;
	
}

/* sponsors logos */
.sponsorLogoImage{vertical-align: top; margin-right: 20px; margin-top: 20px;margin-bottom: 20px;float: left;}
#sponsors img {
	display: block;
	margin-left: 0px;
	margin-right: 30px;
}

.datasimp
{
color:#e51c20;
}

#barraconv {
   
    margin: 0 auto;
    background: #e1e1e1;
   /* height: 1000px*/
}




td.cell_background {
background-image:url(/img/cell2.png);
background-repeat: no-repeat; 
}

td.indetado
{
text-indent: 2px;
white-space: nowrap;
}


td
{
font-family: 'Roboto', sans-serif;
font-size: 13px;
text-align:left;
color:#707776; 
/*background-repeat: no-repeat; */
vertical-align: top; 
 padding-left: 1px;
 padding: 2px;
}
 .corletra
 {
 color:#f6988b;
 }
 
 .corletraVer
 {
 color:#F00;
 }

table.fixed {table-layout:fixed; width:960px; background-image:url(file://///172.17.0.15/d$/Sopcom/img/riscas-topo-com-dia.png); background-repeat:no-repeat;}/*Setting the table width is important!*/
table.fixed td {overflow:hidden;}/*Hide text outside the cell.*/
table.fixed td:nth-of-type(1) {width:82px; height:20px;}/*Setting the width of column 1.*/
table.fixed td:nth-of-type(2) {width:220px;height:20px;}/*Setting the width of column 2.*/
table.fixed td:nth-of-type(3) {width:86px;height:20px;}/*Setting the width of column 3.*/
table.fixed td:nth-of-type(4) {width:220px;height:20px;}/*Setting the width of column 3.*/
table.fixed td:nth-of-type(5) {width:82px;height:20px;}/*Setting the width of column 3.*/
table.fixed td:nth-of-type(6) {width:220px;height:20px;}/*Setting the width of column 3.*/

