html{
	height: 100%;
}

body{
	height: 100%;
	display: flex;
	flex-flow: column;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
}

a{
	color: #F3813C;
	cursor: pointer;
	text-decoration: none;
	font-weight: 700;
}

a:hover{
    color:  #D0602B;
}

a:active{
    color:  #B04E21;
}

header{
	background-color: #FFD102; 
	height: 52px;
}

.header-container{
	max-width: 1342px;
	width: 100%;
	display: flex;
	align-items: center;
	margin: auto;
}

.header-subtitle{
	font-family: Verdana, Arial, sans-serif;
	font-weight: 700;
	font-size: 19.8px;
	margin-left: 22px;
	overflow: hidden;
	white-space: nowrap;	
}

.prelogin-container{
	background-color: #ffffff; 
	background: url("../images/portal-documentacion-bg.png") center;
	background-size: cover;
	flex-grow: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.prelogin-container-box{
	border-radius: 10px; 
	max-width: 490px; 
	width: 100%;
	box-shadow: 0px 4px 4px 0px #00000040;
	background-color: #ffffff;
	padding: 50px 50px 60px;
	line-height: 1.4;
	text-align: center;
	margin: 20px;
}

.prelogin-container-box-title{
	font-family: Verdana, Arial, sans-serif;
	font-size: 26px;
	font-weight: 600;
	padding: 0 0 30px
}

.logo{
	height: 22px;
    margin: 4.4px;
    padding: 8.8px;	
}

.boton-inicio{
	background-color: #FFD102;
	border-radius: 25.5px;
	max-width: 377px;
	width: 100%;
	display: block;
    margin: 0 auto;
    border: none;
    min-height: 51px;
    font-size: 18px;
    font-family: Verdana, Arial, sans-serif;
	font-weight: 600;
	margin: 30px auto;
	cursor: pointer;	
	color: #000000;
	text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;	
}
.boton-inicio:hover{
	background: #F0C400;
	text-decoration: none;
	color: #000000;
}

.boton-inicio:active{
	background: #AA8B01;
	text-decoration: none;
	color: #000000;
}

.check{
	height: 36px;
	padding-bottom: 20px;
}
