input[type="text"]:hover, input[type="number"]:hover, input[type="email"]:hover, input[type="password"]:hover, 
input[type="text"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="password"]:focus, 
input[type="submit"]:hover, input[type="submit"]:focus{
	outline: none;
}

input[type="text"]:hover, input[type="number"]:hover, input[type="email"]:hover, 
input[type="password"]:hover, input[type="submit"]:hover{
	border: 2px solid var(--ColorMoradoBajo);
}

input[type="text"]:focus, input[type="number"]:focus, input[type="email"]:focus, 
input[type="password"]:focus, input[type="submit"]:focus{
	border: 2px solid var(--ColorMoradoNormal);
	box-shadow: 0px 1px 13px var(--ColorMoradoClaro), -0px -1px 13px var(--ColorMoradoClaro);
	background-color: #EBDEF0;
}

input[type="text"], input[type="number"], input[type="email"], input[type="password"]{
	border: 2px solid var(--ColorMoradoClaro);
	width: 20%;
	border-radius: 3px;
	color: var(--ColorMoradoFuerte);
	padding: 4px;
}

input[type="radio"]{
	background-color: var(--ColorMoradoNormal);
}

input[type="submit"]{
	cursor: pointer;
	border: 2px solid var(--ColorMoradoFuerte);
	color: var(--ColorMoradoFuerte);
	background-color: #EBDEF0;
	padding: 6px;
	border-radius: 3px;
	box-shadow: 0px 2px 9px var(--ColorMoradoClaro);
}

body{
	background-image: url('../Imagenes/Fondo.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

span1{
	display: contents;
	padding: 0;
	margin: 0;
}

.Wd{
	width: 100%;
}

.Mar-Right{
	margin-right: 9px;
}

.ContCaja{
	width: 60%;
	margin: 0 auto;
	margin-bottom: 30px;
	box-shadow: 0px 1px 13px var(--ColorGrisNormal), -0px -1px 13px var(--ColorGrisNormal);
	border-radius: 3px;
	background-color: #fff;
}

.ContCaja div{
	margin-top: 20px;
	margin-bottom: 20px;

	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

	.FormPass{
		background-color: #ccc;
		padding: 10px;
		padding-top: 20px;
		padding-bottom: 20px;
		border-radius: 3px;
	}

	.DivTexto{
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.ContCaja form div div{
		display: inline;
	}

	.ContCaja form div label{
		margin-left: 9px;
		-webkit-user-select: none;
		text-shadow: 1px 1px 10px var(--ColorMoradoClaro), 1px -1px 10px var(--ColorMoradoClaro);
	}

.ContCaja form{
	width: 80%;
	margin: 0 auto;
	border-radius: 3px;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

	#IdTexto{
		color: red;
	}

	.red{
		box-shadow: 2px 2px red, -2px 2px red, 2px -2px red, -2px -2px red;
	}

	.Normal{
		background-color: #fff;
	}

.Bri{
	text-shadow: 1px 1px 10px rgb(0,0,0,.9), -1px 1px 10px rgb(0,0,0,.9), 
				1px -1px 10px rgb(0,0,0,.9), -1px -1px 10px rgb(0,0,0,.9);
	color: var(--ColorMoradoClaro);
	background-color: #fff;
	width: 60%;
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 30px;
	padding: 10px;
	border-radius: 6px;
	box-shadow: 2px 2px 3px var(--ColorGrisBajo), -2px 2px 3px var(--ColorGrisBajo),
				2px -2px 3px var(--ColorGrisBajo), -2px -2px 3px var(--ColorGrisBajo);
}

@media screen and (max-width: 1210px){
	.ContCaja{
	}

		.ContCaja form{
			flex-direction: column;
		}

		.ContCaja form div{
			flex-direction: column;
			margin-top: 10px;
			margin-bottom: 10px;
		}

			input[type="text"], input[type="number"], input[type="email"], input[type="password"]{
				width: 90%;
				margin-top: 6px;
				margin-bottom: 6px;
			}

			label{
				margin: 0;
			}
}

@media screen and (max-width: 800px){
	.ContCaja{
		width: 80%;
	}

		.Form-Caja{
			width: 90%;
		}
}

@media screen and (max-width: 500px){
	.ContCaja{
		width: 90%;
	}

		.Form-Caja{
			width: 90%;
		}
}
