@charset "UTF-8";
body { 
	margin:0; 
	padding:0;
	background-color: #ffffff;
}

.div_fondo_01 {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background-image: url("../images/login_fondo_01-min.png"); 
	background-repeat: no-repeat;
	background-size: auto 100%;
}

.div_fondo_02 {
	position: absolute;
	display: block;
	width: 300px;
	height: 350px;
	right: 0;
	bottom: 0;
	z-index: 2;
	background-image: url("../images/login_fondo_02-min.png"); 
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: bottom right;
}

.div_copy_01 {
	font-size: 12px;
  	position: fixed;
	z-index: 4;
	padding: 5px;
  	right: 20px;
  	bottom: 15px;
  	color: #ffffff;
  	/*right: 280px;
  	bottom: 10px;
	background-color: #ffffff;*/
	
}

.div_form {
	position: relative;
	z-index: 3;
}

.table_form {
	border-collapse: collapse;
}

.table_form td {
	padding: 3px;
}

.label {
	font-size: 12px;
	/*text-shadow: 1px 1px 0px #fff, -1px 1px 0px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff;*/
	/*para imagen filter: drop-shadow(-1px 1px 0px rgba(0, 0, 0, 0.7)); */
}