html
{
	font-family: 'Roboto Condensed', Arial;
	font-size: 14pt;
	width: 100%;
	height: 100%;
}

body
{
	margin: 0px;
	background:#ACACAC;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	width: inherit;
	height: inherit;
}

a
{
	text-decoration: none;
	color: inherit;
}

.alerta
{
	border: 1px solid #fdb9b9;
    padding: 5px 10px;
    font-size: 0.9em;
    background-color: #ffdcdc;
    color: #9c2922;
}

.cuadro
{
	margin: auto;
	width: 60%;
	height: 430px;
	color: black;
	text-align: center;
	box-shadow: 0 0 35px #313131;
	box-sizing: border-box;
	background-color: white;
	border-radius: 10px;
}

.subcuadro1
{
	width: 40%;
	height: 100%;
	box-sizing: border-box;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-right: 5px solid #cf6360;
	background-image: url( '../temas/acceso1_fondo1.jpg' );
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
}

.subcuadro1 .logo
{
	display: block;
	width: 90px;
	margin: auto;
	padding-top: 10%;
	padding-bottom: 20px;
}

.subcuadro1 .titulo
{
	font-size: 1.2em;
}

.subcuadro1 .desc
{
	display: block;
	font-size: 0.75em;
	text-align: left;
	padding-left: 13%;
	padding-bottom: 7%;
	clear: both;
}

.subcuadro1 .desc .circulo
{
	width: 12px;
	margin-right: 5px;
}

.subcuadro2
{
	width: 60%;
	height: 100%;
	color: #666667;
	box-sizing: border-box;
	padding: 4%;
	float: left;
	text-align: left;
	position: relative;
}

.subcuadro2 .titulo
{
	width: 100%;
}

.subcuadro2 .titulo .subtitulo1
{
	color: #cb5e57;
	font-size: 1.2em;
	display: inline-block;
}

.subcuadro2 .titulo .subtitulo2
{
	color: #9a9a9a;
	font-size: 1em;
	display: inline-block;
}

.logo_celular
{
	display: none;
}

.btn
{
	cursor: pointer;
	border-style: none;
	border-radius: 20px;
	padding: 5px 5px 5px 5px;
}

.btn-fijo
{
	width: 45%;
	margin: auto;
	color: #e35e59;
	border: 2px solid #e35e59;
	text-align: center;
	display: block;
}

.btn-enviar
{
	color: #e35e59;
	background-color: initial;
	border: 2px solid #e35e59;
	padding: 8px 10px 8px 10px;
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	bottom: 10%;
	left: 7%;
}


.btn-ingresar
{
	color: #e35e59;
	background-color: initial;
	border: 2px solid #e35e59;
	padding: 8px 10px 8px 10px;
	text-transform: uppercase;
	text-align: center;
	float: right;
}

.btn-fijo:hover, .btn-enviar:hover, .btn-ingresar:hover
{
	color: white;
	background-color: #e35e59;
}

.form-control
{
	color: #3b3b3c;
	width: 90%;
	padding: 8px;
	font-size: 0.8em;
	border-style: none;
	border-bottom: 2px solid #cecfd3;
}

.d-none
{
	display: none;
}

.texto-p
{
	font-size: 0.85em;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
	font-size: 0.8em;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #98999e;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #e35e59;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

@media only screen and (max-width: 600px)
{
	.cuadro
	{
		width: 100%;
		height: 100%;
	}

	.subcuadro1
	{
		display: none;
	}

	.subcuadro2
	{
		color: white;
		width: 100%;
		background-image: url( '../temas/acceso1_fondo2.jpg' );
		background-repeat: no-repeat;
		background-size: cover;
	}

	.subcuadro2 .titulo .subtitulo1
	{
		color: white;
		display: block;
		text-align: center;
		margin-top: 25px;
	}

	.logo_celular
	{
		display: block;
		width: 80px;
		margin: auto;
		margin-top: 15%;
	}

	.form-control
	{
		display: block;
		width: 70%;
		margin: auto;
		background: none;
		border-bottom: 1px solid white;
	}

	.form-control::placeholder
	{
		color: white;
	  }

	.btn-ingresar
	{
		background-color: white;
		border-color: white;
		border-radius: 25px;
		width: 80%;
		margin: auto;
		display: block;
		float: none;
	}
}
