@charset "utf-8";
/* CSS Document */

html,body{margin:0;padding:0;height:100%; width:100%;}
#site{min-height:100%;}
#content{width:100%;margin:auto;padding-bottom:33px;}
#siteLogin{min-height:100%; height:100%;}
#columnaLogin{width:280px; height:100%; margin:auto; clear:both;
background: rgba(69,99,13,1);
background: -moz-linear-gradient(top, rgba(69,99,13,1) 0%, rgba(157,174,49,1) 88%, rgba(157,174,49,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(69,99,13,1)), color-stop(88%, rgba(157,174,49,1)), color-stop(100%, rgba(157,174,49,1)));
background: -webkit-linear-gradient(top, rgba(69,99,13,1) 0%, rgba(157,174,49,1) 88%, rgba(157,174,49,1) 100%);
background: -o-linear-gradient(top, rgba(69,99,13,1) 0%, rgba(157,174,49,1) 88%, rgba(157,174,49,1) 100%);
background: -ms-linear-gradient(top, rgba(69,99,13,1) 0%, rgba(157,174,49,1) 88%, rgba(157,174,49,1) 100%);
background: linear-gradient(to bottom, rgba(69,99,13,1) 0%, rgba(157,174,49,1) 88%, rgba(157,174,49,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45630d', endColorstr='#9dae31', GradientType=0 );
}
#footer{
	height:70px;
	margin-top:-70px;
	width:100%;
	background-color: #FFF;
	-webkit-box-shadow: -1px -16px 15px -17px rgba(102,102,102,1);
	-moz-box-shadow: -1px -16px 15px -17px rgba(102,102,102,1);
	box-shadow: -1px -16px 15px -17px rgba(102,102,102,1);
	text-align:center;
	z-index: 1000;
}
.bodyLogin { 
	/*margin:0; 
	padding:0; 
	background: url('images/bg_image.jpg') no-repeat center center; 
	background-size:100% 100%;*/
	background-color:#E4E8B5;
} 