.wrapper.bodier {
	margin: 0 auto;
	padding: 0;
	border: none;
	color: inherit;
	text-decoration: none;
	width: auto;
	float: none;
	border-radius: 0;
	text-align: left;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 62.5%;
    font-size: 1em;
    line-height: 1;
    font-family: "arial", sans-serif;
}

.wrapper .close {
	position: absolute;
	top: 0;
	right: 3rem;
	display: block;
	text-align: right;
	margin: 0 0 0 auto;
	padding: 1.3rem 0;
}
.wrapper .close a,
.wrapper .close img {
	width: 2.5rem;
	height: 2.5rem;
	background-repeat: no-repeat;
	background-image: url(http://www.rtve.es//css/rtve.2015/i/iconos/icons_60x60_ffffff.png);
	background-size: 1100%;
	display: block;
}
.wrapper .close a {
	background-position: 40% 20%;
}
.wrapper .close img {
	background-position: 10% 0%;
	opacity: 0.3;
}
/* .wrapper .close a{width: 25px;height: 25px;background-repeat: no-repeat;background-image: url(http://www.rtve.es//css/rtve.2015/i/iconos/icons_60x60_ffffff.png);background-position: 10% 0%;background-size: 1100%;}
.wrapper .close a img {display:none;} */

#userBox {
    margin: 0 auto;
	display: block;
	width: 100%;
	max-width: 45rem;
	position: relative;
	padding: 5rem 4.3rem 2.5rem 4.3rem;
}
/* div.myNav {display: block;width:100%;max-width: 450px;position: relative;padding: 50px 43px 25px 43px;} */
div.myNav > .header {
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	color: #4e515e;
	text-align: center;
	box-sizing: content-box;
	padding: 26px 0;
}

div.myNav .textbox > input {
	display: block;
	width: 100%;
	border-radius: 4.5px;
	border: 1px solid #b6bdc5;
	background-color: #fff;
	box-sizing: border-box;
	margin-bottom: 13px;
	padding-left: 7px;
	height: 43px;
	text-indent: 5px;
	color: #4e515e;
	outline: none;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
	font-size: 16px;
	font-weight: bold;
}
div.myNav .textbox > input:focus {
	border: 1px solid #87b9ea;
	outline: none;
	box-shadow: 0 0 5px 0 #1d87ff;
}
div.myNav .textbox > .error-msg {
	color: #cc1212;
	font-weight: normal;
	font-size: 1.4rem;
	line-height: 1.2;
	font-weight: normal;
}

div.myNav .submit {
	width: 100%;
	display: block;
	margin-top: 43px;
}
div.myNav .submit > button {
	background-color: #ee4613;
	color: #fff;
	cursor: pointer;
	width: 100%;
	height: 43px;
	border-radius: 1.79px;
	border-color: #1371b9;
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.4);
	-ms-flex-line-pack: center;
	align-content: center;
	text-align: center;
	font-size: 20px;
	line-height: 20px;
}

div.codeConnect {
	display: block;
	width: 100%;
	margin: 2rem 0;
	box-shadow: 0.5rem 0.5rem 1rem #999;
}
div.codeConnect p {
	text-align: center;
	padding: 2rem;
	font-size: 2.5rem;
	line-height: 1.2;
	color: #006400;
}

@media only screen and (max-width: 450px) and (orientation: portrait) {
	#userBox {
		max-width: 100%;
	}
}

.mainBox {
    display: block;
    float: left;
    width: 100%;
}

.mainBox > li {
    padding: 1.5em 4.8rem;
    width: 100%;
    position: relative;
    float: left;
}

.mainBox .slidB {
    padding: 2em;
    display: inline-block;
    width: auto;
}

.mainBox .slidB span {
    position: relative;
    color: #464748;
    text-align: left;
    display: inline-block;
    font-size: 280%;
    letter-spacing: -0.03em;
    position: absolute;
    overflow: hidden;
}
