body  {
	margin: 0px;
	padding: 0;
	background-position: 0px 0px;
	background-image:
		url("/sgd-sernanp-web-v2/resources/images/mini_fondl01.jpg");
	background-repeat: no-repeat;
	-moz-background-size: 100% 100%; /* Gecko 1.9.2 (Firefox 3.6) */
	-o-background-size: 100% 100%; /* Opera 9.5 */
	-webkit-background-size: 100% 100%; /* Safari 3.0 */
	background-size: 100% 100%; /* CSS3-compliant browsers */
	-moz-border-image:
		url("/sgd-sernanp-web-v2/resources/images/mini_fondl01.jpg");
	background-size: cover; /* Gecko 1.9.1 (Firefox 3.5) */
}

h1,h2,h3 {
	margin-top: 0;
}

h1 {
	font-size: 1.6em;
	font-weight: normal;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
	margin-top: 20px;
}

ul {
	
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

 
.ui-widget {
	font-size: 12px !important;
}

.bodyLogin {
	height: 100%;
	overflow: hidden;
	margin: 0px;
	padding-top: 100px;
	border: none;

}

.bodyLogin,#containerLogin {
	width: 90%;
	max-width: 480px;
	margin: 0 auto;
	/* background: white; */
	margin-bottom: 40px;
	margin-top: 10%;
	-webkit-box-shadow: 0 0 20px #BBB;
	-moz-box-shadow: 0 0 20px #bbb;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}

.bodyError,#containerError {
	max-width: 480px;
	height: 100px!importand;
	margin: 0 auto;
	/* background: white; */
	margin-bottom: 40px;
	margin-top: 18%;
	-webkit-box-shadow: 0 0 20px #BBB;
	-moz-box-shadow: 0 0 20px #bbb;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}

.loginGrid tr, .loginGrid td {
	border-style: hidden !important;
}

.ui-panelgrid tr, .ui-panelgrid td {
	border:0 !important;
}


