@charset "utf-8";
/* CSS Document */
.inicia_sesion_contenedor_class{
	position: absolute; 
	top: 0px;
	left: 0px;
	width: 100%;
	height: 338px;
	border-bottom: 2px solid #cccccc;
}

.inicia_sesion_contenedor_tit_class{
	position: absolute; 
	top: 10px;
	left: 0px;
	width: 100%;
	height: 26px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	font-family: "Arial Black";
}

.inicia_sesion_contenedor_tit2_class{
	position: absolute; 
	top: 36px;
	left: 0px;
	width: 100%;
	height: 26px;
	text-align: center;
	font-size: 13px;
	font-family: "Arial";
	color: #999999;
}



.inicia_sesion_contenedor_input_class{
	position: absolute; 
	right: 0px;
	width: 300px;
	height: 32px;
}

.inicia_sesion_contenedor_input_txt_class{
	position: relative;
    float: left; 
	padding-top: 5px;
	margin-left: 2px;
	margin-right: 5px;
	width: 85px;
	height: 26px;
	color: #0000FF;
	font-family: "Arial black";
	font-weight: bold;
	font-size: 13px;
}

.inicia_sesion_contenedor_input_inp_class{
	position: relative;
    float: left; 
	margin-left: 2px;
	width:195px;
	height: 26px;
}


.inicia_sesion_contenedor_btn_class{
	position: absolute; 
	width: 200px;
	height: 20px;
	cursor: pointer;
	background: #1f1a17;
	color: #ffffff;
	padding: 8px;
	text-align: center;
}


.inicia_sesion_contenedor_ln_class{
	position: absolute; 
	top: 350px;
	left: 0px;
	width: 100%;
	height: 1px;
	background: #000000;
}

.contenedor_segunda_autenticacion{
	position: absolute;
	left: 200px;
	top:60px;
	width: 400px;
	height: 230px;
}

.contenedor_segunda_autenticacion_mns{
	position: relative;
    float: left; 
	margin-left: 50px;
	width: 300px;
	height: 100px;
	
}

.contenedor_segunda_autenticacion_input{
	position: relative;
    float: left; 
	margin-left: 50px;
	width: 300px;
	height: 30px;
}



