header, .feed
{
	color: #faaf42;
}

ul
{
	width: 100%;
}

input 
{
	border: none;
	border-bottom: 1px solid #ccc;
}

#nav, .B
{
	background-color: #1A9169;
}

#nav div span
{
	background-color: #fbc679;
	color: #faaf42;
}


#score
{
	background-color: rgba(250,175,66,.5);
}


.boton
{
	background-color: #1A9169;
	border-radius: 1em;
	color: #fff;
	cursor: pointer;
	padding: .5em 2em;
}

.hiden
{
	display: none;
	color: #1A9169 !important;
}
section{
	margin-left:70px;}
#logo {
	position:absolute;
	background-image:url(img/VU6.gif);
	width:170px;
	height:75px;
	left:40px;
}

      										/* NUEVO CODIGO */


@font-face {
	font-family:"glasket500";
	src:url(font/glasket500.ttf);
	}

@font-face {
	font-family:REZ;
	src:url(font/REZ.ttf);


}

*{
	margin:0;
	padding:0;
}
body {
	background-color:#D4E7E1;
	
}

#cabeza {
	width:100%;
	background-color:#1A9169;
	height:80px;
	margin-bottom:15px;
}


								/* CABECERA*/
#titulo {
	font-family:"glasket500";
	font-size:45px;
	color:#FFF;
	text-align:center;
	letter-spacing:1.5px;
	width:150px;
	height:50px;
	float:left;
	position:absolute;
	top:19px;
	left:200px;
}

#niveles{
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	color:#FFF;
	float:left;
	position:absolute;
	left:370px;
	top:25px;
}
#subtitulo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:28px;
	color:#FFF;
	text-align:left;
	top:25px;
	width:550px;
	height:50px;
	position:absolute;
	left:500px;
}
.noUsable {
	background-color:#5EB195;
	color:#019C7A;
}
.usable{
	background-color:#FFF;
	color:#1A9169;
}
table .tniveles {
	border-spacing:0;
	border-right:10px;
}
div#niveles td {
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
}
.instrucionesLetra {
	font-family:REZ;
	text-decoration:underline;
	font-size:23px;
	letter-spacing:1px;
	color:#099;
	text-indent:50px;
}
#instrucciones {
	margin-left:75px;
	color:#099;
	font-family:Tahoma, Geneva, sans-serif;
}
										/*BOTONES*/
#buttons {
	position:static;

	margin-left:600px;
}
.button{
	text-align:center;
	font-size:13px;
	display:inline;
	background-color:#1A9169;
	color:#FFF;
	border:0;
	width:160px;
	font-family:Verdana, Geneva, sans-serif;
	border-radius:10px;
	padding:10px;
}
.button:hover {
	background-color:#FFF;
	color:#1A9169;
	border:3.5px solid #019C7A;
}



.feed, span[data-icon="s"], span[data-icon="p"], span[data-icon="x"], span[data-icon="g"]
{
	 color: #1A9169 !important;
	 border: none !important;
}

#dif .bots h2
{
	background-color:#1A9169;
	border-radius: 5px;
	color: #fff;
	font-size: 17.6px;
	background-size: contain;
	padding: .4em 1em;
	margin: .2em;
}



#dif .bots div span
{
	background-color: #1A9169;
	color: #fff;
	font-size: 1.1em;
	border-radius: 5px;
	padding: .4em 1.5em;
	margin: 1em 0;
	width: auto;
}

