

body, html { 
	font-size: 100%; 
	padding: 0; 
	margin: 0px;
	height: 100%;
	width:100%;
	font-family: 'Nunito', sans-serif;
}

.divResultado{
	color: red;
	font-size: 20px;
	font-style: italic;
	height: 40px;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	margin: 10px;
}

.modal-registro-exitoso{
	font-size: 3em;
	text-align: center;
	color: green;
	font-weight: bold;
}

.img-principal{
	max-width: 80%; 
	max-height: 220px;
	margin: 10px;
}

.number {
  background-color: #ff6600;
  color: #fff;
  height: 2.2rem;
  width: 2.2rem;
  display: inline-block;
  font-size: 1em;
  margin-right: 4px;
  line-height: 2.2rem;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255,255,255,0.2);
  border-radius: 100%;
}


.tabla-registro{
	margin: 10px auto;
	width: 70%;
	max-width: 500px;
	border-radius: 10px;
  box-shadow: 0 5px 50px rgba(0,0,0,0.4);
  background: #f4f7f8;

}

.titulo-registro{
	text-align: center;
	padding: 14px;
	border-radius: 10px 10px 0px 0px;
	background-color: #2278aa; 
	color: white;
	font-weight: bold;
}

.subtitulos-registro{
	font-size: 1.2em;
	font-weight: bold;
	padding: 15px;
	background-color: #2278aa;
	color: white;
}

.nombres-campos{
	padding: 5px 20px;
	
	font-weight: bold;
	font-size: 1.1em;
}

.input-registro {
	padding: 10px 20px;
}

.input-registro input{
	height: 44px;
	background-color: #f8f8f8; 
}

.espacio-subtitulos-arriba{
	padding-top: 20px;
}

.espacio-subtitulos-abajo{
	padding-bottom: 40px;
}

.texto-notas{
	font-size: 0.9em;
	font-weight: bold;
	padding: 15px;
}

.boton-registrar{
	padding: 20px;
}

.boton-registrar button{
	width: 95%;
	height: 60px;
	font-size: 1.6em;
	font-weight: bold;
}

.divDatosRecuperacion{
	font-size: 20px;
	padding: 10px;
	margin: 10px;
}

.recuperacion {
	padding: 10px 20px;
}

.input-recuperacion {
	padding: 10px 20px;
	text-align: center;
	font-size: 1.1em;
	height: 60px;
}

.modal-correo-recuperacion{
	font-size: 2em;
	text-align: center;
	color: #154b6a;
	font-weight: bold;
}

.link-recuperar-password{
	color: #154b6a;
}

.link-recuperar-password a:hover{
	color: #000000;
}

@media screen and (max-width: 1100px) {

	.tabla-registro{
		width: 90%;
		max-width: 500px;
	}

	.img-principal{
		max-width: 90%; 
		max-height: 220px;
	}

	.divResultado{
		color: red;
		font-size: 20px;
		font-style: italic;
		height: 40px;
		font-weight: bold;
		text-align: center;
		padding: 10px;
		margin: 10px;
	}

}