body{
	/*background-image: url(../img/fondo.jpg);*/
	background-color: #fff;
	background-attachment: fixed;
	background-size: cover;

}
header{
	background: #000;
	color: #fff;
	padding-top:10px;
}
header a{
	color: #fff;
}
header a:hover{
	color: #e3e3e3;
	text-decoration: none;
}
header h3{
	color: #fff;
}

/*Color youtube #c4302b */
.registro, .registro-resumen{
	background: #fff;
	padding: 30px;
	color: #000;
}
.registro .lista{
	list-style: none;
	text-decoration-style: none;
	text-align: center;
}
.registro .bg-boton{
	background-color: #000;
	color: #fff;
	font-size: 20px;
}

.btn-bs{
	background-color: #000 !important;
	color: #fff !important;
}
.btn-bs:hover{
	background-color: rgba(0,0,0,0,0.5) !important;
	color: #fff !important;
}