#bloqueConfigCuenta{
	
	position:fixed;
	z-index:998;
	top:50%;
	margin-top:-315px;
	left:110%;
	background-color:#000000 !important;
	border:3px solid rgb(0,157,223);
	min-height:600px;
	color:RGBA(255,255,255,1);
	font-size:13px;
	font-weight:bold;
	display: :none;

}

#aux{
	
	padding-top:30px;
	padding-left:30px;
	padding-right:30px;
	position: relative;
	width: 840px;
	min-height: 600px;

}

#cabMisDatos{

	text-align: right;
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: bold;
		
}

#btnModificar{

	position: absolute;
	bottom: 30px;
	right: 30px;

}

#popupMisDatosClose{

	width:85px;
	height:85px;
	color:#FFF;
	cursor:pointer;
	float:right;
	border:0;
	
}

#modificar{

	margin-right: 10px;
	width:85px;
	height:85px;
	color:#FFF;
	cursor:pointer;
	float:right;
	border:0;

}

#popupMisDatosClose:hover, #modificar:hover{
	
    border:2px solid RGBA(255,255,255,1);

}


form[name="formMisDatos"] button{
	
	float:right;
	
}

form[name="formMisDatos"]{

	text-align:right;
	
}

form[name="formMisDatos"] input{

	width:350px;
	padding:10px;
	border:3px solid RGBA(255,255,255,1);
	background-color:#FFFFFF;
	font-weight:bold;
	
}

form[name="formMisDatos"] label{
	
	padding:0 10px 0 0;
	font-weight:bold;
	width:150px;	
	
}

form[name="formMisDatos"] input[type="file"]{ display: none; }

form[name="formMisDatos"] .textoimagen{

	width: 214px;
	padding: 10px 10px 11px 10px !important;
	background-color: #D1D1D1;

}
form[name="formMisDatos"] .examinar{

	background: none repeat scroll 0% 0% #FFF;
	padding:11px 10px 11px;
	color: RGB(60,60,60) !important;
	vertical-align: middle;
	line-height: 20px;
	text-align: center;
	margin: 0px 0px 3px 0px;
	font-size: 12px;
	width: auto;
	border-radius: 0px;
	display: inline-block;

}

form[name="formMisDatos"] .examinar:hover{cursor: pointer;}

#datosFormulario {

	float:left;
	width:450px;

	
}

#data{

	width:650px;
	padding: 20px 0 20px 10px;

}

#data2{

	padding: 20px 10px 20px 10px;

}

#imagenUsuario {
	
	float:right;
	margin-right:30px;
	width:200px;
	text-align:center;	
	
}

#imagenUsuario img{
	
	max-width:190px;
	
}

#avisoMail {

	padding:5px 0 10px 0;	
	
}

.mensajeMail {
	
	color:rgb(0,157,223);
	font-weight:bold;
	
}

.subirImagen td{
	
	padding:10px 0 20px 0;

}

.camposObligatorios{
	
	color:rgb(0,157,223);
	font-weight:bold;
	text-align:right;	

}


.maxImagen {
	
	color:rgb(60,60,60);
	font-weight:bold;
	font-size:9px;

}

.mostrarMail {

	font-weight:bold;	
	
}

#mensajes{

	margin-top: 10px;
	text-align: left;
}

