html
{
	margin: 0;
	padding: 0;
	height: 100%;
	background: #fff;
	-webkit-tap-highlight-color: rgba( 0, 0, 0, 0 );
}
body
{
  margin-top:0px;
}


h1
{
	font-family: "gotham", Helvetica, Arial, sans-serif;
	font-size: 50px;
	font-weight: 300;
	margin-top: 20px;
	text-align: center;
  font-weight:900;
  color: #000;
  text-decoration: none;
}

h2
{
  font-family: "gotham", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 300;
	margin-top: 20px;
	text-align: center;
  color: #888888;
  text-decoration: none;
  }

h3
{
	margin-bottom: 20px;
	text-align: center;
  text-decoration: none;
  margin:0 auto;
}

h3 img{
  margin-top:0px;
  width:150px;
  background:#000;
  padding:20px;
}

h5
{
  font-family: "gotham", Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: 300;
	margin-top: 20px;
	text-align: center;
  color: #888888;
  text-decoration: none;
  }

.content
{
	position: relative;
	top: 5px;
	width: 250px;
	margin: 0 auto;
}

.admin-panel
{
	background: #f4f4f4;
	width: 240px;
	height: 40px;
	color: #888888;
	border: none;
	border-radius: 3px;
	padding: 0 0 0 10px;
	font: bold 13px "gotham", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	line-height: 41px;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	margin-bottom: 7px;
	box-shadow: 0 1px 1px rgba( 0, 0, 0, 0.1 );
}

.cog
{
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px;
	margin-top: 5px;
	margin-right: 6px;
	border: none;
	color: #888888;
	font-size: 20px;
}

.admin-text:hover, .cog:hover { cursor: pointer; color: #555555; }

input#toggle { display: none; }
input#toggle ~ .menu { display: block; }
input#toggle:checked ~ .menu { display: none; }



.menu a
{
	display: block;
	background: #F2f2f2;
	width: 240px;
	height: 40px;
	padding: 0 0 0 10px;
	font: bold 13px "gotham", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #000000;
	color: rgba( 0, 0, 0, 0.4 );
	line-height: 40px;
	box-shadow: 0 1px 1px rgba( 0, 0, 0, 0.1 );
}

.menu a:nth-child( 2 )
{
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.menu a:last-child
{
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.menu a:hover { color: #555555; }


.admin-text-idiomas:hover, .cog:hover { cursor: pointer; color: #555555; }

input#toggle-idiomas { display: none; }
input#toggle-idiomas ~ .menu-idiomas { display: block; }
input#toggle-idiomas:checked ~ .menu-idiomas { display: none; }

.menu-idiomas a
{
	display: block;
	background: #F2f2f2;
	width: 240px;
	height: 40px;
	padding: 0 0 0 10px;
	font: bold 13px "gotham", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #000000;
	color: rgba( 0, 0, 0, 0.4 );
	line-height: 40px;
	box-shadow: 0 1px 1px rgba( 0, 0, 0, 0.1 );
}

.menu-idiomas a:nth-child( 2 )
{
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.menu-idiomas a:last-child
{
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.menu-idiomas a:hover { color: #555555; }


.arrow
{
	width: 0;
	height: 0;
	margin-left: 15px;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 9px solid #fed339;
}
