* {
	margin: 0px;
	box-sizing: border-box;
	font-family: Roboto;
}
html, body {
	height: 100vh;
}
body {
	margin: 0 auto 0 auto;
	padding: 0;
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
	box-sizing: border-box;
	max-width: 1440px;
}
body div {
/*	border: 1px solid #CCC;*/
}
.header, .contener, .footer {
	box-sizing: border-box;
	width: 100%;
}
.img_gen {
	width: 100%;
}

.contenido {
	flex-grow: 1;
	padding: 10px 20px;
}

.accesserror {
	width: 100%;
	flex-grow: 1;
	display: flex;
    justify-content: center;
    align-items: center;
	color: #cc0000;
	font-size: 20px;
}
.header_box {
	width: 100%;
	display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
	background-image: url("/img/Header_bg.png");
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
	padding: 10px;
}
.cont_obj {
	margin: 5px 0;
}
.cont {
	width: 100%;
	height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.h_bt {
	width: 120px;
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
	background: #3D4BD6;
	padding: 15px;
	border-radius: 50px;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	cursor: pointer;
	margin: 5px;
}


.footer_box {
	width: 100%;
	min-height: 230px;
	background-image: url("/img/Podval.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.pag_bt {
	width: 150px;
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
	background: #FFB70E;
	padding: 15px;
	border-radius: 50px;
	font-size: 20px;
	font-weight: bold;
	color: #21529B;
	cursor: pointer;
	margin: 5px;
}
.pag_bt img, .pag_bt_off img {
	margin-right: 10px;
}
.pag_bt_off {
	width: 150px;
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
	background: #FFB70E;
	padding: 15px;
	border-radius: 50px;
	font-size: 20px;
	font-weight: bold;
	color: #21529B;
	margin: 5px;
	opacity: 0.4;
}
.cont_pag {
	width: 100%;
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.pag_txt {
	font-family: Roboto;
	font-size: 25px;
	font-weight: 500;
	color: #21529B;
}
.cont_mp {
	width: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
	margin: 10px 0;
}
.contenido_p {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.cont_pag_p {
	width: 100%;
	flex-grow: 1;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.cont_pag_p a {
	text-decoration: none;
	color: #000;
}
.page_status {
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
.page_box_status {
	flex-grow: 1;
	padding: 20px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.page_return_text {
	width: 100%;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	text-align: center;
	color: #FFF;
	font-size: 28px;
	flex-grow: 1;
}