html, body	{  
	margin:0; 
	padding: 0;
	width: 100%;
	/*height: 100%;*/
	font-family: "AvantGarde Bk BT", Helvetica, Arial, "Franklin Gothic Book";
	background: rgb(235, 240, 245);
}

#contLogin	{
	/* width: 320px; */
	margin: 8% auto;
	overflow: hidden;

	border: 1px rgb(89,89,89) solid;
	background-color: rgb(200,210,230);
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	-moz-box-shadow:  0px 0px 29px 0px rgb(128,128,128);
	-webkit-box-shadow:  0px 0px 29px 0px rgb(128,128,128);
	box-shadow:  0px 0px 29px 0px rgb(128,128,128);
}

h2 {
	color: white;
	margin: 10px 0px; 
	padding: 0;
}

input[type="text"] {
	height: 24px;
	width: 180px;
	margin-top: 3px;
	font-size: 18px;
}

input[type="password"] {
	height: 24px;
	width: 180px;
	margin-top: 3px;
	font-size: 18px;
}

.inicioSes {
	width: 180px;
}

.btn{
	color: rgb(120,120,250);
	font-size: 16px;
    height: 48px;
	margin: 10px 0px 0px 0px;
	padding-top: 8px;
}
.img_btn{
    height: 32px;
	margin-right: 10px;
}
.txt_btn{
	line-height: 30px;
	vertical-align: top;
}


@media (max-width: 621px) {

	/* Fomato inferior a 621 */
	
	#contLogin	{
		width: 320px;
	}	

	#contImgSup	{
		height: 50px;
		width: 320px;
		background-image: url("../img/logImgSup.jpg");
	}

	#contImgLat	{
		float: left;
		width: 80px;
		height: 300px;
		background-image: url("../img/logImgLat.png");
	}

	#contForm	{
		float: left;
		width: 220px;
		padding: 15px 0px 0px 20px;
		border-top: 5px solid rgb(120,120,250);
	}
}

@media (min-width: 622px) {
	/*
	  html, body	{  
		background: url(../img/fondo_sol.jpg) no-repeat center center ;
		background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
	}
	*/

	#contLogin	{
		width: 450px;
	}

	#contImgSup	{
		height: 100px;
		width: 450px;
		background-image: url("../img/logImgSup.jpg");
	}

	#contImgLat	{
		float: left;
		width: 150px;
		height: 350px;
		background-image: url("../img/logImgLat.png");
	}

	#contForm	{
		float: left;
		width: 270px;
		padding: 30px 0px 0px 30px;
		border-top: 5px solid rgb(120,120,250);
	}
}