@font-face {
	font-family: 'eurostile';
	src: url('../fonts/eurostile/eurostile_regular-webfont.woff') format('woff2'),
		url('../fonts/eurostile/eurostile_regular-webfont.woff') format('woff'),
		url('../fonts/eurostile/eurostile_regular-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


.top10Title {
	font-size: 28px;
	margin: 28px auto;
}
.vvh2 {
	font-size: 20px;
	margin: 26px auto;
}
.vvRegistro h2 {
	margin: 28px auto;
	font-size: 24px;
}
.vvmain {
	position: absolute;
	margin: 0;
	padding: 0;
	color: #fff;
	width: 100%;
	height: 100%;
	background: #202020;
	font-family: eurostile;
	z-index: 1000;
}

.vvcenter {
	text-align: center;
}
.escuchar_ {
	cursor: pointer;
}

.contenidoppal {
	width: 100%;
	max-width: 381px;
	margin: 0 auto;
	padding: 1%;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
}
.subHeader {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
	border-radius: 10px;
	font-size: 12px;
	color: #fff;
	width: 100%;
	max-width: 361px;
	margin: 0 auto;
	padding: 1%;
	box-sizing: border-box;
	border-collapse: collapse;
	border: 0;
	font-size: 12px;
	color: #fff;
}

.tablaTop10 {
	width: 100%;
	max-width: 361px;
	margin: 0 auto;
	padding: 1%;
	max-height: 100% !important;
	border-collapse: collapse;
	border: 0;
	font-size: 12px;
}

.tablaTop10 th,
.tablaTop10 td {
	padding: 10px;
	text-align: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}


.butonBlue {
	font-weight: normal;
	font-size: 16px;
	padding: 10px 20px;
	border-radius: 5px;
	background: #007CCA;
	color: #fff;
	border: none;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.vvRegistro {
	font-family: eurostile;
}

.vvRegistro input,
.vvRegistro select {
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	margin-bottom: 10px;
	color: #000;
	border: 1px solid rgba(0, 0, 0, 0.2);
	font-size: 16px;
	padding: 0 10px;
}

.w48 {
	width: 48% !important;
}

.home_legales {
	color: #fff;
	text-align: center;
	margin-top: 40px;
}
.home_legales a {
	color: #fff;
	text-decoration: none;
	margin-right: 10px;
	cursor: pointer;
	background: #000;
}

/* .footer {
	width: 100%;
	height: 56px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #333A3E;
	border-top: 1px solid #ffffff;
	box-sizing: border-box;
	z-index: 99;
} */

/* .footerLeft {
	height: 29px;
	position: absolute;
	left: 10px;
	top: 10px;
} */

/* .footerRight {
	height: 29px;
	position: absolute;
	right: 10px;
	top: 10px;
} */
