<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/* Style the tab */
div.tab {
    float: left;
    width: 23%;
    min-height: 400px;
}

/* Style the buttons inside the tab */
div.tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 15px 10px 15px 0;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
	font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
div.tab button:hover {
	font-weight:bold;
	background-color:#FFDFEF;
	padding-left:10px;
}

/* Create an active/current "tab button" class */
div.tab button.active {
	font-weight:bold;
	text-decoration:underline;
	color:#F06;
}

/* Style the tab content */
.tabcontent {
    float: left;
    padding:0 30px 10px 30px;
    width: 60%;
    border-left: none;
    min-height: 400px;
}




/* Dropdown Button */
.dropbtn {
    background-color: #3498DB;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* Dropdown button on hover &amp; focus */
.dropbtn:hover, .dropbtn:focus {
    background-color: #2980B9;
}

/* The container &lt;div&gt; - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
	 float:right;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}


.redes_fm {
	float:left;
	opacity:0.5;
	color:#000;}
	
.redes_fm:hover {
	opacity:1;}	
			</pre></body></html>