body {
	padding:0;
	margin:0;
	position:relative;
}
body.backgroundRutlukMano {
	background:url('../img/mano.jpg') no-repeat bottom right;
}
.heightBump{
	height:100%;
	width:100%;
	position: absolute;
}
body .backgroundBottomRight{
	position: absolute;
	left:0;
	bottom:0;
	height: 110%;
	width: 100%;
	background:url('../img/mano.jpg') no-repeat bottom right;
	z-index:-1;
	margin: 0 0 -2px 0;
}
.titleBG{
	background: url("../img/registro.png") no-repeat 30px bottom;
}
.titleBGuser{
	background: url("../img/usuario.png") no-repeat 70px bottom;
}
#formRegistro {
	margin:35px  0 70px 70px;
	width:500px;
	position:relative;
}
.exitoCrear{
	margin:35px  0 0 70px;
}
#dataError{
	margin:35px  0 0 70px;
	width:500px;
	font-size: 10px;
}
.notificacion h3{
	color: #c2142f;
	font-size: 10px;
	margin: 0 0 5px;
}
.notificacion ul{
	margin:0 0 10px 0;
	padding: 0 0 0 10px;
	list-style:none;
}

#fileHolder{
	width:69px;
	height:69px;
	padding: 1px;
	float:left;
	margin: 0 0 13px 0;
	background: url('../img/x-foto.png') no-repeat;
	cursor:pointer;
}
label {
	float:left;
	display:block;
	clear:both;
	width:50px;
	padding: 0 0 0 7px;
	margin: 0 0 14px 0;
	height:16px;
	line-height: 16px;
}
label.fotolabel {
	margin: 29px 0 14px 0;
}

label.required {
	background: url('../img/asterisco.png') no-repeat 0 2px;
}
.input{
	float:left;
	border: solid 1px #000;
	height:13px;
	width:141px;
	margin: 0 0 14px 0;
	display: block;
	font-size:10px;
}
.infoRave{
	float:left;
	margin: 0 0 0 10px;
	line-height: 15px;
}

.puntosrojo{
	color: #c2142f;
}
.puntosamarillo{
	color: #fdc202;
}
.puntosverde{
	color: #008d5b;
}
.hideThis{
	width:1px;
	height:1px;
	overflow:hidden;
	visibility: hidden;
	
}/*
.overlay{
	width:100% !important;
	height:100%!important;
	position: fixed;
	position:absolute;
	z-index: 100;
}
.overlay.nobg{
	background: none;
	opacity: 1;
}*/
#fotoForm{
	height:148px;
	width: 255px;
	padding: 18px 10px 2px 42px;
	position:absolute;
	left:130px;
	background: url('../img/formfileBlob.png') no-repeat;
	/*margin: -100px 0 0 -150px;
	position:absolute;
	top:50%;
	left:50%;*/
}
#fotoForm  h2{
	margin:0 0 5px 0;
	padding:0;
	height: 20px;
	font-size:12px;
}
#fotoForm a{
	display:block;
	height: 15px;
	line-height: 15px;
	float:right;
	margin: 5px 5px 0px 5px;
	padding: 1px 3px;
	font-weight:bold;
}
#fotoForm a.cerrar:hover{
	background: #c2142f;
	color: #FFF;
}
#fotoForm a.ok:hover{
	background: #008d5b;
	color: #FFF;
}
.imagePreview {
	width: 69px;
	height: 69px;
}
.uploadFrame{
	height:100px;
	width:100px;
	border:0;
	padding:0;
}
.btnAceptar{
	background: url('../img/aceptar.gif') no-repeat;
	display: block;
	width:71px;
	height:17px;
	padding:0;
	border:0;
	cursor: pointer;
	float:left;
	margin: 0 0 0 5px;
}
a.btn {
	display:block;
	cursor: pointer;
}
#submitLoading {
	height: 16px;
	padding: 22px 0;
}
#submitLoading img{
	vertical-align:middle;
	margin: 0 5px 0 0;
}
#submitLoading span{
	line-height: 16px;
	
}
.formError, .showInfo{
	height: 60px;
	overflow: hidden;
}

#fotoForm h3{
	margin: 5px 0 5px;
	color: #c2142f;
	font-size: 12px;
	height: 20px;
}
#fotoForm .msg{
	padding: 0;
	margin:0;
	height: 30px;
	display: block;
	overflow:hidden;
}
#showInfo h3{
	color: #fdc202;
}
.inputHold{
	height: 26px;
}