html {
   /* overflow-y: scroll; */
    background: #0972A5 url('fd-franja.png') repeat-x bottom;
    margin: 0;
    padding: 0;
}

body {
	background: transparent url('fd-intranet.png') no-repeat right bottom;
    	padding: 0;
	height: 100%;
 	#min-height: 800px;  
    	margin: 0;
}
* html body {
	background: transparent url('fd-intranet.png') no-repeat right bottom;
    	padding: 0;
	height: 100%;
	#min-height: 100%;
    	margin: 0;
}
.opacidad {
	 opacity: .4; /* other browsers */
	 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40); /* this works in IE6, IE7, and IE8 */
}
.curved {
    -moz-border-radius:  5px;  /* bordes redondeados para Firefox */
    -webkit-border-radius:  5px; /* bordes redondeados para Safary y Chrome */
    behavior:url(border-radius.htc);
}
#loginForm {
    margin: 0px 17px 7px 17px;
    padding: 10px 17px 7px 17px;
    width: 575px;
    background: transparent url(bg-trans.png) repeat;
    border: 1px solid #AFDEE1;
}
#lista_error {
    margin: 0px 17px 7px 17px;
    padding: 10px 17px 0px 17px;
    width: 597px;
}
#loginVersion {
    color: #BEE7EA;
    font-weight: normal;
    font-size: 10px;
    padding: 17px 17px 7px 17px;
    text-align : left;
    position: relative;
    bottom: 10px;
}

.login-label {
    font-size: 11px;
    font-weight: bold;
    color: #e4e4e4;
    text-align : left;
}

#login-header {
    font-size: 14pt;
    font-weight: bold;
    color: #555555;
    margin: 0;
}

