body{
	background-color: #B2B2B2;
	min-width: 550px;
	min-height: 630px;
	overflow: autos;

}
body input{
	outline:0px;
}
#markAgua{
	height: 636px;
	width: 560px;
	min-width: 550px;
	position: absolute;
	background-image: url('../img/MarcaAgua.png');
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
	top: calc(100% - 636px);
	left: 0px;
}
#log0{
	width: 400px;
	height: 345px;
	position: absolute;
	top: calc(50% - 172px);
	left: calc(50% - 200px);
	background-image: url("../img/sombr.png");
	background-size: 470px 50px;
	background-repeat: no-repeat;
	/*background-color: #FFFFFF;*/
	background-position: -35px 308px;
	z-index: 2;
}
#log1{
	width: 400px;
	height: 80px;
	background-color: #FFFFFF;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image:url("../img/GarayLog.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 200px auto;
}
#log2{
	width: 400px;
	height: 250px;
	position: absolute;
	top: 80px;
	left: 0px;
	background-color: #999999;
}
.inpuRow{
	width: 300px;
	height: 35px;
	position: absolute;
	left: 50px;
	background-color: #FFFFFF;
	transition: all 0.2s;
	border-bottom-color:#F07E19;
}
.inpuRow .ico{
	width: 35px;
	height: 35px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#r1{
	top: 30px;
}
#r1 #ico1{
	background-image:url("../img/icoUser.png");
	background-size: 30px 30px;
	background-position: center;
	background-repeat: no-repeat;
}
#r2{
	top: 90px;
}
#r2 #ico2{
	background-image: url("../img/icoPass.png");
	background-size: 30px 30px;
	background-position: center;
	background-repeat: no-repeat;
}
.int{
	width: 255px;
	height: 29px;
	background-color: #FFFFFF;
	position: absolute;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	border: none;
	left: 35px;
	font-family: arial;
	font-size: 16px;
	line-height: 16px;
	color: #707070;
}
#msjAcc{
	width: 300px;
	height: 20px;
	position: absolute;
	left: 50px;
	top: 130px;
	text-align: right;
	font-family: arial;
	font-size: 12px;
	color: #FFFFFF;
}
#btnLogin{
	width: 300px;
	height: 35px;
	position: absolute;
	top: 160px;
	left: 50px;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
	background-color: #F07E19;
	border-style: none;
	
	border-radius: 5px;
	transition: all 0.2s;
	/*border-style: solid;
	border-width: 1px;
	*/
	
}
#btnLogin:hover{
	cursor: pointer;
	background-color: #FD7701;
}

#Marcomer{
	width: 100%;
	height: 50px;
	position: absolute;
	left: 0%;
	bottom: 20px;
	min-width: 550px;
		
}
.marca{
	text-align: center;
	max-height: 30px;
	width: auto;
	margin-top: 10px;
	float: left;
	margin-left: 3%;
	vertical-align: middle;
	
}
