html {
	background: #1A66FF;
}

body {
	min-height: 100%;
	height: auto;
	background: #1A66FF;
}

h3 {
	font-weight: 800;
	color: #000;
	margin: 0 0;
}

.wrapinicia {
	max-width: 994px;
}

.box {
	background: #fff;
	border-radius: 10px;
}

.box hr.line {
	width: 100%;
	height: 1px;
	background: #EDEDED;
	margin: 30px 0 30px;
	border: 0;
}

.accede {
	position: relative;
	z-index: 10;
	max-width: 600px;
	margin: 0 auto;
	padding: 50px 15px 50px;
	text-align: center;
}

.accede .box {
	padding: 50px 64px;
	text-align: left;
}

.accede .box.boxsmall {
	padding: 45px;
}

.accede .logo,
.inicia .logo {
	display: inline-block;
	margin-bottom: 30px;
	height: 30px;
	text-align: center;
}

.accede .logo img,
.inicia .logo img {
	height: 100%;
}

.accede .atop {
	text-align: center;
	margin-bottom: 10px;
}

.accede .atop img {
	margin-bottom: 30px;
	border: 0;
}

.accede .kicker {
	margin-top: 0;
	margin-bottom: 40px;
	font-size: 16px;
	line-height: 1.6em;
	text-align: center;
}

.accede .info-actions {
	text-align: center;
	font-size: 14px;
	line-height: 20px;
}

.accede .info {
	text-align: center;
	margin-top: 25px;
	font-size: 12px;
	line-height: 20px;
}

.accede .modalaccount {
	display: block;
}

.accede .dmaccount {
	margin: 0 0 0 0;
	text-align: left;
	max-width: 820px;
}

.accede .tema {
	font-size: 33px;
	line-height: 1em;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.accede .dmaccount .social {
	margin-bottom: 20px;
	margin-top: 5px;
}

.accede .dmaccount .social a {
	margin: 0 2% 0 0;
	border: 0;
}

.accede .dm-b {
	border: 0;
}

#topmenu .tm-menu {
	display: none !important;
}

.linkssociales {
	position: fixed;
	z-index: 8;
	right: 5px;
	bottom: 0;
}

.seguridad {
	text-align: center;
}

.seguridad .fa {
	color: #66c500;
}

.section.siniciaregistro {
	padding-top: 110px;
}

.inicia .boxform {
	float: left;
	width: 50%;
	text-align: center;
	border-radius: 4px 0 0 4px;
	position: relative;
	z-index: 5;
}

.inicia .accede {
	max-width: none;
	padding: 0 0;
}

.inicia .wrapinicia {
	text-align: center;
}

.inicia .iinformacion {
	position: absolute;
	z-index: 3;
	width: 50%;
	right: 0;
	top: 0;
	height: 100%;
	text-align: center;
	color: #fff;
	border-radius: 0 4px 4px 0;
	padding: 0 45px;
}

.inicia .iinformacion h3 {
	color: #fff;
}

.inicia .iinformacion ul {
	list-style: none;
	padding: 0 0 0 0;
	margin-top: 20px;
}

.inicia .iinformacion li {
	margin-top: 12px;
}

.inicia .iinformacion li .sep {
	width: 100px;
	background: #3596cf;
	height: 1px;
	margin: 0 auto;
}

.inicia .preguntasfrecuentes {
	text-align: left;
	font-size: 0;
	margin-top: 40px;
}

.inicia .preguntasfrecuentes .o {
	width: 50%;
	padding: 0 25px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 60px;
}

.inicia .preguntasfrecuentes .o .fsnormal {
	font-weight: 600;
	margin-bottom: 6px;
	color: #212121;
}

.inicia .esquemaselector {
	margin: 30px 0 10px;
}

.inicia .precio {
	font-size: 60px;
	line-height: 1.1em;
	font-weight: 600;
	margin-top: 6px;
}

.inicia .esquema {
	font-size: 11px;
	line-height: 1em;
	margin-bottom: 40px;
}

.inicia .scrollpagebola {
	bottom: -24px;
}

.inicia .scrollpagebola:hover {
	bottom: -27px;
}

.background {
	position: fixed;
	z-index: 1;
	padding: 20px;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.background .imagec {
	display: block;
	width: 100%;
	height: 100%;
}


@media screen and (max-width:700px) {
	.accede {
		margin: 0 auto;
	}

	.inicia .boxform,
	.inicia .iinformacion {
		width: 100%;
		border-radius: 4px 4px 0 0;
	}

	.inicia .iinformacion {
		position: relative;
		float: left;
		padding: 30px 15px;
		border-radius: 0 0 4px 4px;
	}

	.background {
		padding: 0;
	}
}

@media screen and (max-width:500px) {
	.accede {
		padding: 40px 20px;
	}

	.linkssociales {
		position: relative;
		right: auto;
		bottom: auto;
		margin-top: 35px;
	}
}

@media screen and (max-width:444px) {

	.accede .box,
	.accede .box.boxsmall {
		padding: 45px 20px;
	}

	.accede .kicker {
		font-size: 14px;
	}

	.section.siniciaregistro {
		padding-top: 80px;
	}
}