body{
	overflow-y: hidden;
}
#content_general-log{
	width:100%;
	height:auto;
	min-height:100%;
	position:relative;
}
.landscape{
	width: 75%;
	height: 1000px;	
	background: url("../Images/home/back-landscape.png") no-repeat top center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: inline-block;
	float: left;
}
.login-side{
	width: 25%;
	height: auto;
	min-height: 768px;
	float: left;
	display: block;
	font-family: 'gotham_regular';
	position: relative;
}
.pTitulo {
	color: #606971;
	font-size: 12pt;
	padding-left: 0px;
	font-family: 'gotham_regular';
	vertical-align: middle;
}
.borderinput:hover {
	background-color: #e9f0ff;
	border: 1px solid #c5d7f8;
}
input[type=text], textarea {
	border: 1px solid #e9f0ff;
	height: 30px;
	padding: 5px;
	width: 170px;
}
.borderinput {
	border: 1px solid #c9c9c9;
	background-color: #e9f0ff;
	height: 30px;
	padding: 5px;
	font-family: 'gotham_regular';
	width: 170px;
}
.contenido-login{
	height: 440px;
	margin-top: -270px;
	position: absolute;
	padding: 18px;
	box-sizing: content-box;
	width: 90%;
	/* background-color: bisque; */
	top: 50%;
	text-align: center;
}
.tab-top{
	margin-top:47px;
}
.powered{
	width:70%;
}	
			
@media screen and (max-width:1230px){ 
	.login-side {
    	width: 30%;
	}
	.landscape {
    	width: 70%;
	}
}
@media screen and (max-width:1024px){ 
	.login-side {
    	width: 35%;
	}
	.landscape {
    	width: 65%;
		background: url("../Images/home/back-landscape1024.png") no-repeat top center fixed;
	}
}
@media screen and (max-width:909px){ 
	.landscape {
		background: url("../Images/home/back-landscape900.png") no-repeat top center fixed;
	}
	
}
@media screen and (max-width:820px){ 
	.landscape {
		background: url("../Images/home/back-landscape800.png") no-repeat top center fixed;
	}
	input[type=text], textarea {
		width: 110px;
		float: left;
	}
	.borderinput {
		width: 110px;
		margin-right: 50px;
	}
	.btn-inicio{
		border-bottom-width: 50%;
	}
		
}
@media screen and (max-width:664px){ 
	.landscape {
		width: 100%;
		height: 360px;
		background: url("../Images/home/back-landscape600.png") no-repeat top center fixed;
	}
	.login-side {
    	width: 100%;
	}
	.contenido-login {
		height: 440px;
		top: 0;
		margin-top: 0;
		margin: 0 auto;
		width: 100%;
	}
	input[type=text], textarea {
		width: 170px;
		float: none;
	}
	.borderinput {
		width: 170px;
		margin-right: 0px;
	}
	.tab-top{
	margin-top:0px;
}
	.powered{
		width: 40%;
	}
	
}
@media screen and (max-width:530px){ 
	.landscape {
		background: url("../Images/home/back-landscape500.png") no-repeat top center fixed;
	}
}
@media screen and (max-width:438px){ 
	.landscape {
		height: 250px;
		background: url("../Images/home/back-landscape400.png") no-repeat top center fixed;
	}
	.contenido-login img {
		width: 50%;
		margin-bottom: 20px;
		margin-right: 30px;
}

}
