.entrada {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	z-index: 9998;
}

.oauth {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 85px;
	float: left;
	background: rgba(238,232,170,1);
	z-index: 9999;
}

.oauth p {
	position: absolute;
	bottom: 10px;
	margin-left: 10%;
	width: 80%;
	height: 65px;
	border-radius: 9px 0px 9px 0px;
	background: rgba(0,0,0,1);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.95);
	float: left;
	text-align: center;
	line-height: 65px;
	color: rgba(255,255,255,1);
	font-size: 16px;
	font-weight: 500;
}

.oauth p span {
	position: absolute;
	top: 10px;
	left: 10px;
	float: left;
	width: 45px;
	height: 45px;
	border: 1px solid;
	border-color: rgba(255,255,255,0.55);
	border-radius: 9px 0px 9px 0px;
}
