a
{
	color: inherit;
	text-decoration: none;	
}

audio
{
	position: fixed;
	top: 90px;
}

article
{
	padding: 0 1.5em;
}

body
{
	font-size: 14px;
	

}

header
{
	margin: 1em 0 0 1em;
	color: #7f8289;
	padding: 0;
}

header h2
{
	margin: 0;
	padding: 0;
}
header p
{

	margin: .5em;
	padding: 0;
}

header h2, header p
{
	display: inline-block;
	vertical-align: top;
}

input[type="text"]
{
	border:none;
	border-bottom: 1px solid #ccc;
	text-align: center;
}

ul
{
	display: inline-block;
	vertical-align: top;
	width:45%;

}


ul li
{
	list-style-type: decimal;
	margin: 1.5em 0;
	
}

ul li p
{
	margin: 0;
}

ul li select
{

	border-radius: 1em;
	color: #fff;
	padding: 0 1em;
}


ul li p, ul li select
{
	display: inline-block;
	vertical-align: top;
}

img
{
	width:10%;
	vertical-align:top;
}

td sup
{
	position: relative;
	z-index: 2;
}

input[data-inicio="1"]
{
	margin: 0 .25em 0 0 ;
}

#dif
{
	background-color: rgba(255,255,255,.7);
	background-image: url('../img/diagonals.png');
	height: 100%;
	left: 0;
	opacity: 1;
	position: fixed;
	/*font-family: font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;*/
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 2;
}

#dif .bots
{
	background:#eee;
	border-radius: 5px;
	color: #eee;
	display: block;
	height: auto;
	left: 30%;
	position: absolute;
	opacity: 1;
	top: 155px;
	width: 300px;
}

/*#dif .bots h2
{
	background: url("../bgintro.png");
	border-radius: 5px;
	border: 1px solid #e99e31;
	color: #fff;
	font-size: 17.6px;
	background-size: contain;
	padding: .4em 1em;
	margin: .2em;
}
*/
#dif .bots h2 img
{
	width: 17px;
	height: 17px;
	float: right;
}

#dif .bots div
{
	margin: 2em auto;
}
/*#dif .bots div span
{
	background-color: #faaf42;
	border: 1px solid #fff;
	color: #fff;
	font-size: 1.1em;
	border-radius: 5px;
	padding: .4em 1.5em;
	margin: 1em 0;
	width: auto;
}*/
#dif .bots div span:hover
{
	
	cursor: pointer;
	background-size: contain;
	color: #faaf42;
}


#audio
{
	height: 36px;
	
}

#nav
{
	background-color: #7f8289;
	font-size: 2em;
	color: #fff;
}

#nav div
{
	position: relative;
	display: inline-block;
	text-align: left;
	vertical-align: baseline;
	width: 65%;
	top: 7px;
}
#nav div:first-child
{
	top:0;
	font-size: .6em;
	margin: 10px 0;
	text-align: center;
	width: 200px;
}
#nav div:last-child
{
	display: none;
}

#nav div span
{
	background-color: #a4a6ab;
	border-radius: .5em .5em 0 0 ;
	color: #7f8289;
	font-weight: bold;
	padding: .2em .5em;
	margin: .2em;
}

#nav div .s
{
	background-color: #fff;
}

#nav div p
{
	margin: 0;
	padding: 0;
	font-size: .5em;
	
}
#nav div p:before
{
	content: "»";
}

.v #nav, .v .B
{
	background-color: #faaf42;
}

.v #nav div .s
{
	background: #fff;
}
.v #nav div span
{
	background-color: #fbc679;
	color: #faaf42;
}

.v header, .v .feed, .v span[data-icon="s"],.v span[data-icon="p"],.v span[data-icon="x"], .v span[data-icon="g"]
{
	color: #faaf42;

}

.v ul li select
{
	
}

.sk header, .s .feed, .sk span[data-icon="s"],.sk span[data-icon="p"],.sk span[data-icon="x"], .sk span[data-icon="g"]
{
	color: #c41230;

}
.sk #nav, .sk .B
{
	background-color: #c41230;
}
.sk #nav div .s
{
	background: #fff;
}


.sk #nav div span
{
	background-color: #d5576c;
	color: #c41230;
}

.sk ul li select
{


}


#score
{
	margin:-300px 412px;
	background: url('../img/bgscore.png');
	border-radius: .5em;
	
	display: none;
	height: 100px;
	position:absolute;
	
	width: 250px;
}

#score div:first-child
{
	background: url('../img/bgscore.png');
	border: 1px solid #ccc;
	height: 20px;
	font-size: 1.2em;
	margin: .5em auto;	
	padding :.2em .5em; 
	text-align: left;
	width: 80%;
}
#score img
{
	width: 24px;
	padding-left: 60%;
}

#score div
{
	border-radius: .5em;
	text-align: center;
	margin: 1em 0;
}

.feed, span[data-icon="s"], span[data-icon="p"], span[data-icon="x"], span[data-icon="g"]
{
	 color: #7f8289;
}

.stext
{
	background-color:#542C82;
	border-radius: .2em;
	display: inline-block;
	vertical-align: baseline;
	color: #fff;
	cursor: pointer;
	padding: .2em .5em;
}

.text
{
	background-color: #fff;
	background-image: url('../img/x.png');
	background-repeat: no-repeat;
	background-position: top right;
	border: 1px solid #c41230;
	box-shadow: 0 0 2em #333;
	border-radius: 1em;
	display: none;
	position: absolute;
	padding: .5em  1em;
	left:50%;
}

.B
{
	background-color: #666;
	border-radius: 1em; 
	color: #fff;
	cursor: pointer;
	margin: 1em  2em;
	padding: 1em 2em;
	text-align:center;
	display: inline-block;
	vertical-align: top;
}



