html, body, #wrapper {height: 100%;}

body > #wrapper {
	height:auto;
	min-height:100%;
}

#content {
	overflow:auto;
	padding-bottom:60px; /* valor= */
} 

#wrapfooter {
	width:100%;
	height:60px; /* valor= */
	background:rgba(0, 0, 0, 0.3);
}

#footer {
	position: relative;
	margin-top:-60px; /* valor=negativo */
	height:40px;
	clear:both;
} 

/* Footer Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}

/*layout */

#social {
	float:right;
}

#social ul {
	list-style:none;
}

#social ul li {
	display:inline;
	float:right;
	padding-left:10px;
}

.ghost {
	width:1px;
	height:18px;
}

.title {
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
	line-height:1.1;
}

.text {
	background:rgba(0, 0, 0, 0.2);
	font-size:12px;
	color:#FFF;
	padding:5px;
}

.form {
	font-size:12px;
	color:#FFF;
}

.menu {
	font-size:12px;
	color:#FFF;
	display:inline;	
}

#menufooter {
	float:left;
}

#menufooter ul {
	list-style:none;
}

#menufooter ul li {
	display:inline;
	font-size:11px;
	color:#FFF;
	padding-right:15px;
}

#menufooter ul li a {
	color:#FFF;
	text-decoration:none;
}

#menufooter ul li a:hover {
	text-decoration:underline;
}

.sig {
	display:inline;
	float:right;
}

.thumbnail {
	width:100%;
	height:70px;
	background:rgba(0, 0, 0, 0.3);
}

.link {
	display:inline;
}

.link a {
	color:#FFF;
	text-decoration:none;
	display:inline;
}

.link a:hover {
	text-decoration:underline;
	display:inline;
}

input {
	margin-left:0;
	background:rgba(0, 0, 0, 0.2);
	font: 12px Helvetica, arial, sans-serif;
	font-weight:bold;
	color:#FFF;
	border:none;
}

textarea {
	resize:none;
  	margin-left:0;
  	border:none;
	background:rgba(0, 0, 0, 0.2);
	font: 12px Helvetica, arial, sans-serif;
	font-weight:bold;
	color:#FFF;
}

#supersized-loader {
	position:absolute; top:50%; left:50%; z-index:0; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background:url(../../img/progress.gif) no-repeat center center;}
	
#supersized {
	position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }

#supersized img{
	width:auto; height:auto; position:relative; outline:none; border:none; }
		
#supersized a {
	z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111; display:block; }

#supersized a.image-loading {
	background:#111 url(../../img/progress.gif) no-repeat center center; width:100%; height:100%; }

#jsddm {
	margin: 0;
	padding: 0;
}
	
#jsddm li {
	padding-right:26px;
	float: left;
	list-style: none;
	font: 12px Helvetica, Arial;
}

#jsddm li a	{
	display: block;
	padding: 0px 0px;
	text-decoration: none;
	width: 100%;
	color: #FFF;
	white-space: nowrap;
}

#jsddm li a:hover {
	background:;
}
		
#jsddm li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
}
		
#jsddm li ul li {
	float: none;
	display: inline;
	font: 11px Helvetica, Arial;
}
		
#jsddm li ul li a {
	width: auto;
	background:;
}
		
#jsddm li ul li a:hover {
	text-decoration:underline;
}