body, html {
  	height: 100%;
}

body { 
	margin:0; 
	padding:0;
	background-color: #ffffff;
}

.tabla_principal {
	width: 910px;
}

.celda_enlaces {
	text-align: right;
	vertical-align: middle;
	color: #5b5b5b;
	font-family: Helvetica;
	font-weight: lighter;
}

.enlace {
	vertical-align: bottom;
}

.separador {
	vertical-align: middle;
	font-size: 13px;
	padding: 0px 10px 0px 10px;
}

.texto {
	vertical-align: middle;
	font-size: 14px;
	padding-right: 15px;
	color: #003C71;
}

.contenedor {
	padding-top: 15px;
	/*background-color: #FFF;
	border-top: 1px solid #AAA;
  	background-image: url("../img/fondo_degradado.png");
    background-repeat: repeat-x;
    background-position: bottom;*/
}

.lsBlockLayer {
    background-color: transparent;
}
.lsTwhlFooter {
    background-color: transparent;
    border-top: 1px solid #aaa;
}
.lsTwhlFooter .lsButton--design-standard,  .lsTwhlFooter .lsButton--hoverable:hover {
    background-color: #f7f7f7;
    border-color: #333;
    color: #333;
}

.div_fondo_01 {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background-image: url("../img/login_fondo_01-min.png"); 
	background-repeat: no-repeat;
	background-size: 100%;
}

.div_fondo_02 {
	position: absolute;
	display: block;
	width: 300px;
	height: 100%;
	right: 0;
	bottom: 0;
	z-index: 2;
	background-image: url("../img/login_fondo_02-min.png"); 
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: bottom right;
}

.div_copy_01 {
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
  	position: fixed;
	z-index: 4;
	padding: 5px;
  	right: 15px;
  	bottom: 15px;
  	color: #ffffff;
}

.div_form_01 {
	align-items: center;
	display: flex;
	justify-content: center;
	height: 100%;
}

.div_form_02 {
	height: 620px;
	width: 910px;
	z-index: 3;
}
