/* OTRAS CLASES */

.cerrarSesionWeb{
	text-align:center;
	margin-bottom:25px;
	color:#1a1a1a;
	/*float:right;
	width:600px;*/
}

#sesionNull, #sesionTrue{
	text-align:center;
}

#sesionNull input, #sesionTrue input{
	display: inline;
}


#sesionTrue #bton_login{
	background:url(../icono/usuario.png) no-repeat;
	background-size:25px 25px;
	height:25px;
	width:25px;
	margin-bottom: 9px;
	background-color: transparent !important;
	border: none;
	padding:0px;
}
