@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300&subset=latin,cyrillic-ext,greek-ext,greek,vietnamese,latin-ext,cyrillic);
@font-face {
	font-family: "cs-ctrl-basic";
	src: url("cs-ctrl-basic.eot");
	src: url("cs-ctrl-basic.eot#iefix") format("embedded-opentype"),
			 url("cs-ctrl-basic.woff") format("woff"),
			 url("cs-ctrl-basic.ttf") format("truetype"),
			 url("cs-ctrl-basic.svg#basic") format("svg");
	font-weight: normal;
	font-style: normal;
}
body {
  background: url("../imagenes/iosBG.jpg");
  font-family:sans-serif;
  font-size: 100%;
  text-align: center;
  margin: 0;
}
a {
  color:white;
  text-decoration: none;
}
ul {
  list-style-type: none;
  padding: 20px;
  text-align: center;
}
li {padding: .5em 0;}
.cs_language {
    margin: 5px;
    text-transform: uppercase;
}
.cs_language *, .cerrar {
	font-family: "Open Sans Condensed",sans-serif;
  font-size: 1.5em;
	margin: 0 5px;
}
.cs_language span {
	background-color: #222;
	color: #FFF;
	padding: 5px;
	border-radius: 8px;
	vertical-align: middle;
	display: inline-block;
}
.cs_language a {
	color: #222;
	text-decoration: none;
	vertical-align: middle;
}
.cs_language a:hover {text-decoration: underline;}
.contenedor {
  font-size: 2em;
  background: #000;
  border-radius:1em;
  margin: 2.5em auto;
  max-width: 500px;
  /*position: center;*/
  width: 100%;
}
.cs_back-home,
.cerrar {
  display: inline;
  margin: .5em;
  width: 100%;
  z-index: 10;
}
/* line 653, sass/style.scss */
.cs_back-home a,
.cerrar a {
  background-color: #222;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  font-family: "Open Sans Condensed",sans-serif;
  font-size: 16px;
  padding: 3px 10px;
  text-decoration: none;
}
@media only screen and (max-width: 480px) {
  .cs_language {
    top: 15px;
    margin-bottom: -15px;
  }
  .cs_language *, .cerrar {font-size: 1.2em;}
  .contenedor {
    font-size: 1em;
    width: 80%;
  }
	.cerrar {
		top: 40px;
		left: 109px;
	}
}
